How this command is triggered — by the user, by Claude, or both
Slash command
/team:team-statusThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# 📊 Team Status チームの進行状況をレポートします。 ## 実行手順 ### Step 1: プロジェクト状態の収集 - `.team/decisions/` 配下のADRを確認 - `git log --oneline -10` で直近のコミットを確認 - `git status` で作業中の変更を確認 - `TODO.md` や `docs/tasks.md` があれば内容を取得 ### Step 2: ステータスレポート 以下の形式でレポートしてください: ### Step 3: 次のアクション提案 状況に応じて、次に呼ぶべきロールを提案してください: - 仕様未確定 → Yuki(PM) を提案 - 設計が必要 → Ken(Architect) を提案 - 実装段階 → Hana/Ryu を提案 - レビュー待ち → Sora を提案
チームの進行状況をレポートします。
.team/decisions/ 配下のADRを確認git log --oneline -10 で直近のコミットを確認git status で作業中の変更を確認TODO.md や docs/tasks.md があれば内容を取得以下の形式でレポートしてください:
📊 チーム ステータスレポート
═════════════════════
📅 最終更新: [日時]
📌 進行中のタスク
- [タスク1](担当: [ロール])
- [タスク2](担当: [ロール])
✅ 直近の完了
- [完了タスク1]
- [完了タスク2]
🔥 注意が必要な項目
- [課題があれば]
📋 未着手のタスク
- [次にやるべきタスク]
═════════════════════
状況に応じて、次に呼ぶべきロールを提案してください:
npx claudepluginhub shinya-creative/cc-team --plugin team/team-statusDisplays status of an active agent team: members, tasks, and progress. Optional [team-name] [--tasks] [--members] [--json] flags for filtering and JSON output.
/team-statusLists active PUA agents and teams from ~/.claude/pua/, showing type, ID/file, age, PID, TTL, and status (ACTIVE/STALE/ORPHAN) in a table. Suggests orphan cleanup.
/team-statusGenerates AI team status dashboard: tasks (progress, assignees), git worktrees (changes, logs), discussions, conflict detection, and recommended actions.