What problem does it solve? Coordinating the implementation phase of a structured change workflow is error-prone: plans get lost, tasks are re-executed after interruptions, and configuration choices like branch isolation or TDD mode are applied inconsistently. This Skill orchestrates the Comet build phase so planning, execution, and state tracking follow a verifiable, resumable process. ## Core Features & Use Cases - Plan Creation via Subagent: Offloads implementation plan generation to a subagent using the Superpowers writing-plans skill, recording the plan path and base git ref in Comet state. - Joint Workflow Configuration: Collects workspace isolation (current branch, new branch, or worktree), execution method (subagent-driven-development or executing-plans), TDD mode, and code review mode in a single user decision point. - Resumable Execution: Supports idempotent recovery after context compaction or interruption by parsing tasks.md checkboxes and resuming from the first unchecked task. - Use Case: A developer finishes a design doc for a new feature, invokes /comet-build, confirms branch isolation and TDD mode, and the Skill drives task-by-task implementation with per-task commits until the build guard transitions the change to the verify phase. ## Quick Start Invoke /comet-build after the design phase completes to create the implementation plan and execute all tasks for the active change.