Install
openclaw skills install superpowersSpec-first, TDD, subagent-driven software development workflow. Use when: (1) building any new feature or app — triggers brainstorm → plan → subagent execution loop, (2) debugging a bug or test failure — triggers systematic root-cause process, (3) user says "let's build", "help me plan", "I want to add X", or "this is broken", (4) completing a feature branch — triggers test verification + merge/PR options. NOT for: one-liner fixes (just edit), reading code, or non-code tasks. Requires exec tool and sessions_spawn.
openclaw skills install superpowersAdapted from obra/superpowers. Mandatory workflow — not suggestions.
Idea → Brainstorm → Plan → Subagent-Driven Build (TDD) → Code Review → Finish Branch
Every coding task follows this pipeline. "Too simple to need a design" is always wrong.
Trigger: User wants to build something. Activate before touching any code.
See: references/brainstorming.md
Summary:
docs/plans/YYYY-MM-DD-<topic>-design.md → commitHARD GATE: Do NOT write any code until user approves design.
Trigger: Design approved. Activated by brainstorming phase.
See: references/writing-plans.md
Summary:
docs/plans/YYYY-MM-DD-<feature>.md"I'm using the writing-plans skill to create the implementation plan."sessions_spawn per task + two-stage reviewTrigger: Plan exists, user chooses subagent-driven execution.
See: references/subagent-development.md
Per-task loop (OpenClaw):
sessions_spawn an implementer subagent with task + full plan contextsessions_spawn a spec-reviewer subagent → must confirm code matches specsessions_spawn a code-quality reviewer subagent → must approve qualityTDD is mandatory in every task. See references/tdd.md.
Trigger: Bug, test failure, unexpected behaviour — any technical issue.
See: references/systematic-debugging.md
HARD GATE: No fixes without root cause investigation first.
Four phases:
Trigger: All tasks complete, all tests pass.
See: references/finishing-branch.md
Summary:
When dispatching implementer or reviewer subagents, use sessions_spawn:
Goal: [one sentence]
Context: [why it matters, which plan file]
Files: [exact paths]
Constraints: [what NOT to do — no scope creep, TDD only]
Verify: [how to confirm success — tests pass, specific command]
Task text: [paste full task from plan]
Run sessions_spawn with the task as a detailed prompt. The sub-agent announces results automatically.