What problem does it solve?
Arc-planned designs often stall before implementation due to lack of structured, tracked work. This skill converts an approved Arc design into ordered tracked work and hands it off to the arc-implement phase, ensuring alignment with the plan and proper dependency handling.
Core Features & Use Cases
- Read the approved Arc plan using
arc plan show <plan-id> and verify plan status is approved.
- Restate the goal, constraints, risks, and non-goals to preserve intent from brainstorm.
- Break the design into ordered, ownership-aware tasks and establish explicit foundations when needed.
- Create tracked work through
arc-issue-tracker (epic + child issues for multi-task work or a single issue for small work) and preserve dependencies.
- Hand the agent a manifest containing the plan reference, plan path, task list, ownership notes, and dependency expectations for verification.
Quick Start
Convert an approved Arc plan into ordered tracked work and prepare the arc-issue-tracker manifest for handoff.