← ClaudeAtlas

subagent-driven-developmentlisted

Use when an approved tasks.md or implementation plan should be executed by fresh-context specialist subagents, with each task receiving implementation, spec-compliance review, code-quality review, and verification before closure. DO NOT USE FOR: missing plans, brainstorming, or simple single-file edits.
funky-eyes/best-copilot · ★ 10 · AI & Automation · score 82
Install: claude install-skill funky-eyes/best-copilot
# Subagent Driven Development Use this skill when a MEDIUM/LARGE plan is ready for implementation and fresh context would reduce cross-task contamination. The PM remains the controller: specialists implement or review bounded slices, and the PM adjudicates fan-in results. ## Preconditions - A current plan or `tasks.md` exists and is approved for execution. - Each task has a complete task statement, `files_involved`, dependencies, assumptions or explicit unknowns, acceptance checks, and verification budget. - PM has frozen `user_provided_paths`, `priority_files`, `already_read_files`, `authoritative_repo_facts`, `assumptions`, `tradeoffs`, `simpler_option_considered`, `forbidden_approaches`, and `source_provenance_refs` when relevant. - If the work came through PM planning, `execution_confirmed` must match the current `plan_revision`. ## Task Cycle For every ready task: 1. Build a fresh context packet with `context-packet-fastpath`. 2. Dispatch implementation to the right specialist: Technical Architect for full-stack architecture/mainline slices, Developer for scoped slices, Frontend Designer for UI-owned slices, or Root Cause Fixer for confirmed failures. 3. Require implementation evidence: changed files, read-before-write evidence for code edits, tests/checks run, key output, risk, and next-step notes. 4. Run Stage 1 review: spec/task compliance. The reviewer checks whether requirements, non-goals, file boundaries, and acceptance checks were honored. 5. Run Stage 2 re