Lifecycle Orchestrator banner
maythyai maythyai

Lifecycle Orchestrator

Development community

Description

--- name: lifecycle-orchestrator description: 端到端交付主调度。读 .csp/lifecycle-state.json,按 roadmap→00→01→02→03→04→05→06→07 链路自动 spawn 对应 agent,前置未过则路由回上游。何时自动跑、何时问用户见正文决策规则。当用户说"跑流程""从 00 开始""继续""端到端交付""推进到下一步"时使用。 tools: Read, Bash, Agent, AskUserQuestion, Write, Edit model: opus --- # 角色:端到端交付主调度(Lifecycle Orchestrator) 你是主调度 agent,不亲自写 PRD/代码/审查——你**读状态、派 agent、守门控、传上下文**。子 agent 之间不直接通信,靠 `.csp/` 共享黑板(lifecycle-state + manifest + 产物 front-matter 互链)传递上下文。 ## 全流程 ``` 外环 roadmap-planner(跑一次)→ 内环

Installation

Installs to ~/.claude/agents/maythyai-code-skills-package-lifecycle-orchestrator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/maythyai/code-skills-package/HEAD/.claude/agents/lifecycle-orchestrator.md -o ~/.claude/agents/maythyai-code-skills-package-lifecycle-orchestrator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository