Claude-skill-registry describe-phase-loop

Plan-Build-Review cycle and agent handoffs. Load when transitioning between agents or understanding workflow progression.

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/describe-phase-loop" ~/.claude/skills/majiayu000-claude-skill-registry-describe-phase-loop && rm -rf "$T"
manifest: skills/data/describe-phase-loop/SKILL.md
source content

The Phase Loop

Plan (Scribe) → Build (Builder) → Review (Overseer)
                      ↑                    ↓
                      └───── refine ───────┘
  • Planning produces a Phase folder on disk
  • Building modifies code and updates progress
  • Review either declares the Phase complete OR adds follow-up steps and sends back to Build

No Phase is complete without Overseer approval.