# 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

- Skill: `majiayu000/spec-15` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/spec-15`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/spec-15/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/spec-15

---


/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/<YYYY>/<MM>/<branch>/<NNN>-<title>.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`

