A 4-agent pipeline for cleaning web projects: web-restructure → css-improver → html-improver → code-improver. Includes deterministic scripts (check.js, complexity, dependencies, dead code) for double coverage.
An 8-agent pipeline in two phases. Phase 1: Analyze (organize, format, audit). Phase 2: Refactor (test, plan, challenge, execute, verify). One command — /clean-team:clean — with three modes: full pipeline, audit-only, and resume.
A 7-agent refactoring team that explores, researches, tests, plans, challenges, executes, and verifies code improvements
A 5-agent implementation team: plan → challenge → implement (strict TDD) → security → refactor
A 5-agent diagnostic team for stubborn bugs and implementation mismatches: clarify → investigate → hypothesize → resolve → validate