← 返回 Skills 市场
axelhu

Subagent Dev

作者 AxelHu · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
355
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install superpowers-subagent-dev
功能描述
Use when executing implementation plans with independent tasks - coordinates task execution by dispatching subagents per task with verification checkpoints,...
安全使用建议
This skill appears internally consistent with its purpose, but before enabling it consider: 1) Run it first in a sandbox/test repository — it expects to run tests and make commits, so avoid letting it modify production branches. 2) Ensure the agent's repository and git credentials are restricted and reviewed (the skill doesn't ask for creds but assumes git access). 3) Verify and trust the other workflow skills it references (superpowers-writing-plans, superpowers-tdd, superpowers-finishing-branch). 4) If you want tighter control, require manual approval before commits or disable autonomous invocation for agents using this skill. If you need more assurance, provide the actual runtime environment details (what sessions_spawn can access, which files/cwd the agent will see) and test the skill in a controlled environment.
功能分析
Type: OpenClaw Skill Name: superpowers-subagent-dev Version: 1.0.1 The skill bundle defines a workflow for an AI agent to manage sub-tasks by spawning sub-agents using OpenClaw's 'sessions_spawn' capability. The instructions in SKILL.md focus on task decomposition, multi-stage code reviews, and quality control, with explicit 'Red Flags' that discourage unsafe practices like working on main branches without consent or skipping verification steps. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
Name and description match the instructions: the SKILL.md describes dispatching per-task subagents via sessions_spawn, two-stage review (spec compliance + code quality), model selection, and integration with other workflow skills. None of the declared requirements (none) conflict with that purpose.
Instruction Scope
Instructions stay within the stated scope: extract tasks from a plan, spawn subagents with sessions_spawn(mode="run"), answer subagent questions, run tests, commit, and perform reviews. The doc explicitly prescribes how to pass context and handle subagent states. It does not instruct the agent to collect unrelated system secrets or contact external endpoints beyond the platform session model.
Install Mechanism
No install spec or code files — instruction-only skills are lowest-risk from an install perspective. There are no downloads, packages, or binaries declared.
Credentials
The skill declares no env vars or credentials, which is coherent. However, the workflow assumes the agent can access a project directory, run tests, and perform git commits; those actions typically require filesystem access and possibly VCS credentials configured in the environment even though they are not declared. This is a practical expectation, not necessarily a mismatch, but you should be aware the agent will need repository access to carry out the described steps.
Persistence & Privilege
Skill is instruction-only, does not request persistent presence (always:false) and does not modify other skills' configurations. Model invocation is not disabled (default), which is normal — the skill can be invoked autonomously if the agent decides to.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install superpowers-subagent-dev
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /superpowers-subagent-dev 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
OpenClaw-adapted skill for Superpowers development methodology.
v1.0.0
Initial release: OpenClaw-adapted skill.
元数据
Slug superpowers-subagent-dev
版本 1.0.1
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 2
常见问题

Subagent Dev 是什么?

Use when executing implementation plans with independent tasks - coordinates task execution by dispatching subagents per task with verification checkpoints,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 355 次。

如何安装 Subagent Dev?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install superpowers-subagent-dev」即可一键安装,无需额外配置。

Subagent Dev 是免费的吗?

是的,Subagent Dev 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Subagent Dev 支持哪些平台?

Subagent Dev 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Subagent Dev?

由 AxelHu(@axelhu)开发并维护,当前版本 v1.0.1。

💬 留言讨论