From rust-agents
Orchestrate Rust development using agent teams with peer-to-peer communication. Use when: 'create rust team', 'start team development', 'launch agent team', 'team workflow', 'collaborative development'. Requires rust-agents plugin and CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1.
npx claudepluginhub bug-ops/claude-plugins --plugin rust-agentsThis skill uses the workspace's default tool permissions.
Team-based development orchestration for Rust projects using Claude Code agent teams. Coordinates specialist agents from the `rust-agents` plugin with peer-to-peer communication via SendMessage.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Team-based development orchestration for Rust projects using Claude Code agent teams. Coordinates specialist agents from the rust-agents plugin with peer-to-peer communication via SendMessage.
Task: $ARGUMENTS
Read all three reference files now — they contain the complete execution guide, communication rules, and report format:
cat "references/team-workflow.md"
cat "references/communication-protocol.md"
cat "references/result-aggregation.md"
Do not proceed until all three files are read.
Before starting, verify:
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 must be set in environment or settings.jsonclaude plugin install rust-agents)main/master, create a feature branch firstCargo.toml must exist/rust-team Implement user authentication with JWT tokens
TeamCreate
|
Spawn architect → WAIT for architect handoff
|
Spawn critic (pass architect handoff) → WAIT for critic handoff ← MANDATORY
|
Spawn developer (pass accumulated handoffs) → WAIT for developer handoff
|
Spawn tester, perf, security, impl-critic in parallel (pass all accumulated handoffs)
→ WAIT for ALL 4 validator handoffs ← impl-critic MANDATORY
|
Spawn reviewer (pass all accumulated handoffs) → WAIT for reviewer handoff
|
If issues: pass reviewer handoff to developer → WAIT for developer handoff
pass developer handoff to reviewer → WAIT for reviewer handoff
repeat until approved
|
Teamlead commits → PR → shutdown → report
| Task | Owner | BlockedBy | Description |
|---|---|---|---|
| plan | architect | - | Architecture design |
| critique | critic | plan | Adversarial critique of architecture (MANDATORY) |
| implement | developer | critique | Implementation |
| validate-tests | tester | implement | Test coverage |
| validate-perf | perf | implement | Performance analysis |
| validate-security | security | implement | Security audit |
| validate-critique | impl-critic | implement | Adversarial critique of implementation (MANDATORY) |
| review | reviewer | validate-* | Code review |
| fix-issues | developer | review | Fix ALL review issues |
| re-review | reviewer | fix-issues | Verify fixes |
| commit | teamlead | re-review | Commit and PR |
architect → critic → developer → parallel(tester, perf, security, impl-critic) → reviewer → fix cycle → commit
debugger → developer → tester → reviewer → commit
architect → developer → parallel(tester, perf) → reviewer → commit
security → developer(fixes) → reviewer → commit
Team development completes when:
completedshutdown_requestTeamDelete.local/team-results/{team-name}-summary.md