What problem does it solve?
This Skill automates the orchestration of multi-agent task refinement to convert ambiguous or incomplete draft task specifications into fully planned, implementation-ready tasks. It enforces staged analysis, architecture synthesis, decomposition, parallelization, and verification with judge gates and optional human checkpoints so that errors do not propagate through the workflow.
Core Features & Use Cases
- Parallel Analysis: Launches research, codebase impact analysis, and business analysis in parallel to gather the inputs needed for design.
- Architecture & Decomposition: Synthesizes findings into an architecture overview and breaks work into implementation steps with risks and critical path identification.
- Verification & Promotion: Runs LLM-based judges with configurable quality thresholds and retries, supports human-in-the-loop checkpoints, and promotes refined tasks from draft to todo.
- Incremental Refinement: Supports a --refine mode that detects git diffs to re-run only affected stages, and flags/options to continue from specific stages or skip judges for faster runs.
Quick Start
Run the plan workflow on a draft task file to produce a refined, implementation-ready task and promote it to .specs/tasks/todo/.