← 返回 Skills 市场
905
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install subagent-driven-development-2
功能描述
Execute implementation plans by dispatching a fresh subagent per task with two-stage review (spec compliance then code quality). Use when you have an implementation plan with mostly independent tasks and want high-quality, fast iteration within a single session.
安全使用建议
This is an instruction-only orchestration skill that looks coherent for per-task development work, but it omits some concrete pieces and implicitly requires repository/git/test-run privileges. Before installing or using it:
- Confirm where the referenced prompt templates (references/implementer-prompt.md, spec-reviewer-prompt.md, code-quality-reviewer-prompt.md) come from — they are not included in the package. Ask the publisher for the exact prompt text.
- Only run this skill in an environment you trust. It expects the controller to run tests, commit code, and operate on a repo; granting those capabilities to an agent gives it the ability to modify source and push commits.
- If you plan autonomous invocation, limit the agent's repository/write/network permissions or test in a sandbox first.
- If you need stricter guarantees, request an explicit install artifact or prompts and a clear dispatch mechanism (how subagents are spawned), and consider adding guardrails (dry-run mode, approval steps, scoped commit access).
These gaps don't imply malicious intent, but they are practical inconsistencies you should clarify before handing the skill live repository or execution privileges.
功能分析
Type: OpenClaw Skill
Name: subagent-driven-development-2
Version: 0.1.0
The skill bundle describes a workflow for an AI agent to orchestrate subagents for software development tasks. The `SKILL.md` file contains detailed instructions for the agent, including responsibilities, quality gates, and guardrails (e.g., 'NEVER Do'). There is no evidence of prompt injection attempts to manipulate the agent into performing unauthorized actions, exfiltrating data, or executing malicious commands. The instructions are entirely aligned with the stated purpose of managing a development process.
能力评估
Purpose & Capability
Name/description (dispatch fresh subagents, two-stage review) align with the SKILL.md content. The skill does not request unrelated credentials, binaries, or config paths.
Instruction Scope
The runtime instructions assume the controller/agent will implement dispatching subagents, run tests, make commits, and reference git SHAs — but the skill does not include the referenced prompt files (references/*.md) and does not declare or limit how subagents are dispatched. The instructions therefore implicitly assume repository, filesystem, and git/tool access that are not made explicit. This is coherent for a developer orchestration skill but incomplete and gives the agent broad discretion.
Install Mechanism
No install spec and no code files — lowest-risk installation model. The README shows an npx install example, but no actual install script or package is provided in the registry entry; that's a documentation/incompleteness issue rather than an install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. However, the instructions imply the need for access to the working repository, git, test runner, and possibly external issue trackers or CI; those are not requested explicitly.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request persistent presence or attempt to modify other skills or global agent settings in the provided text.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install subagent-driven-development-2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/subagent-driven-development-2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public release of subagent-driven-development skill.
- Dispatches a fresh subagent for each task in an implementation plan, enforcing two-stage review: spec compliance then code quality.
- Optimized for fast, high-quality iteration on plans with mostly independent tasks, all within a single session.
- Provides a detailed workflow and controller responsibilities to avoid context pollution and ensure review order.
- Includes prompt templates for implementer, spec reviewer, and code reviewer subagent roles.
- Outlines when (and when not) to use the skill, common pitfalls, and strict quality/review guidelines.
元数据
常见问题
Subagent Driven Development 是什么?
Execute implementation plans by dispatching a fresh subagent per task with two-stage review (spec compliance then code quality). Use when you have an implementation plan with mostly independent tasks and want high-quality, fast iteration within a single session. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 905 次。
如何安装 Subagent Driven Development?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install subagent-driven-development-2」即可一键安装,无需额外配置。
Subagent Driven Development 是免费的吗?
是的,Subagent Driven Development 完全免费(开源免费),可自由下载、安装和使用。
Subagent Driven Development 支持哪些平台?
Subagent Driven Development 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Subagent Driven Development?
由 wpank(@wpank)开发并维护,当前版本 v0.1.0。
推荐 Skills