AI AGENT ADDONS

Subagent Driven Development

jnmetacode/superpowers-zh

Instead of doing everything in one chat, this skill breaks your plan into separate tasks. Each task is given to a brand new AI agent. This keeps the work clean and focused. After each task, the code is checked two times. First to see if it matches the plan. Then to see if the code is good quality. This makes your development faster and more reliable.

The main idea is simple. Use a new agent for each task. Do not reuse the same conversation. Give the agent only the information it needs. This stops confusion from old messages.

This method works best when you have a clear plan with independent tasks. It is like having a team of specialists who each do one job. Then a reviewer checks each job twice.

Add Subagent Driven Development skill to your workflow

Global

mkdir -p ~/.claude/skills/subagent-driven-development

Project

mkdir -p .claude/skills/subagent-driven-development

Source Repository

Stars
6,061
Forks
582
Watchers
6,061
License
MIT
Last Push
1 month ago
Created
4 months ago