To Issues
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.
Break a plan into independently-grabbable issues using vertical slices (tracer bullets).
Work from whatever is already in the conversation context.
If you have not already explored the codebase, do so to understand the current state of the code.
Look for opportunities to prefactor the code to make the implementation easier. "Make the change easy, then make the easy change."
Break the plan into tracer bullet issues. Each issue is a thin vertical slice that cuts through ALL integration layers end-to-end.
Present the proposed breakdown as a numbered list. For each slice, show:
Ask the user:
For each approved slice, publish a new issue to the issue tracker. Publish issues in dependency order (blockers first).
Issue template:
## Parent
A reference to the parent issue on the issue tracker.
## What to build
A concise description of this vertical slice. Describe the end-to-end behavior.
## Acceptance criteria
- [ ] Criterion 1
- [ ] Criterion 2
## Blocked by
- A reference to the blocking ticket (if any)
Do NOT close or modify any parent issue.