updated 4mo ago
Run a structured multi-agent pipeline where team-lead orchestrates all stages and delegates implementation to specialist agents.
Teamwork で何ができる?
name: teamwork description: Use for explicit teamwork orchestration requests (/teamwork:task, /teamwork:mapping-repo, or "use teamwork"). Delegates to team-lead for plan-led execution with gated review and verification. allowed-tools: Bash, Agent
Teamwork Skill
Run a structured multi-agent pipeline where team-lead orchestrates all stages and delegates implementation to specialist agents.
Triggers
/teamwork:task <description>
/teamwork:mapping-repo
/teamwork:mapping-repo --update
Natural language trigger:
Use teamwork to implement <feature>
Setup / Check
- Claude slash command:
/teamwork:setup - CLI/Codex fallback:
bash scripts/setup.sh --repo/bash scripts/setup.sh --check
Pipeline
team-lead
├── planner-lead → dispatches researcher/designer/linter, writes plan
│ ├── researcher(s) (parallel when useful)
│ └── designer (only when design output required)
│ └── linter (layered dependency lint contract)
├── plan-reviewer → technical plan gate
├── pm → product plan gate + delivery supervision
├── fullstack-engineer → execute tasks
├── verifier → command-level verification evidence
├── final-reviewer → code review + specialty review coalition
│ ├── security-reviewer
│ ├── devil-advocate
│ ├── a11y-reviewer
│ ├── perf-reviewer
│ └── user-perspective
└── git-monitor → optional commit/PR/CI monitoring
Stage Model
Default (standard):
plan -> plan-review -> execute -> verify -> pm-review -> final-review -> ship
Gate policy:
- Plan gate passes only when
plan-reviewerandpm(plan-gate)are both pass. - Delivery gate uses
verifierevidence pluspm(delivery-gate)supervision. - Final gate is owned by
final-reviewerconsolidated verdict.
Workflow
- Validate plugin readiness (Codex/Copilot optional).
- Read
.claude/team.mdfor routing/review/verification/model overrides. - Delegate immediately to
team-lead. team-leadruns plan-led pipeline and returns evidence.- Report outcome only; never implement directly in this skill entry.
Hard Constraints
- Skill entry must not edit files.
- Always delegate to
team-leadfor real work. - Require plan gate, verification, PM delivery gate, and final-review gate unless user explicitly overrides.
- Enforce bounded repair loops (single automatic repair budget).
- Re-run gates after any code-changing repair.
- Never commit
.claude/pipeline-state.json.
Shipped Agents
team-lead.mdplanner-lead.mdlinter.mdresearcher.mddesigner.mdplan-reviewer.mdpm.mdfullstack-engineer.mdverifier.mdfinal-reviewer.mdgit-monitor.mdsecurity-reviewer.mddevil-advocate.mda11y-reviewer.mdperf-reviewer.mduser-perspective.md
インストール
Teamwork をクライアントに追加します。お使いのものを選んでください。
npx skills add LeePepe/teamworkInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add LeePepe/teamworkAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/LeePepe/teamwork
cp -r .claude/skills/teamwork ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
スコア
58 / 100
及第