From claude-code-config
Splits large plans, PRDs, or multi-step tasks into small ready-for-agent tickets with acceptance criteria and verification commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-config:plan-to-ticketsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn a large plan into small, independently executable tickets. Use this before handing a broad plan to agents, before long autonomous work, or when the user asks for tickets/issues/slices.
Turn a large plan into small, independently executable tickets. Use this before handing a broad plan to agents, before long autonomous work, or when the user asks for tickets/issues/slices.
If no issue tracker is explicitly selected, write local tickets under:
<project>/.agent/tickets/<YYYY-MM-DD>-<slug>/
Each ticket is one Markdown file:
TICKET-001-short-slug.md
Each ticket must include these headings exactly:
## Status## Parent## What To Build## Acceptance Criteria## Verification## Blocked By## Notes## Status must contain ready-for-agent only when all acceptance criteria and verification steps are concrete.
## Acceptance Criteria must contain checklist items (- [ ] ...).
## Verification must contain at least one command, script, test, artifact check, or explicit manual-review gate.
## Blocked By; write None when it can start immediately.python "$env:USERPROFILE\.claude\claude-code-config\scripts\validate_agent_tickets.py" --tickets-dir <ticket-dir>
npx claudepluginhub anastasiyaw/claude-code-configBreaks plans, specs, or conversations into tracer-bullet tickets with explicit blocking edges, optionally publishing them to an issue tracker.
Breaks plans, specs, or PRDs into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Useful for turning high-level direction into actionable, demoable tasks.
Breaks product requirement documents (PRDs) or plans into independently grabbable vertical slice issues, with dependency ordering and HITL/AFK labels.