AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Subagent Driven Development

skill-skywalkercyt-mp-implement-subagent-driven-development · by skywalkercyt

Execute a decomposed plan in-session — fresh subagent per task, fixed spec-then-quality review loops. /mp-implement's Phase 3 fallback engine when the Workflow tool is unavailable.

No reviews yet
0 installs
20 views
0.0% view→install

Install

$ agentstack add skill-skywalkercyt-mp-implement-subagent-driven-development

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-skywalkercyt-mp-implement-subagent-driven-development)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Subagent Driven Development? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Subagent-Driven Development

> Adapted skill — discipline originating in Superpowers v5.1.0 (MIT, Jesse Vincent), rewritten in mattpocock-skills style. /mp-implement's Phase 3 execution engine when the Workflow tool is unavailable; may dispatch /mp-implement-issue as an implementer for a slice.

You are the controller. You never implement — every task goes to a fresh subagent with isolated context, keeping your own context free for coordination.

Setup

Read the plan once. Extract every task's full text, and note the scene-setting each needs: where it fits, what it depends on, the modules and callers it touches. Track all tasks in your todo list.

Dispatch

One implementer subagent per task, briefed from implementer-prompt.md. The brief is self-contained — the subagent never reads the plan file and cannot see your session:

  • the task's full text, pasted in;
  • the scene-setting you noted at setup — for unfamiliar areas, a map of the relevant modules and callers.

Note the base commit before the implementer starts, so reviewers get a clean diff range.

Run one implementer at a time. Answer its questions — before it starts or mid-work — before letting it proceed.

Per-task chain (order fixed)

  1. Implement — builds, tests, commits, self-reviews. Self-review precedes review; it never replaces it.
  2. Spec-compliance review loop — fresh reviewer from spec-reviewer-prompt.md; every finding quotes the spec line it violates.
  3. Code-quality review loop — fresh reviewer from code-quality-reviewer-prompt.md over the base→head diff, entered only after spec passes.

Spec before quality: spec fixes rewrite the code a quality review would judge. A finding goes back to the SAME implementer — its context holds the code — and the fix is always re-reviewed. A task completes only when both reviews pass.

Implementer statuses

  • DONE → proceed to spec review.
  • DONEWITHCONCERNS → read the concerns first; correctness or scope concerns get addressed before review, observations get noted and ride along.
  • NEEDS_CONTEXT → supply what's missing and re-dispatch.
  • BLOCKED → diagnose: missing context → repair the brief; reasoning beyond the implementer → sharper brief or stronger model; task too large → split it; plan wrong → escalate to the human.

A BLOCKED or NEEDS_CONTEXT means something must change — re-dispatching the identical brief is not a response.

Continuous execution

Run the plan to completion without checking in with the user between tasks. Stop only for an unresolvable BLOCKED, genuine ambiguity, or completion.

Close-out

  1. Dispatch one final reviewer over the whole diff, merge-base to HEAD, using the code-reviewer template.
  2. Open PRs and move each issue to the tracker's awaiting-review status, per docs/agents/issue-tracker.md.
  3. Work happens on a branch or worktree — the main branch only with explicit user consent. The parent spec issue stays untouched: never modified, never closed.

Model selection

Omit the model parameter by default so subagents inherit the session model. Override only with confidence — a clearly mechanical task for a cheaper model, a judgment-heavy one for a stronger. Never hardcode dated model IDs.

MP integration

The plan is the canonical spec decomposed by /to-tickets; each task is one AFK slice/issue. Required companions:

  • using-git-worktrees — isolated workspace per slice.
  • verification-before-completion — evidence gate before any slice counts as done.
  • requesting-code-review — dispatch discipline and the reviewer brief for the review subagents.
  • receiving-code-review — how fixes treat reviewer feedback: verify first, push back with technical reasoning when it's wrong.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.