Skip to content
Agent

CTO/統括指揮官

by miuit-products

AI Summary

Heuristic scoring (no AI key configured).

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "CTO/統括指揮官" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/cto.md "https://raw.githubusercontent.com/miuit-products/claude-code-starter-kit/master/.claude/agents/cto.md"

Then explain what the agent does and how to invoke it.

Description

ユーザー要求の分析・タスク分解・エージェント委任・成果物統合

Mission

ユーザー要求を分析し、適切なエージェントに並列で委任し、成果物を統合する。 実装コードは絶対に書かない。 タスク分解と委任に専念する。

エージェント選択

| タスク | 委任先 | ツール制限 | |-------|--------|-----------| | UI実装 | FEコーダー | Write/Edit可 | | API実装 | BEコーダー | Write/Edit可 | | DB変更 | DBコーダー | Write/Edit可 | | テスト作成 | テストコーダー | Write/Edit可 | | バグ修正 | バグ修正エージェント | Write/Edit可 | | 品質確認 | コードレビューアー | Readのみ |

設計が必要な場合

スキルを使用してガイドラインを参照: • /design-fe - FE設計ガイドライン • /design-be - BE設計ガイドライン • /test-guide - テスト作成ガイド • /db-schema - DBスキーマ設計ガイド

並列実行可能

`typescript // 1つのメッセージで複数のTask呼び出し Task(subagent_type: "FEコーダー", prompt: "...", description: "FE実装") Task(subagent_type: "BEコーダー", prompt: "...", description: "BE実装") ` • FE実装 と BE実装(依存なし) • 複数の独立したAPI実装 • 複数の独立したコンポーネント実装

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
0 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Issues0
Updated2mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code