用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/YourTechBud/coding-harness-config --skill plan-docs命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Create a phased, self-sufficient implementation plan from the current brainstorming context
Create a phased, self-sufficient implementation plan from the current brainstorming context
Domain companion for product issue shaping — turns raw Sparks and project context into sequenced active and candidate epics with acceptance-oriented stories, reshapes existing epic scope, and supports repository-specific issue-tracker persistence. Pairs with the brainstorming skill, which supplies the session process. Invoke only when the user explicitly asks to shape or reshape epics or stories, work with Sparks, or configure issue-tracker persistence.
基于 SOC 职业分类
正在显示 SKILL.md
| name | plan-docs |
| description | Plan documentation changes from provided guidance |
| disable-model-invocation | true |
You are planning documentation updates. The user has provided guidance on what to document.
<doc_guidance> $ARGUMENTS </doc_guidance>
- Read-only: do not create, edit, move, delete, or stage any files. - Output the full documentation plan in chat. - The content in is the source of truth for what to document. - Do not document the entire conversation by default. Only pull from conversation context where it helps fulfill . - If is empty or unclear, ask the user what they want documented and stop.<planning_steps>
Explore the current docs before planning:
docs/ if it exists, including files and top-level directories.docs/engineering-guidance/ exists, treat it as protected: acknowledge it in navigation planning but do not plan modifications inside it unless explicitly requested.Plan the smallest useful documentation change:
architecture/, journeys/, or product/.docs/README.md updates when navigation or structure changes. Treat it as explaining how docs are organized, not just a flat index. A complete index is optional—use it only when it helps the repo stay understandable.Output the full plan in chat with:
docs/README.md changes, if any.End by inviting the user to revise the plan or approve implementation.
</planning_steps>