subagent-driven-development

Dispatch fresh subagents to implement and review React Native plan tasks.

28|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/bidah/react-native-hifi --skill subagent-driven-development-bidah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/bidah/react-native-hifi/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/bidah/react-native-hifi --skill subagent-driven-development-bidah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

React Native plans have independent tasks that must be executed without polluting the controller session, and this skill keeps the work moving by coordinating fresh implementers with mandatory reviews.

Core Features & Use Cases

  • Fresh Implementers: Dispatch a new implementer subagent for every task with explicit instructions, scene-setting context, and TDD guidance when required.
  • Two-stage Review: After each implementation, trigger spec compliance followed by code quality reviewers, looping until approvals are granted.
  • Use Case: When executing a detailed plan created via react-native-hifi:writing-plans, run this workflow to break the plan into tasks, keep subagents focused, and merge work with confidence using finishing-a-development-branch.

Quick Start

Invoke subagent-driven-development when you have an approved implementation plan with independent tasks ready to execute in the current session.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I execute independent React Native tasks without context bleed in my session?

Subagent-driven development prevents context bleed by dispatching fresh implementer subagents for each task. It orchestrates execution by providing explicit instructions and scene-setting context to isolated subagents, ensuring the controller session stays clean.

How do I automate spec compliance and code quality reviews after task execution?

Automate spec compliance and code quality reviews by triggering a two-stage review process after implementation. The system loops spec compliance followed by code quality reviewers until both approvals are granted before moving to the next task.

What is the best way to manage test-driven development with subagent workflows?

Manage test-driven development in subagent workflows by passing TDD guidance directly to fresh implementer subagents. Each dispatched subagent receives explicit TDD instructions alongside scene-setting context to execute the specific plan task independently.

Does subagent-driven development work with plans created in react-native-hifi?

Yes, subagent-driven development is designed for plans created via react-native-hifi:writing-plans. It breaks the approved plan into independent tasks, keeps subagents focused on execution, and merges work using finishing-a-development-branch guidance.

When should I not use subagent-driven development for task execution?

Avoid subagent-driven development when implementation plan tasks are not independent or when the plan is not yet defined. The workflow requires an approved plan with independent tasks ready to execute within the current session.