一键导入
implement
Analyzes ROADMAP and implements tasks in parallel with automatic orchestration. Use when starting implementation work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyzes ROADMAP and implements tasks in parallel with automatic orchestration. Use when starting implementation work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | implement |
| description | Analyzes ROADMAP and implements tasks in parallel with automatic orchestration. Use when starting implementation work. |
spec/tasks/ROADMAP.md を確認し、並列実装可能なタスクを分析して実装を進めます。
メインエージェントは管理・指揮のみを行い、直接作業は一切行いません。
以下は全てサブエージェント(ワーカー)に委譲すること:
メインエージェントが行うのは:
!grep "Planned" spec/tasks/ROADMAP.md
!git worktree list
Pane limit: max 4 workers (main + 4 workers = 5 panes). Before spawning, check current pane count:
tmux list-panes | wc -l # Must be < 5
If 5+ tasks exist, spawn sequentially — wait for one to complete before spawning the next.
# Spawn worker for each task
./scripts/spawn-worker.sh <branch-name> <task-keyword>
spawn-worker.sh automatically:
flexible-form--worktrees/<branch-name>After spawning all workers:
# Background orchestration (recommended)
./scripts/orchestrate.sh --background
Orchestrator automatically:
./scripts/apply-layout.sh
# Check orchestrator status
./scripts/orchestrate.sh --status
# View logs
tail -f /tmp/claude-orchestrator/orchestrator.log
# View event files
ls /tmp/claude-orchestrator/events/
レビュー完了の通知を受けたら:
gh api repos/<owner>/<repo>/pulls/<PR>/reviews)ユーザーの明示的な承認なしにマージしないこと。
ユーザーからマージの承認を得たら:
./scripts/merge-pr.sh <pr-number>
merge-pr.sh automatically:
spec/tasks/completed/git worktree list to see all worktrees./scripts/monitor-agents.sh to see agent states