Skip to content
Development
Skill

/using-superpowers

开发实施子流程入口 — brainstorming / writing-plans / TDD / executing / verification 等。设计完成、准备进入实施时调用。

From plugin
analysis-to-delivery
2626 skills
Install
$ npx -y skills add BlueprintOS/analysis-to-delivery --skill using-superpowers --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/using-superpowers

Context preview

The summary Claude sees to decide when to auto-load this skill.

开发实施子流程入口 — brainstorming / writing-plans / TDD / executing / verification 等。设计完成、准备进入实施时调用。

SKILL.md

using-superpowers.SKILL.md
name: using-superpowers
description: 开发实施子流程入口 — brainstorming / writing-plans / TDD / executing / verification 等。设计完成、准备进入实施时调用。
disable-model-invocation: true
version: 4.0.0

Using Superpowers — 开发实施入口

Contract

  • 输入: 已签字的设计产物,或明确的实施目标
  • 输出: 推荐的 superpowers bridge skill 与起始点
  • 门控: 设计阶段已签字,或用户明确请求进入实施
  • Required rules: `stage-gate`
  • Required paths: 无
  • 下一步: `/brainstorming`、`/design-an-interface`、`/domain-modeling`、`/writing-plans`、`/tdd`、`/executing-plans` 或 `/verification-before-completion`

> 本 skill 是 **桥接层**,不复制 superpowers 官方内容,具体纪律以 `<SUPERPOWERS_SKILL_ROOT>/<name>/SKILL.md` 为准。 > 完整 superpowers 体系文档:https://github.com/obra/superpowers

我该用哪个?

| 我想做的事 | 用这个 superpowers skill | |---|---| | 反复提问澄清,产出设计稿 | `/brainstorming` | | 设计接口契约 | `/design-an-interface` | | 梳理领域模型 | `/domain-modeling` | | 把 spec 拆成可执行计划(每个 ≤ 2h) | `/writing-plans` | | 按测试驱动开发(红绿循环) | `/tdd` | | 逐步按计划执行 + 复盘 | `/executing-plans` | | 完成任务前验证(铁律) | `/verification-before-completion` |

与 analysis-to-delivery 的衔接

  • **设计完成**(跑完 `/analysis-delivery-workflow` 或 `/dev-design` 后)→ 从这里进入实施
  • **实施过程**纪律(stage-gate / 设计回测 / 任务复盘)来自 `disciplines/stage-gate`,由 superpowers 链路自动加载
  • **实施完成** → 回到 `/handoff` 出交接文档

调用规则

我会先问你 1-2 个澄清问题,然后告诉你从哪个 superpowers skill 开始。

> ⚠️ 本 skill **不直接执行开发**,只做"告诉你从哪个 superpowers skill 开始 + 串接 9 阶段 ↔ 5 步实施"的导航。

Ships withanalysis-to-delivery

通用需求分析到开发实施工作流 — 26 个独立可组合 skill、3 个完整行业示例、13 个 CI workflow、26 个自动化脚本、15 个 pytest 测试。

Get the whole plugin
Stats
26
Stars
2
Forks
Maintained
Maintenance
Python
Language
MIT
License
2mo ago
Last commit
3mo ago
Created

Repo: BlueprintOS/analysis-to-delivery

Other skills on analysis-to-delivery.