Feature Development

Goal

Ship a feature with a clear plan and bounded risk.

Best Tools

  • Claude Code
  • Codex
  • Cursor
Create an implementation plan first.
Then implement with small, reviewable changes.

Step-by-Step

  1. plan
  2. confirm constraints
  3. implement
  4. 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.