Writing Plans
技能 已验证 活跃当您有关于多步骤任务的规范或要求,但在编写代码之前,可以使用此项。
为复杂的开发任务创建高度详细且可操作的实施计划,确保在编写任何代码之前都有清晰和完整的规划。
功能
- 为多步骤任务生成详细的实施计划
- 记录文件结构、代码、测试和提交步骤
- 强制执行 TDD、YAGNI 和 DRY 原则
- 提供清晰的执行交接选项(子代理或内联)
- 确保工程师几乎不需要任何上下文即可理解计划
使用场景
- 当使用规范或要求开始新功能时。
- 将复杂任务分解为可管理、精炼的步骤。
- 确保上下文有限的工程师能够遵循实施步骤。
- 强制执行 TDD 和频繁提交等最佳实践。
非目标
- 直接编写代码。
- 处理尚未分解为子项目规范的任务。
- 为工程师的个人代码库或工具提供上下文。
- 在用户批准或指定交接的情况下执行计划。
安装
请先添加 Marketplace
/plugin marketplace add obra/superpowers/plugin install superpowers@superpowers-dev质量评分
已验证类似扩展
Ralplan
99Consensus planning entrypoint that auto-gates vague ralph/autopilot/team requests before execution
Deep Dive
992-stage pipeline: trace (causal investigation) -> deep-interview (requirements crystallization) with 3-point injection
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
Context Mode Ops
100使用并行子代理军队管理 context-mode GitHub 问题、PR、发布和营销。为每个任务编排 10-20 个动态代理。在分类问题、审查 PR、发布版本、撰写 LinkedIn 帖子、宣布发布、修复错误、合并贡献、验证 ENV 变量、测试适配器或同步分支时使用。
Fixflow
100使用严格的交付工作流执行编码任务:构建完整计划、分步实现、持续运行测试,并默认在每一步 (`per_step`) 后提交。当用户要求行为驱动交付或需求不明确时,支持显式提交策略覆盖 (`final_only`, `milestone`) 和可选的 BDD(给定/当/则)。
Kotlin Mcp Server Generator
100Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.