Spec

Core specification workflow engine. Triggers stage agents (CREATE, RESEARCH, PLAN, IMPLEMENT, REVIEW, TEST, etc.) for structured development. Triggers on keywords: spec, specification, plan spec, implement spec, review spec

majiayu000 59283db 2 files · 1.7 KB Updated 567 repo stars

File contents

/spec STAGE SPEC: STRICTLY FOLLOW ${CLAUDE_PLUGIN_ROOT}/agents/spec/{STAGE}.md using STAGE AND SPEC as the variables

Variables

STAGE=$ARGUMENTS SPEC=$ARGUMENTS / LAST USED SPEC

Spec Rules

  • Default path: specs////-.md
  • Modify AI Section only; never touch Human Section
  • Commit after each stage: spec(<NNN>): <STAGE> - <title>
  • One stage = one commit (do NOT bundle multiple stages)

Conditional Documentation

When working with external specs storage, read:

  • ${CLAUDE_PLUGIN_ROOT}/scripts/spec-resolver.sh
  • ${CLAUDE_PLUGIN_ROOT}/scripts/external-specs.sh
  • ${CLAUDE_PLUGIN_ROOT}/scripts/lib/config-loader.sh

majiayu000/claude-skill-registry-data/tree/main/workflow/spec-waterplanai-agentic-config commit 59283dbb73

Frequently asked questions

npx skillmds add majiayu000/spec-15