Workflow
Plan to Issues
Turn fuzzy implementation direction into a documented plan and independently grabbable issues.
Ordered Steps
- 1grill-with-docsChallenge the plan against existing domain language and capture durable decisions before writing a spec.Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
- 2to-prdSynthesize the settled direction into a product requirements document that future agents can execute.Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
- 3to-issuesBreak the PRD into vertical slices with clear acceptance criteria and dependency order.Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.