بنقرة واحدة
team-status
Check status of the active native Claude Code team (teammates, tasks, progress)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Check status of the active native Claude Code team (teammates, tasks, progress)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run an autonomous, spec-driven, tiered self/cross-verifying loop — the harness forces continuation until the goal is objectively met or a guardrail fires
Author a durable, machine-checkable SPEC.md (the anchor for an autonomous loop) with EARS-style acceptance criteria mapped to verify commands
Tier 3 작업 완료 전 N-라운드 독립검증·수정 루프. git diff를 모델 로테이션(Claude/GPT/Gemini)으로 라운드마다 독립 검증하고 수정한다.
Initialize oh-my-harness in the current project (plugin mode)
Configure oh-my-harness settings (features, thresholds, model routing, multi-agent)
Create a native Claude Code team with configured teammates and task assignments
| name | team-status |
| description | Check status of the active native Claude Code team (teammates, tasks, progress) |
| level | 2 |
Check the status of the active native Claude Code team, including teammate status and task progress.
Usage: /team-status
Read team state from .claude/.omh/teams.json.
If the file doesn't exist or is empty, report "No active team. Use /team-spawn to create one." and exit.
Read native team config: Use the Read tool to read ~/.claude/teams/{teamName}/config.json to get the current member list from the Claude Code runtime.
If the file doesn't exist, the team may have been deleted externally. Report this and suggest cleanup.
Get task list: Call the TaskList tool to get all tasks and their current status.
Display team status table:
Team: {teamName}
Created: {timestamp}
Task: {description}
| Teammate | Role | Model | Status |
|------------|-------------------|--------|--------|
| frontend | Frontend dev | sonnet | idle |
| backend | Backend dev | sonnet | active |
| tester | Test writer | sonnet | idle |
Map agentType to model name for display:
quick -> haikustandard -> sonnetarchitect -> opusDisplay task progress table:
| ID | Task | Owner | Status | Blocked By |
|----|-----------------------------| ---------|-------------|------------|
| 1 | Fix frontend TS errors | frontend | completed | |
| 2 | Fix backend TS errors | backend | in_progress | |
| 3 | Write tests for fixes | tester | pending | 2 |
Show progress summary:
Progress: {completed}/{total} completed, {in_progress} in progress, {blocked} blocked
Suggest next actions based on status:
/team-stop to shutdown and cleanup."