agent-teams
Agent Teams Workflow
When to Use
Use this skill when coordinating multiple Claude Code agents to implement features in parallel using the Agent Teams feature. Covers:
- Feature doc format and stack-aware lifecycle
- Three-role separation: test-writer, builder, reviewer (order depends on stack)
- File ownership rules to prevent conflicts
- Hook-based quality gates (TaskCompleted, TeammateIdle, Stop)
- Fast verification for rapid feedback, full verification for completion gates
- Progress dashboard (
feature-docs/STATUS.md) for zero-context recovery - Stuck detection and time blindness mitigation
- Coordination protocol with kickoff prompts
- Bootstrap and retrofit prompts for new and existing projects
Defer to other skills for:
More from michaelkeevildown/claude-agents-skills
neo4j-data-models
Neo4j graph data modeling patterns — node/relationship design, fraud detection schemas, and modeling best practices.
27neo4j-cypher
Neo4j Cypher query language reference — patterns, performance, fraud-domain queries, and Neo4j 5+ features.
13neo4j-driver-js
Neo4j JavaScript driver 6.x — connection setup, session management, impersonation security, transaction functions, type handling, and result-to-UI data mapping.
8shadcn-ui
shadcn/ui component library — installation, usage patterns, theming, form integration, and accessibility.
7git-workflow
Git workflow conventions — branching strategy, commit messages, PR workflow, and rebase vs merge.
7fastapi
FastAPI — route definitions, dependency injection, Pydantic models, middleware, and async patterns.
6