templates/skills/team-status/SKILL.md
Check progress of an active agent team. Shows member status, completed tasks, pending work, and any messages. Use when asked "team status", "how's the team", "check team progress", "team update".
npx skillsauth add samwang0723/claudecode-setup team-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
/team-status [team-name]
.claude/tasks/{team-name}/_status.md.claude/tasks/*/ for teams with Phase BUILD_status.md for phase, status, member count.TaskList tool (via ToolSearch) to get team task states.TaskGet tool for detailed task info.# List active worktrees for the team
git worktree list | grep {slug}
dev-{N}.md files in .claude/tasks/{slug}/## Team: {slug}
Phase: BUILD | Members: {N}
Created: {date} | Updated: {date}
| Member | Area | Status | Last Activity |
|--------|------|--------|---------------|
| dev-1 | auth | Done ✅ | dev-1.md written |
| dev-2 | api | Working 🔄 | 3 commits |
| dev-3 | ui | Pending ⏳ | no activity |
## Completed Tasks
- [x] dev-1: Authentication module
## Pending Tasks
- [ ] dev-2: API endpoints
- [ ] dev-3: UI components
## Messages (recent)
- dev-1 → team-lead: "Auth module complete, tests passing"
## Recommendations
- dev-2 appears stalled — consider checking in
- dev-3 hasn't started — verify worktree setup
Team: $ARGUMENTS
development
Generate a technical specification document using the DDD template in template.md. Use when the user says 'write tech spec', 'create tech spec', 'technical specification', or needs a structured design document for a new feature or major change covering architecture, domain models, APIs, data design, security, and operations.
testing
Write a Product Requirements Document (PRD) using the standard TMAB template with stakeholders, user stories (Given-When-Then), success metrics, and A/B testing plans. Use when the user asks to write a PRD, create product requirements, document a feature spec, or plan a new product feature.
data-ai
Clean up an agent team. Removes team resources, optionally cleans worktrees and branches. Use after team work is complete and merged. Use when told to "stop team", "cleanup team", "disband team".
development
Spawn an agent team with multiple parallel Claude instances in tmux panes. Each teammate is a separate session with its own context window. Creates git worktrees and markdown state tracking alongside JSON tasks. Supports: --agents (comma-separated), --members N, --devs N. Use when told to "team up", "parallel team", "spawn a team", or "standby".