Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/djblack1209-coder/openclaw-bot/superpowers-workflownpx skills add djblack1209-coder/OpenClaw-Bot --skill superpowers-workflowgit clone --depth 1 https://github.com/djblack1209-coder/OpenClaw-BotWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/djblack1209-coder/openclaw-bot/superpowers-workflow)<a href="https://agentmods.dev/skills/djblack1209-coder/openclaw-bot/superpowers-workflow"><img src="https://agentmods.dev/badge/skills/djblack1209-coder/openclaw-bot/superpowers-workflow.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00045 | $0.00696 |
| Opus 5 | $0.00023 | $0.00348 |
| Sonnet 5 | $0.00009 | $0.00139 |
| Haiku 4.5 | $0.00005 | $0.00070 |
Grade A, and why
superpowers-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Superpowers 结构化开发工作流
基于 obra/superpowers 的结构化软件开发方法论,强制 Agent 按流程开发,避免跳步和低质量输出。
核心流程(强制执行)
Phase 1: Brainstorming(头脑风暴)
- 不要直接写代码。先问 严总 真正想要什么。
- 通过提问细化需求,探索替代方案。
- 分段展示设计,每段足够短以便阅读和消化。
- 输出: 设计文档(保存到
memory/development/)
Phase 2: Planning(实施计划)
- 将工作拆分为 2-5 分钟的小任务。
- 每个任务包含: 精确文件路径、完整代码、验证步骤。
- 计划要清晰到"一个没有项目上下文的初级工程师也能执行"。
- 强调 YAGNI(不需要就不做)和 DRY。
- 输出: 编号任务列表
Phase 3: TDD 执行(测试驱动开发)
- 严格 RED-GREEN-REFACTOR 循环:
- 写失败的测试
- 看它失败
- 写最少代码让它通过
- 看它通过
- 提交
- 在测试之前写的代码要删掉重来。
- 每个任务完成后立即提交。
Phase 4: Code Review(代码审查)
- 对照计划审查实现。
- 按严重程度报告问题: Critical(阻塞)、High、Medium、Low。
- Critical 问题必须修复后才能继续。
Phase 5: Finish(收尾)
- 验证所有测试通过。
- 提供选项: 合并/PR/保留/丢弃。
- 清理工作分支。
在 Telegram 中的使用方式
当 严总 发起开发任务时:
严总: 帮我加一个新功能...
Agent 回复:
📋 开发计划 (superpowers 模式)
Phase 1 - 需求确认:
1. [问题1]
2. [问题2]
确认后我会输出实施计划,然后按 TDD 逐步执行。
与现有 dev-todo-mode 的关系
dev-todo-mode是轻量级的任务跟踪模式superpowers-workflow是完整的结构化开发流程- 简单任务用 dev-todo-mode,复杂功能用 superpowers-workflow
- 判断标准: 预计 >30 分钟或涉及 >3 个文件的任务,用 superpowers
触发条件
- 严总 说 "用 superpowers 模式"、"结构化开发"、"TDD 模式"
- 复杂开发任务(自动判断)
/dev命令 + 复杂任务描述
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 80 lines · 45 tokens per session scan A 5a161469dac4
superpowers-workflow is a skill published in the GitHub repository djblack1209-coder/OpenClaw-Bot (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 45 tokens to every session and 696 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
reskin
Author a NEW skin for the reskinnable-demo app. A skin is a self-contained domain plugin under src/skins/ / that implements the frozen Skin contract (src/shell/skin-contract.ts) to swap the app's entire experience — brand, theme, layout, pages, tools, data, and agent — as a live sales demo. Use when the user says "add…
copilotkit-setup
Use when adding CopilotKit to an existing project or bootstrapping a new CopilotKit project from scratch. Covers framework detection, package installation, runtime wiring (managed Intelligence or self-hosted SSE), provider setup, and first working chat integration.
setup-slack-channel
Use for the PROVIDER half of getting a locally running CopilotKit Channels agent to answer in Slack, when no Slack app exists yet — setting up a Channels bot in Slack for the first time, creating the Slack app and its tokens, attaching it to a managed Intelligence Channel, or when a Channel reports setuprequired, sits…
copilotkit-channels
Use for the CODE half of a managed Intelligence Channel with Slack or Microsoft Teams: customising the Channel a CLI-scaffolded project already ships, or — for a project the CLI did not generate — writing the Channel declaration, the long-running host, and the awaited activation call. Teams provider setup is in scope…
runtime
@copilotkit/runtime — mount a fetch-native CopilotRuntime on any JS server, wire middleware, pick an AgentRunner, instantiate BuiltInAgent (Factory Mode with TanStack AI is the preferred default) or plug in any of 12 external agent frameworks (Mastra, LangGraph, CrewAI Crews/Flows, PydanticAI, ADK, LlamaIndex, Agno…
copilotkit-integrations
Use when wiring an external agent framework (LangGraph, CrewAI, PydanticAI, Mastra, ADK, LlamaIndex, Agno, Strands, Microsoft Agent Framework, or others) into a CopilotKit application via the AG-UI protocol.