Agent skill · neolabhq
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session or facing 3+ independent issues that can be investigated without shared state or dependencies - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates
What it needs
About 6k tokens when loaded.
What this skill does
Subagent-Driven Development Create and execute plan by dispatching fresh subagent per task or issue, with code and output review after each or batch of tasks. Core principle: Fresh subagent per task + review between or after tasks = high quality, fast iteration. Executing Plans through agents: Same session (no context switch) Fresh subagent per task (no context pollution) Code review after each or batch of task (catch issues early) Faster iteration (no human-in-loop between tasks) Supported types of execution Sequential Execution When you have a tasks or issues that are related to each other, and they need to be executed in order, investigating or modifying them sequentially is the best way to go. Dispatch one agent per task or issue. Let it work sequentially. Review the output and code after each task or issue. When to use: Tasks are tightly coupled Tasks should be executed in order Parallel Execution When you have multiple unrelated tasks or issues (different files, different subsystems, different bugs), investigatin or modifying them sequentially wastes time. Each task or investigation is independent and can happen in parallel. Dispatch one agent per independent problem domain. Let them work concurrently. When to use: Tasks are mostly independent Overral review can be done after all tasks are completed Sequential Execution Process 1. Load Plan Read plan file, create TodoWrite with all tasks. 2. Execute Task with Subagent For each task: Dispatch fresh subagent: Subagent reports back with summary of work. 3. Review Subagent's Work Dispatch code-reviewer subagent: Code reviewer returns: Strengths, Issues (Critical/Important/Minor), Assessment 4. Apply Review Feedback If issues found: Fix Critical issues immediately Fix Important issues before next task Note Minor issues Dispatch follow-up subagent if needed: 5. Mark Complete, Next Task Mark task as completed in TodoWrite Move to next task Repeat steps 2-5 6. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills neolabhq/subagent-driven-development--77e15c