Skip to content

planning:impl-plan

Convert the overview document into an executable implementation plan with topologically sorted execution order, parallel waves, and self-contained ticket descriptions.


The agent reads the overview document, fetches all Jira tickets, and performs ticket refinement — creating new tickets for gaps, splitting large tickets (>8 story points), adding story points, and linking dependencies. It then generates a lightweight coordination plan in Confluence with execution order, parallel execution waves, and agent recommendations. Each Jira ticket is updated with self-contained implementation details: step-by-step instructions with file paths, code snippets, complete test code, files to modify, and acceptance criteria checklists. This makes each ticket independently executable without needing external document fetches.

NameTypeRequiredDescription
overview-doc-urlurlyesConfluence URL of the overview document produced by planning:epic-plan
NameTypeDescription
implementation-planurlConfluence page with summary metrics, completion status table, topologically sorted execution order, parallel wave strategy, and agent recommendations
updated-ticketsticketsJira tickets updated with self-contained implementation details, file paths, test code, and acceptance criteria
  • Overview document published via planning:epic-plan
  • Jira and Confluence access configured

After the implementation plan is published, begin executing tickets with execution:execute-ticket. Parallel waves defined in the plan indicate which tickets can be worked simultaneously.