用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/evidentloop/sopify --skill design命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Analyze phase entry. Aggregates scoring, follow-up, and scope-check rules; loads references/assets/scripts on demand.
Design phase entry. Aggregates plan-level selection, task breakdown, and package output rules; loads references/assets/scripts on demand.
Develop phase entry; routes task execution, state updates, KB sync, and plan close-out through references/assets/scripts.
基于 SOC 职业分类
正在显示 SKILL.md
| name | design |
| description | 方案设计阶段入口;聚合方案分级、任务拆分与方案包输出规则,按需加载 references/assets/scripts。 |
先核对现状,再选择最小充分路径。
workflow / plan_only / light_iterate)。references/design-rules.md。light/standard/architecture。assets/ 中对应模板生成方案文件。Ready 或 Needs decision 及依据,格式参考 assets/output-summary.md。references/design-rules.md../references/shared-writing-dna.md(所有输出遵循)../references/output-contract.md(必需 section、条件增强、自检)assets/*.mdscripts/select_plan_level.py当 plan.level=auto 时,优先调用:
python3 skills/zh/skills/sopify/design/scripts/select_plan_level.py \
--file-count 6 \
--new-feature \
--cross-module
脚本输出 JSON,包含:建议级别与触发原因。
develop)。