subagent-driven-development
How to Install
Claude Code:
git clone https://github.com/jnMetaCode/superpowers-zh && cp skills/subagent-driven-development ~/.claude/skills/Cursor:
Copy SKILL.md into your .cursorrules file# 子智能体驱动开发
通过为每个任务分派一个全新的子智能体来执行计划,每个任务完成后进行两阶段审查:先审查规格合规性,再审查代码质量。
**为什么用子智能体:** 你将任务委派给具有隔离上下文的专用智能体。通过精心设计它们的指令和上下文,确保它们专注并成功完成任务。它们不应继承你的会话上下文或历史记录——你要精确构造它们所需的一切。这样也能为你自己保留用于协调工作的上下文。
**核心原则:*
Details
| Category | AI/ML → ml |
| Source | https://github.com/jnMetaCode/superpowers-zh |
| Stars | ★ 5.5K |
| Risk Level | N/A |
Related Skills
dispatching-parallel-agents
# 并行分派智能体
## 概述
你将任务委派给具有隔离上下文的专用智能体。通过精心设计它们的指令和上下文,确保它们专注并成功完成任务。它们不应继承你的会话上下文或历史记录——你要精确构造它们所需的
dispatching-parallel-agents
# Dispatching Parallel Agents
## Overview
You delegate tasks to specialized agents with isolated c
executing-plans
# Executing Plans
## Overview
Load plan, review critically, execute all tasks, report when complet
finishing-a-development-branch
# Finishing a Development Branch
## Overview
Guide completion of development work by presenting cl