← Back to Skills Marketplace
axelhu

Subagent Dev

by AxelHu · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
355
Downloads
0
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install superpowers-subagent-dev
Description
Use when executing implementation plans with independent tasks - coordinates task execution by dispatching subagents per task with verification checkpoints,...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install superpowers-subagent-dev
  3. After installation, invoke the skill by name or use /superpowers-subagent-dev
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
OpenClaw-adapted skill for Superpowers development methodology.
v1.0.0
Initial release: OpenClaw-adapted skill.
Metadata
Slug superpowers-subagent-dev
Version 1.0.1
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 2
Frequently Asked Questions

What is Subagent Dev?

Use when executing implementation plans with independent tasks - coordinates task execution by dispatching subagents per task with verification checkpoints,... It is an AI Agent Skill for Claude Code / OpenClaw, with 355 downloads so far.

How do I install Subagent Dev?

Run "/install superpowers-subagent-dev" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Subagent Dev free?

Yes, Subagent Dev is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Subagent Dev support?

Subagent Dev is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Subagent Dev?

It is built and maintained by AxelHu (@axelhu); the current version is v1.0.1.

💬 Comments