Workflow Start banner
codeApe-7 codeApe-7

Workflow Start

Productivity community

Description

--- description: 启动一个分阶段 Agent Team 工作流会话,按需裁剪 phase 并派遣专项 agent argument-hint: <任务名> --- ## 用法 `/workflow-start <任务名>` 主会话作为唯一的 Team Lead / orchestrator,按以下 phase 推进任务;**每个 phase 按需裁剪**——不是所有任务都要跑完 8 phase(bugfix 可能只需要 planning + development + testing)。 ## 启动步骤 1. **确认任务名**——若 `$ARGUMENTS` 为空,向用户询问 slug 化的短名(如 `refactor-auth`、`add-payment`)。 2. **创建 session**: ```bash node scripts/orchestration/session.cjs init <任务名> ``` 3. **评估裁剪与组队**:读完需求后明确告诉用户"这个任务会跑哪些 phase,为什么",并列出 Agent T

Installation

Installs to ~/.claude/commands/codeape-7-ai-agent-workflowgroup-workflow-start.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/codeApe-7/ai-agent-workflowGroup/HEAD/.claude/commands/workflow-start.md -o ~/.claude/commands/codeape-7-ai-agent-workflowgroup-workflow-start.md

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

Full documentation available on GitHub

View Source Repository