# 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/-/` — 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 CLI - `copilot-sessions.md` — GitHub Copilot CLI - `gemini-sessions.md` — Google Gemini CLI - `kiro-sessions.md` — Kiro CLI See `dev/README.md` for the full convention.