Marketplace

spec-management

Central authority for specification-driven development. Use when working with requirements, specifications, acceptance criteria, or any spec-driven workflow. Provides navigation to specialized skills and delegates to docs-management for official documentation.

allowed_tools: Read, Glob, Grep, Skill

$ Installer

git clone https://github.com/melodic-software/claude-code-plugins /tmp/claude-code-plugins && cp -r /tmp/claude-code-plugins/plugins/spec-driven-development/skills/spec-management ~/.claude/skills/claude-code-plugins

// tip: Run this command in your terminal to install the skill


name: spec-management description: Central authority for specification-driven development. Use when working with requirements, specifications, acceptance criteria, or any spec-driven workflow. Provides navigation to specialized skills and delegates to docs-management for official documentation. allowed-tools: Read, Glob, Grep, Skill

Specification Management

Central hub for specification-driven development workflows. This skill provides navigation to specialized skills for different specification formats and workflows.

When to Use This Skill

Keywords: specifications, requirements, acceptance criteria, spec-driven development, SDD, EARS, Gherkin, Kiro, Spec Kit, BDD, user stories, feature specifications, canonical spec

Use this skill when:

  • Starting a new specification-driven workflow
  • Converting between specification formats
  • Understanding available specification providers
  • Navigating to specialized authoring skills
  • Working with the canonical specification model

Quick Decision Tree

What do you want to do?

  1. Start Spec Kit 5-phase workflow → Use /spec:speckit:run or see speckit-workflow skill
  2. Generate a specification → Use /spec:specify command
  3. Write EARS requirements → See ears-authoring skill
  4. Write Gherkin scenarios → See gherkin-authoring skill
  5. Sync with AWS Kiro → See kiro-integration skill
  6. Check requirement quality → See requirements-quality skill
  7. Understand canonical format → See canonical-spec-format skill
  8. Convert between formats → Use /spec:convert command

Specification Providers

The canonical specification model (ADR-115) supports multiple providers:

ProviderFormatBest For
earsEARS syntaxPrecise, unambiguous requirements
gherkin.feature filesBDD tests with Reqnroll
kiroAWS KiroIDE integration with steering files
speckitGitHub Spec KitAI agent prompts, 5-phase workflow
adrMADR formatArchitecture decisions
userstoryAgile formatProduct backlog items
canonicalYAML/JSONDirect canonical format

Spec Kit 5-Phase Workflow

The GitHub Spec Kit workflow guides feature development:

PhaseArtifactPurpose
0.constitution.mdProject principles and constraints
1feature.mdSpecification from requirements
2design.mdImplementation approach
3tasks.mdTask breakdown
4CodeGuided implementation

Full workflow: Use /spec:speckit:run or invoke the speckit-workflow skill.

Canonical Specification Model

All providers transform to/from the canonical model:

id: "SPEC-001"
title: "Feature Title"
type: feature | bug | chore | spike | tech-debt

context:
  problem: "Description of the problem"
  motivation: "Business value"

requirements:
  - id: "REQ-001"
    text: "EARS-formatted requirement"
    priority: must | should | could | wont
    ears_type: ubiquitous | state-driven | event-driven | unwanted | complex | optional
    acceptance_criteria:
      - id: "AC-001"
        given: "Precondition"
        when: "Action"
        then: "Expected outcome"

traceability:
  adr_refs: ["ADR-115"]
  requirement_refs: ["FR-001"]

metadata:
  status: draft
  created: "YYYY-MM-DD"
  provider: canonical
  bounded_context: "WorkManagement"

Full schema: See canonical-spec-format skill or schemas/canonical-spec.schema.json

Available Commands

Generic Workflow Commands

CommandPurpose
/spec:specifyPhase 1: Generate specification from requirements
/spec:planPhase 2: Generate implementation plan
/spec:tasksPhase 3: Generate task breakdown
/spec:implementPhase 4: Guide implementation
/spec:validateValidate specification against schema
/spec:refineAI-assisted specification refinement
/spec:auditAudit specification quality
/spec:convertConvert between formats

Provider Deep-Dive Commands

CommandPurpose
/spec:ears:authorInteractive EARS pattern authoring
/spec:ears:convertConvert to/from EARS format
/spec:gherkin:authorInteractive Gherkin scenario authoring
/spec:gherkin:convertConvert to/from .feature files
/spec:kiro:syncSync with AWS Kiro specifications
/spec:speckit:runExecute full Spec Kit 5-phase workflow
/spec:adr:createCreate ADR from specification context
/spec:userstory:authorAuthor user stories with acceptance criteria
/spec:constitutionCreate or update project constitution
/spec:statusShow specification status dashboard

Delegation Pattern

This skill delegates to specialized skills for detailed guidance:

TopicDelegate To
EARS patternsears-authoring skill
Gherkin/BDDgherkin-authoring skill
AWS Kirokiro-integration skill
Spec Kit workflowspeckit-workflow skill
Quality criteriarequirements-quality skill
Canonical formatcanonical-spec-format skill
Official Claude Code docsdocs-management skill

Repository Infrastructure

This plugin integrates with project infrastructure:

ResourcePurpose
schemas/canonical-spec.schema.jsonCanonical specification JSON Schema
prompts/specify.prompt.mdGeneration template for Phase 1
templates/EARS-REQUIREMENT-TEMPLATE.mdEARS pattern reference
docs/adr/ADR-115-*Specification Provider Abstraction

Related Skills

  • ears-authoring - EARS requirement pattern authoring
  • gherkin-authoring - Gherkin/BDD scenario authoring
  • kiro-integration - AWS Kiro specification sync
  • speckit-workflow - GitHub Spec Kit 5-phase workflow
  • requirements-quality - INVEST criteria and quality assessment
  • canonical-spec-format - Canonical specification reference
  • docs-management - Official Claude Code documentation

References

Detailed Documentation:


Last Updated: 2025-12-24

Version History

  • v1.0.0 (2025-12-26): Initial release

Repository

melodic-software
melodic-software
Author
melodic-software/claude-code-plugins/plugins/spec-driven-development/skills/spec-management
3
Stars
0
Forks
Updated4d ago
Added1w ago