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-hamzashakoor119-build-todo-app-using" ~/.claude/skills/majiayu000-claude-skill-registry-command-orchestration && rm -rf "$T"
manifest: skills/data/command-orchestration-hamzashakoor119-build-todo-app-using/SKILL.md
source 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.