← ClaudeAtlas

superpowerslisted

Superpowers Skills Policy
pcliangx/AppGenesisForge · ★ 9 · AI & Automation · score 68
Install: claude install-skill pcliangx/AppGenesisForge
# Superpowers Skills Policy > 基线:superpowers plugin **v5.1.0**。每个 skill 的完整描述以本地 SKILL.md 为准: > `~/.claude/plugins/cache/claude-plugins-official/superpowers/5.1.0/skills/<name>/SKILL.md` 团队在关键流程节点必须调用 `superpowers:` 系列 skill,保证需求澄清、实现质量、完成验证、代码审查的一致性。 ## 1. 强制调用 skill 映射(含 agf-* 项目 skills) > 本表混合 `superpowers:*` 与项目级 `agf-*` skills;二者"强制"语义等价(dev 必走 SIT 与 TDD 同一档位),仅命名空间不同。 满足"何时调"列条件时**必须先调 skill,再做后续动作**。 | Skill | 谁调 | 何时调 | 跳过条件 | |---|---|---|---| | `superpowers:using-superpowers` | 主 Claude(每会话) | 会话启动时由 SessionStart 自动注入;任何响应/clarifying question 之前 | 由 subagent 被直接 dispatch ���(已在 SUBAGENT-STOP 豁免) | | `superpowers:brainstorming` | product-lead | 接到模糊/多选项需求 → 写 PRD 之前 | 用户已给明确 PRD、bug 修复、纯文档/小改 | | `superpowers:writing-plans` | product-lead | PRD 涉及多步/跨角色/≥3 AC → 分配之前 | 单角色/单 AC 任务 | | `superpowers:using-git-worktrees` | product-lead | 并行派 ≥2 个 execution-layer teammate 之前 | 单实例派发、纯只读 reviewer 并行 | | `superpowers:test-driven-development` | frontend-dev / backend-dev / ai-agent-dev / ml-engineer / miniapp-dev | 收到"新功能"或"bugfix"任务 → 写实现前 | 纯重构、只改文档/配置 | | `agf:running-sit-tests` | frontend-dev / backend-dev / ai-agent-dev / ml-engineer / miniapp-dev | Unit 全绿后、code-review 前 → 自跑 API+DB+external 单边集成 SIT,证据写入 `progress/<role>.md` | 纯文档/配置;无外部 IO 的算法纯函数 | | `superpowers:systematic-debugging` | 所有开发者 + qa-engineer / miniapp-qa-engineer | 遇测试失败 / bug / 预期外行为 → 定位前 | 新功能正常流程 | | `superpowers:verification-before-completion` | 所有开发者 + qa-engineer / miniapp-qa-engineer | 发完