什么是 plan?
分析文档(或提示)并生成包含任务分解、TDD 步骤和进度跟踪的实施计划。 来源:tercel/code-forge。
分析文档(或提示)并生成包含任务分解、TDD 步骤和进度跟踪的实施计划。
通过命令行快速安装 plan AI 技能到你的开发环境
来源:tercel/code-forge。
Generate an implementation plan from a feature document or a requirement prompt.
Steps 2, 6, and 7 are offloaded to sub-agents via the Task tool to prevent context window exhaustion on large projects. The main context retains only concise summaries returned by each sub-agent, while full document analysis, file generation, and code implementation happen in isolated sub-agent contexts that are discarded after completion.
Actual execution order: 0 → 0.9 (reference docs, if configured) → 0.8 (prompt mode only) → 1 → 2 (sub-agent) → 3 → 4 → 6 (sub-agent) → 7 (sub-agent) → 5 → 8 → 8.5 → 9
分析文档(或提示)并生成包含任务分解、TDD 步骤和进度跟踪的实施计划。 来源:tercel/code-forge。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/tercel/code-forge --skill plan分析文档(或提示)并生成包含任务分解、TDD 步骤和进度跟踪的实施计划。 来源:tercel/code-forge。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tercel/code-forge --skill plan 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/tercel/code-forge