From spec-kit
Creates clear, testable specifications from feature descriptions with user stories. Use when starting a new feature before planning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spec-kit:spec-writingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create clear, complete, and testable specifications from natural language feature descriptions. Specifications focus on user value and business needs, avoiding implementation details.
Create clear, complete, and testable specifications from natural language feature descriptions. Specifications focus on user value and business needs, avoiding implementation details.
Focus on user value and business needs rather than implementation details. Avoid specifying technology choices in requirement definitions unless strictly necessary. Ensure every requirement is testable and verifiable with measurable criteria. Limit clarification markers; make informed assumptions based on industry standards and document them explicitly.
See: modules/specification-structure.md for detailed templates and guidelines
See: modules/success-criteria-patterns.md for detailed examples and conversion process
speckit-orchestrator: Workflow coordinationtask-planning: Converting specs to tasksIf specifications are too vague, use the success-criteria-patterns
module to enforce measurable outcomes. If implementation details leak
into specs, review against the "Core Principles" and refactor to focus
on user behavior.
npx claudepluginhub athola/claude-night-market --plugin spec-kitWrites structured feature specs and PRDs from vague ideas or user requests, with goals, non-goals, user stories, success metrics, and acceptance criteria.
Converts vague feature ideas into written, agreed specifications through structured questioning across nine dimensions. Produces docs/specs/*.md with acceptance criteria for planning, scaffolding, and TDD tools.
Teaches PRD structure, user stories, acceptance criteria, API specs, and non-functional requirements for clear feature definition and team alignment.