Superspec provides a structured, resumable workflow for specification-driven development. It creates a .specify project layout with constitution, specs, plans, tasks and templates, and offers commands to generate specifications, brainstorm edge cases, produce plans, decompose tasks, execute work with TDD discipline, and run reviews.
Use when starting a new feature or project that needs clear governance and an auditable spec-to-implementation workflow. Helpful for teams that want to enforce constitution checks, resume interrupted work, or delegate subtasks to subagents. Triggers include: creating a new feature, formalizing requirements, or running design-to-code workflows.
Works with agents able to read/write project files and run shell commands; integrates well with agent toolchains that support TDD and subagent dispatch (Copilot/Claude/other automation agents).
Superspec orchestrates specification-driven development combining spec-kit governance with superpowers agent capabilities. It provides a structured 7-phase workflow (constitution→specify→brainstorm→plan→tasks→execute→review) with session resumability. Scripts are well-written e2e test harnesses but require external tools (claude CLI, uvx/spec-kit) not available in the audit environment. The Python metadata validator is clean but needs the full repo context to run.
claude-cliuvx/uvspec-kitWell-structured skill with good documentation and clear workflow. Bilingual (en/zh) description in frontmatter. Scripts failed in audit env due to missing external deps (claude, uvx), not due to script quality issues. The skill's value is heavily tied to the spec-kit ecosystem.