plan

Create a comprehensive implementation plan for any project with structured guidance.

Create a detailed implementation plan for: $ARGUMENTS

Write the plan to docs/plans/plan.md with:

  1. Goal — what we're building and why
  2. Acceptance criteria — how we know it's done
  3. Approach — step-by-step implementation plan
  4. Files to create or modify — list every file that will be touched
  5. Database changes — any migrations needed (if applicable)
  6. Edge cases — what could go wrong
  7. Testing plan — what tests to write
  8. Estimated complexity — Low / Medium / High

DO NOT implement anything. Just plan. I will review and approve before implementation begins.