subagent-driven-development

Dispatch fresh subagents to execute independent implementation tasks with two-stage reviews.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RobertJonnyTiger/Sikumnik --skill subagent-driven-development-robertjonnytiger
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/RobertJonnyTiger/Sikumnik/tree/main/.agent/skills/subagent-driven-development
Command: npx skills add https://github.com/RobertJonnyTiger/Sikumnik --skill subagent-driven-development-robertjonnytiger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subagent-Driven Development solves the challenge of executing lengthy implementation plans by partitioning work into independently executing subagents, each handling a task with isolated context and structured reviews.

Core Features & Use Cases

  • Dispatch a fresh implementer subagent per task to maintain context integrity and enable parallel progress.
  • Two-stage review after each task: spec compliance review first, then code quality review.
  • End-to-end task management with automated task creation, testing, and branching guidance.

Quick Start

Deploy a per-task subagent workflow in the current session to implement the plan.

Frequently Asked Questions about subagent-driven-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate execution of implementation plans with parallel tasks?▼

Automate implementation plan execution by dispatching fresh subagents to handle independent tasks within a single session. This approach maintains context integrity for each task and enables parallel progress across largely independent workflow items.

What is subagent-driven development and when should I use it?▼

Subagent-driven development partitions lengthy implementation plans into independently executing subagents with isolated context. Use it when tasks are largely independent or can be parallelized within a single session, requiring structured spec compliance and code quality reviews.

How do I set up a two-stage code review workflow for independent development tasks?▼

Set up a two-stage review by dispatching a per-task implementer subagent, then running a spec compliance review first followed by a code quality review. This structured workflow ensures each independent task meets specifications before evaluating code standards.

Can I use subagents to parallelize coding tasks within a single session?▼

Yes, you can parallelize coding tasks by dispatching fresh subagents for each independent task within your current session. This workflow supports automated task creation, testing, and branching guidance while maintaining isolated context per subagent.

What are the limitations of using subagents for plan execution?▼

Subagent-driven plan execution is limited to tasks that are largely independent or can be parallelized within a single session. If your implementation plan requires tightly coupled, sequential task dependencies, this isolated subagent approach is not suitable.