Prd To Kanban
Convert a PRD, design doc, feature requirements, or "plan this / break this down / create a kanban" request into work/kanban.md and work/SUBAGENT.md for multi-agent implementation planning. Planning only; do not implement tasks.
Review And Accept
Produce work/review.md from build evidence, surface the accept/revise/continue/not-yet decision, archive the iteration, and reset work/ for the next loop.
Seed To Task Graph
Light recipe: create work/task-graph.md directly from a seed. Eager-gate on sparse seeds before decomposing.
Idea To Prd
Create work/PRD.md from work/idea.md. Enforces No-New-Fields Rule; gates eagerly when idea.md is sparse.
Prd To Task Graph
Create work/task-graph.md and work/SUBAGENT.md from work/PRD.md. Pre-flight-validated; planning only.
Seed To Idea
Create work/idea.md from a rough seed; gate missing user-owned fields. Eager-gate on sparse seeds.
Batch To Build
Execute an authorized batch with subagents, validate, update statuses, and write build log.
PraxisKit
Convert PRDs into living Kanban boards. Claude Code skill.
Task Graph To Batch
Select the next unblocked wave and write work/execution-batch-{n}.md. Planning only.
Next Iteration
Advance PraxisKit by one or more steps from work/praxiskit-context.md. Single mode by default; budget mode loops until a checkpoint, blocker, completion, or budget. Never auto-authorizes execution or acceptance.
Prd To Kanban
Convert a PRD, design doc, or feature requirements into work/kanban.md and work/SUBAGENT.md for multi-agent implementation planning. Planning only. Sub-command: install for Claude Code trigger rules.