Nm Spec Kit Spec Writing
by @athola
Creates clear, testable specifications from feature descriptions with user stories
clawhub install nm-spec-kit-spec-writingπ About This Skill
name: spec-writing description: | Create clear, testable specifications from feature descriptions with user stories, acceptance criteria, and success metrics version: 1.9.4 triggers: - speckit - specification - requirements - user-stories - acceptance-criteria metadata: {"openclaw": {"homepage": "https://github.com/athola/claude-night-market/tree/master/plugins/spec-kit", "emoji": "\ud83e\udd9e", "requires": {"config": ["night-market.superpowers:brainstorming"]}}} source: claude-night-market source_plugin: spec-kit
> Night Market Skill β ported from claude-night-market/spec-kit. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Spec Writing
Overview
Create clear, complete, and testable specifications from natural language feature descriptions. Specifications focus on user value and business needs, avoiding implementation details.
When To Use
When NOT To Use
Core Principles
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.
Specification Structure
Mandatory Sections
1. Overview/Context: What problem does this solve? 2. User Scenarios: Who uses it and how? 3. Functional Requirements: What must it do? 4. Success Criteria: How do we know it works?Optional Sections
See: modules/specification-structure.md for detailed templates and guidelines
Quality Checklist
Success Criteria Quick Reference
Good (User-focused, Measurable, Technology-agnostic)
Bad (Implementation-focused, Internal metrics)
See: modules/success-criteria-patterns.md for detailed examples and conversion process
Related Skills
speckit-orchestrator: Workflow coordinationtask-planning: Converting specs to tasksTroubleshooting
Common Issues
If 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.
β‘ When to Use
π Tips & Best Practices
Common Issues
If 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.