athola/spec-writing
Creates clear, testable specifications from feature descriptions with user stories. Use when starting a new feature and needing a spec before planning.
npx skills add https://github.com/athola/claude-night-market --skill spec-writing
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.
User Scenarios, Functional Requirements, and Success Criteria
complete checkout in under 3 minutes") not implementation metrics
(e.g. "API response under 200ms")
requirements unambiguous, edge cases identified, scope bounded
explicitly marks them as strictly necessary constraints
criterion that can be verified from outside the system
Take athola/spec-writing from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.