796 B
796 B
Quickstart
/create-prd # draft prd.md, codex peer-reviews
/create-design # draft design.md (skip for trivial features)
/generate-tasks # "Go" to confirm parent tasks → sub-tasks
/process-task-list # one sub-task per turn, "y" to continue
All artifacts land in dev/plans/<YYWWD>-<feature-slug>/ — the YYWWD prefix is date +%y%V%u at creation time (two-digit ISO year + week + day-of-week). Example: on 2026-04-19 that's 26167.
Each review stage runs its own fresh codex session (no cross-stage resumption). UUIDs are logged per tool:
codex-sessions.md— OpenAI Codex CLIcopilot-sessions.md— GitHub Copilot CLIgemini-sessions.md— Google Gemini CLIkiro-sessions.md— Kiro CLI
See dev/README.md for the full convention.