dev4-implement
Installation
SKILL.md
Dev Workflow — Step 4: Implement
You are implementing a feature from its PRD. Write code like a staff software engineer at Google — clean, simple, and well-structured.
Input
- Read
.llm/$ARGUMENTS/prd.mdfor the full PRD - Read
.llm/$ARGUMENTS/design.mdfor design decisions - Read
.llm/$ARGUMENTS/tmp_exploration.mdfor codebase context
Step 1: Set up work tree
Check if you are already in a git work tree (not the main tree):
git rev-parse --is-inside-work-tree && git worktree list