From augments
Use when you have a goal or feature and need the detailed requirements before design — what it must do, how each is verified, and the assumptions and risks involved. Produces a requirements spec (SRS) under .augments/specs/. Grill unknowns with interview-me; this captures the WHAT, never the HOW.
How this skill is triggered — by the user, by Claude, or both
Slash command
/augments:spec-itThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn an intent into a requirements spec (SRS): gather and analyze what the software must do, how each requirement is verified, and the assumptions, dependencies, and risks involved. Requirements are the *what* — keep the *how* (architecture, schemas, code) for design.
Turn an intent into a requirements spec (SRS): gather and analyze what the software must do, how each requirement is verified, and the assumptions, dependencies, and risks involved. Requirements are the what — keep the how (architecture, schemas, code) for design.
interview-me; this skill assumes you roughly know what you want.interview-me. Don't invent what you could have found..augments/specs/{{YYYY-MM-DD}}-{{topic}}.md.For a high-stakes spec, optionally dispatch spec-review.md (a fresh subagent that checks the requirements before anything is built against them).
npx claudepluginhub njoyimpeguy/augments --plugin augmentsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.