superpowers-plan

制定可执行的实施计划,将复杂变更分解为小步操作,明确涉及文件与验证命令,确保每步可测试、可回滚,适用于多文件修改或影响系统关键流程的场景。

快捷安装

在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中

npx skills add anthonylee991/gemini-superpowers-antigravity --skill "superpowers-plan"

Planning Skill

When to use this skill

  • any multi-file change
  • any change that impacts behavior, data, auth, billing, or production workflows
  • any debugging that needs systematic isolation

Planning rules

  • Steps should be small (2–10 minutes each).
  • Every step must include verification.
  • Prefer incremental deliverables (avoid “big bang” edits).
  • Identify rollback and risk controls early.

Plan format (use this exact structure)

Goal

Assumptions

Plan

  1. Step name
    • Files: path/to/file.ext, ...
    • Change: (1–2 bullets)
    • Verify: (exact commands or checks)

Risks & mitigations

Rollback plan