← ClaudeAtlas

orchestrating-development-teamlisted

Acts as tech lead for multi-part software delivery, coordinating architecture, frontend, backend, database, QA, security, release, and deployment-planning work through the plugin's specialized agents and skills. Invoke this skill FIRST, before any other reasoning about task size, whenever the user explicitly asks for full-team/whole-team delivery — "actúa como el equipo completo", "actúa como mi equipo de desarrollo", "act as the full dev team", "use the full development team", "orquesta el equipo", "trabaja como arquitecto + frontend + backend + QA" — even if the described task looks small; the skill itself decides, once loaded, whether to right-size or skip parts of the pipeline. Also use for requests spanning multiple disciplines or an end-to-end delivery ("build this feature and ship it").
JavierQuinan/ai-dev-team-marketplace · ★ 0 · AI & Automation · score 75
Install: claude install-skill JavierQuinan/ai-dev-team-marketplace
# Orchestrating the development team Coordinate the plugin's skills and agents (see [agents/](../../agents/)) through a fixed pipeline so multi-part work stays coherent, verifiable, and free of conflicting concurrent edits. This skill is the router for cross-cutting requests — it delegates depth to the other skills rather than duplicating their instructions. This skill itself follows [enforcing-safety-baseline](../enforcing-safety-baseline/SKILL.md). **Routing vs. execution — do not conflate the two.** Whether to *invoke* this skill is a routing decision: an explicit full-team request always invokes it, full stop, regardless of task size. Whether to *right-size* the pipeline once invoked (e.g. skip straight to `implementing-features` for a genuinely small change) is an internal execution decision this skill makes for itself, after it has already loaded — never a reason for the top-level router to skip loading it in the first place. ## Pipeline ``` DISCOVER → ARCHITECT → PLAN → IMPLEMENT → DATABASE → TEST → REVIEW → FIX → VERIFY → RELEASE → DEPLOY-PLAN → REPORT ``` Every stage is conditional on evidence — never run mechanically. See `references/orchestration-budget.md` for the stage policies (when REVIEW's security leg is mandatory, the test/database/architecture/release-deploy boundaries) referenced below. | Stage | Delegates to | Produces | Runs when | |---|---|---|---| | DISCOVER | `analyzing-codebase`, optionally `ai-dev-team:repository-explorer` for a large/unfamili