subagent-driven-development

Coordinate fresh subagents for independent tasks with two-stage reviews.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/tense-i/stock-market-simulator --skill subagent-driven-development-tense-i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/tense-i/stock-market-simulator/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/tense-i/stock-market-simulator --skill subagent-driven-development-tense-i

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate fresh subagents to execute independent tasks within the current session.

Core Features & Use Cases

  • Fresh subagent per task to avoid context pollution and enable rapid iteration
  • Two-stage reviews after each task: spec compliance review, then code quality review
  • Structured task dispatch and self-review to improve quality and traceability
  • Works in same-session execution and supports plan-driven workflows

Quick Start

Coordinate fresh subagents for fast iteration across a set of tasks.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I coordinate subagents for independent coding tasks in the same session?

You coordinate subagents by dispatching a fresh subagent per independent task to avoid context pollution and enable rapid iteration. Each subagent receives explicit prompts, executes the task, and performs a self-review before returning results.

What is the two-stage code review process for subagent task execution?

The two-stage review process evaluates each completed task sequentially. The first stage checks spec compliance against the original requirements, and the second stage reviews code quality to ensure standards are met before merging.

How do I avoid context pollution when running multiple subagent iterations?

To avoid context pollution during multiple iterations, dispatch a fresh subagent for each independent task rather than reusing a single subagent. This approach keeps the context window clean and allows rapid iteration without cross-task interference.

Can I use a structured task board for plan-driven subagent workflows?

Yes, you can use a dedicated task board for plan-driven subagent workflows. The board supports per-task dispatch, explicit prompt generation, self-review tracking, and a final merge workflow to maintain quality and traceability across the session.

When should I use fresh subagents instead of a single agent for development?

You should use fresh subagents when your development tasks are largely independent and require rapid iteration. This approach prevents context buildup from previous tasks and enforces structured two-stage reviews for spec compliance and code quality.