ワンクリックで
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