plan-mode
Claude Plan Mode (Deep-Spec Version)
核心用途
- 深度架构规划:只读模式运行,产出包含具体代码实现的详细技术文档。
- 强制代码落地:计划文件必须包含核心函数的完整签名、逻辑伪代码甚至 80% 的骨架代码。
- 动态交互:遇到需求不清或技术选型分歧时,强制暂停并向用户提问,绝不通过“猜测”来填补空白。
增强能力
- 质量闸门:退出前必须通过计划质量闸门清单,避免“不可执行”的计划。
- 计划文件治理:要求统一命名与增量更新,杜绝多份计划并存导致的执行偏差。
- 参考索引:通过 references 索引按需加载详细规则,保持主提示简洁。
流程图 (包含询问回路与并行优化)
graph TD
A[需求到达] --> B{是否复杂任务?}
B -- 否 --> C[直接执行]
B -- 是 --> D[调用 EnterPlanMode]
More from story-has-you/skills
java-dev
Comprehensive Java development skill based on Alibaba Java Coding Guidelines (Songshan Edition). Use when writing, reviewing, or refactoring Java code to ensure compliance with industry best practices. Triggers on: (1) Writing new Java code (.java files), (2) Reviewing existing Java code, (3) Refactoring Java projects, (4) Database design with MySQL, (5) API design and implementation, (6) Unit testing, (7) Concurrent programming, (8) Security implementation, or any Java development tasks requiring adherence to coding standards.
41vue-dev
MUST BE USED PROACTIVELY whenever writing Vue 3 or TypeScript code. This agent provides authoritative guidance on Vue architecture, component design, state management, and performance optimization, ensuring production-level scalability and maintainability. [Vue 3 stack specific]
19react-dev
MUST BE USED PROACTIVELY whenever writing React or TypeScript code. This agent provides authoritative guidance on architecture, component design, state management, and performance optimization, ensuring production-level scalability and maintainability. [Next.js stack specific]
18code-simplifier
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
17official-hotkey-ingestion
Collect official keyboard shortcuts from vendor docs, map them into this Hotkey Cheatsheet schema, and write them into PostgreSQL in two stages: English baseline first, then i18n. Use this whenever the user asks to 收录某个 App 的官方快捷键、快捷键入库、导入 shortcuts / hotkeys / keyboard shortcuts、同步官方 shortcut docs 到数据库、补全 app_hotkey / app_faq / app_i18n / app_hotkey_i18n / app_faq_i18n,或者只给一个 App 名称、官网或产品介绍让你自己去找官方来源。 This skill is specifically for official-source ingestion: discover the official site, read llms.txt when available, generate plan-first idempotent SQL, wait for approval, and then execute through PostgreSQL MCP. Triggers include 官方快捷键, 快捷键入库, 导入快捷键, 官方文档同步, official shortcuts, shortcut docs, keyboard shortcut database, app_hotkey, app_hotkey_i18n, app_faq_i18n, and PostgreSQL.
5