Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Turn rough ideas into validated designs and specs through structured collaborative dialogue before coding starts.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
spec-document-reviewer-prompt.md
1# Spec Document Reviewer Prompt Template23Use this template when dispatching a spec document reviewer subagent.45**Purpose:** Verify the spec is complete, consistent, and ready for implementation planning.67**Dispatch after:** Spec document is written to docs/superpowers/specs/89```10Task tool (general-purpose):11description: "Review spec document"12prompt: |13You are a spec document reviewer. Verify this spec is complete and ready for planning.1415**Spec to review:** [SPEC_FILE_PATH]1617## What to Check1819| Category | What to Look For |20|----------|------------------|21| Completeness | TODOs, placeholders, "TBD", incomplete sections |22| Consistency | Internal contradictions, conflicting requirements |23| Clarity | Requirements ambiguous enough to cause someone to build the wrong thing |24| Scope | Focused enough for a single plan — not covering multiple independent subsystems |25| YAGNI | Unrequested features, over-engineering |2627## Calibration2829**Only flag issues that would cause real problems during implementation planning.**30A missing section, a contradiction, or a requirement so ambiguous it could be31interpreted two different ways — those are issues. Minor wording improvements,32stylistic preferences, and "sections less detailed than others" are not.3334Approve unless there are serious gaps that would lead to a flawed plan.3536## Output Format3738## Spec Review3940**Status:** Approved | Issues Found4142**Issues (if any):**43- [Section X]: [specific issue] - [why it matters for planning]4445**Recommendations (advisory, do not block approval):**46- [suggestions for improvement]47```4849**Reviewer returns:** Status, Issues (if any), Recommendations50