Claude-skill-registry command-orchestration
Orchestrates correct usage of .claude/commands during spec-driven workflows.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/command-orchestration" ~/.claude/skills/majiayu000-claude-skill-registry-command-orchestration-b2b1f0 && rm -rf "$T"
manifest:
skills/data/command-orchestration/SKILL.mdsource content
Command Orchestration Rules
Requirement Analysis
Use:
- sp.analyze.md
- sp.clarify.md (if ambiguous)
Specification Phase
Use:
- sp.specify.md
- sp.constitution.md (if rules needed)
Planning Phase
Use:
- sp.plan.md
- sp.tasks.md
Implementation Phase
Use:
- sp.implement.md
Validation Phase
Use:
- sp.checklist.md
- sp.tasksissues.md
Git / PR
Use:
- sp.git.commit.pr.md
Always select commands automatically based on task intent.