원클릭으로
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."