dev-protocols
Development protocols including language rules (English docs, mirrored chat), strategic justification, explicit execution gates, and harness plan-mode mirroring to docs/PLAN.md. Use as general workflow context.
适合你,如果需要在开发中统一语言规则和文档镜像
/ 通过 npx 安装 校验哈希
npx oh-my-skill add tinywasm/devflow/dev-protocols/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- tinywasm/devflow/dev-protocols/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify tinywasm/devflow/dev-protocols安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1GitHub stars
~317上下文体积 · 单文件
索引托管
怎么用
商店整理自技能原文 · 版本 6481063 · 表述以原文为准它做什么
安装后,Claude 会遵循开发协议:用英文写计划和文档,用用户的语言回复;解释方案理由;不直接修改代码,除非你明确说“执行计划”等指令;如果使用内置计划模式,会自动将计划同步到项目中的 docs/PLAN.md 文件。
什么时候触发
当你进行开发任务,比如讨论方案、编写计划或准备修改代码时触发。特别在你说“执行计划”、“ok”或“ejecuta”后,Claude 才会开始修改代码。
装好后可以这样说
Claude 会开始根据计划修改代码。
Claude 会给出理由和替代方案。
技能原文 SKILL.md
Development Protocols
- Language Protocol: Plans and documentation must be generated in English. Chat conversations with the user must match the language used by the user (mirroring).
- Strategic Justification: Always provide the rationale for your chosen solution based on best practices, offering alternatives and explaining why the selection fits the context.
- Explicit Execution: Never start writing/modifying actual codebase source code unless explicitly told to "execute the plan", "ok", or "ejecuta".
- Harness Plan Mode (any agent with a built-in plan mode — e.g. Claude Code, Gemini CLI):
- Plan Mirroring: When the harness's plan mode creates a plan file at a system path (e.g.
~/.claude/plans/), you MUST ALSO create or updatedocs/PLAN.mdinside the active project's repository with the same final plan content. The system plan file is harness infrastructure;docs/PLAN.mdis the canonical source of truth for execution agents. - Plan Location Priority: Always prefer writing plans inside the project repository. If the plan mode forces a system path, treat it as a draft and mirror the final content to the project before requesting plan approval.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…