A sophisticated planning skill that transforms high-level requirements into granular, test-driven implementation blueprints for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install superpowers-writing-plans
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install superpowers-writing-plans using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Superpowers Writing Plans is a high-precision engineering skill designed for the Openclaw Skills ecosystem. It serves as a bridge between abstract brainstorming and concrete code execution, ensuring that AI agents follow a strict, disciplined development process. By assuming the executor has zero prior context, this skill forces the creation of comprehensive documentation that includes file mappings, interface definitions, and specific test cases before a single line of application code is written.
This skill enforces industry best practices such as Test-Driven Development (TDD), DRY (Don't Repeat Yourself), and YAGNI (You Ain't Gonna Need It). It eliminates ambiguity by banning placeholders like TBD or TODO, requiring instead full code blocks and command-line verification steps for every task. This level of detail ensures high-quality, maintainable code regardless of whether the plan is executed by a human or a sub-agent.
To integrate this into your workflow, ensure your Openclaw environment is configured to access the superpower skill set. The skill operates within a feature branch workflow:
# Create a dedicated feature branch for the plan implementation
git checkout -b feature/your-feature-name
# The skill will then generate and save the plan to:
# docs/superpowers/plans/YYYY-MM-DD-feature-name.md
# After implementation, merge back to main
git checkout main && git merge feature/your-feature-name
The skill follows a strict metadata and file taxonomy to ensure all Openclaw Skills outputs are searchable and structured:
| Field | Description |
|---|---|
| Storage Path | docs/superpowers/plans/ |
| Naming Convention | YYYY-MM-DD-<feature-name>.md |
| Header Template | Includes Feature Name, Goal, Architecture, and Tech Stack |
| Task Schema | File paths (with line numbers), Test code blocks, and Git commit commands |
| Verification | Explicit 'Expected' versus 'Actual' terminal output patterns |
superpowers-subagent-dev to parallelize task execution.superpowers-finishing-branch.Loading
A filesystem automation skill that logs local time and generates AI summaries of web content directly into your workspace.

A specialized decision-making skill that determines the optimal sequence, priority, and budget for searching across web, local, vector, and graph data sources.

A professional-grade translation tool designed for medical terminology and academic writing that prioritizes accuracy and structured execution over general-purpose translation.

An automated search and data extraction skill for finding restaurant ratings, costs, and locations on Dianping.

A streamlined ticketing system designed to automate support functionality and communication operations.

A comprehensive automated pipeline to download watermark-free Douyin videos, archive them to Aliyun OSS, and sync metadata to Feishu Bitable.








































