AgentSkillsCN

describe-phase-loop

计划—构建—评审的循环流程与代理间的交接机制。在代理之间切换,或深入了解工作流推进过程时加载此信息。

SKILL.md
--- frontmatter
name: describe-phase-loop
description: Plan-Build-Review cycle and agent handoffs. Load when transitioning between agents or understanding workflow progression.
user-invocable: false

The Phase Loop

code
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.