subagent-driven-development
Execute Implementation Plans with Subagents
Également disponible depuis: ZhanlinCui,Cycleaddict,Doyajin174,davila7,obra,DYAI2025,CodingCossack,Cygnusfear
This skill automates implementation task execution by dispatching fresh subagents for each task, with automatic two-stage review (spec compliance then code quality) ensuring high-quality results without manual oversight.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez Ă utiliser
Tester
Utilisation de "subagent-driven-development". Execute this implementation plan for adding user authentication
Résultat attendu:
Task 1: Implement login endpoint
- Subagent implements, tests, commits
- Spec reviewer: All requirements met
- Code quality reviewer: Approved
Task 2: Add password reset flow
[continues with same pattern...]
Utilisation de "subagent-driven-development". What does this skill do differently from manual execution?
Résultat attendu:
Unlike manual execution, subagent-driven-development: (1) Uses fresh subagent per task to avoid context pollution, (2) Runs automatic two-stage review after each task, (3) Stays in same session for continuous progress, (4) Catches issues early before they compound.
Utilisation de "subagent-driven-development". Why use two-stage review (spec then quality)?
Résultat attendu:
Spec compliance review first ensures only requested features are built. Code quality review second ensures the implementation is well-built. This order prevents wasted effort on high-quality code that doesn't match requirements.
Audit de sécurité
SûrAll 38 static findings are false positives. The skill is a meta-skill containing prompt templates only - no executable code, scripts, network calls, or file operations. Static scanner misinterpreted GraphViz DOT syntax as shell commands, YAML 'risk: unknown' as cryptographic weakness, and standard code review language as reconnaissance.
Motifs détectés
Score de qualité
Ce que vous pouvez construire
Feature Implementation with Quality Gates
A development team lead uses this skill to execute a multi-task feature plan. Each task gets implemented by a fresh subagent, reviewed for spec compliance, then checked for code quality before moving to the next task.
Automated Refactoring Projects
A developer needs to refactor a large codebase across multiple files. They create a plan with independent refactoring tasks. The skill executes each task automatically with built-in quality verification.
Batch Implementation of Related Changes
A DevOps engineer uses this skill to implement a series of infrastructure changes from a plan. Each change goes through spec review and code quality checks automatically.
Essayez ces prompts
Use the implementer-prompt.md template to dispatch a subagent for the first task in my implementation plan. The task is: [paste task description here].
After the implementer completes Task N, dispatch a spec reviewer using spec-reviewer-prompt.md to verify the implementation matches the requirements. Task requirements: [paste requirements]. Implementer report: [paste report].
After spec compliance passes, dispatch a code quality reviewer using code-quality-reviewer-prompt.md. Include the git base SHA and head SHA for the task. Review: [describe what was implemented].
Execute my implementation plan using subagent-driven-development. Read the plan file at [path], extract all tasks, and process each one through implementer, spec reviewer, and code quality reviewer before marking complete.
Bonnes pratiques
- Provide complete task context upfront - subagent should not need to read the plan file
- Always answer subagent questions before letting them proceed with implementation
- Never skip review loops - if reviewer finds issues, implementer must fix and re-review
- Dispatch tasks sequentially, not in parallel, to avoid conflicts
Éviter
- Starting code quality review before spec compliance is verified (wrong order)
- Skipping spec compliance review and proceeding directly to code quality
- Accepting 'close enough' from spec compliance - requirements must match exactly
- Letting implementer skip self-review before reporting back
Foire aux questions
How is this different from the executing-plans skill?
Why use fresh subagent per task instead of one subagent for all tasks?
What happens if a subagent asks questions during implementation?
Can I skip the code quality review if spec compliance passes?
What if the reviewer finds issues but the implementer disagrees?
How do I handle tightly coupled tasks in my plan?
Détails du développeur
Auteur
sickn33Licence
MIT
Dépôt
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/subagent-driven-developmentRéf
main
Structure de fichiers
đź“„ code-quality-reviewer-prompt.md
đź“„ SKILL.md