Feature Development
Goal
Ship a feature with a clear plan and bounded risk.
Best Tools
- Claude Code
- Codex
- Cursor
Recommended Prompt
Create an implementation plan first.
Then implement with small, reviewable changes.
Step-by-Step
- plan
- confirm constraints
- implement
- test
CLI Examples
codex
claude
IDE Examples
- use Cursor or Copilot for editor-driven implementation after the plan is agreed
Review Checklist
- architecture fit
- tests added
- docs updated if needed
Common Mistakes
- skipping the plan on multi-file work
Team Standard
Use high-reasoning models for architecture-heavy changes.