Skill: Implementation Strategy Selection
Choose how work should be approached before turning it into an implementation plan.
Goal
Select the strategy that best matches the request and record:
- primary strategy
- alternatives considered
- why the chosen strategy fits
- what verification bias the strategy implies
The chosen strategy should appear in the final Plan.
Core Strategies
| Strategy | Use When | Avoid When |
|---|
outside-in | Workflow, UI, and user-visible behavior should lead the design | The backend shape is already well understood and stable |
ui-first | A mocked frontend concept is the deliverable | Real backend work is required immediately |
|