What problem does it solve? Non-trivial engineering work often lacks a durable written plan, making it hard to coordinate parallel implementation, survive context resets, and verify the result against explicit success criteria. This Skill structures that work into a repeatable plan → build → review → fix loop with persistent artifacts. ## Core Features & Use Cases - Four durable artifacts: Generates spec.md, design.md, tasks.md, and an append-only review.md under specs/<slug>/ with canonical schemas. - Parallel subagent dispatch: Groups file-disjoint tasks and dispatches implementer and reviewer subagents via the subagent-protocol, on both Claude Code and Codex. - Bounded review loop: Runs up to 3 review cycles with fix iterations, then escalates to the user instead of looping indefinitely. - Use Case: Given a PRD issue for a cross-cutting feature, run the spec workflow to draft a spec, dispatch three parallel implementer groups, and collect a two-stage reviewer verdict before merging. ## Quick Start Ask the agent to spec out the feature described in GitHub issue 42 using the spec workflow and confirm the slug before any files are written.