用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/evidentloop/sopify --skill develop命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | develop |
| description | 开发实施阶段入口;聚合任务执行、状态更新、知识库同步与收尾状态规则,按需加载 references/assets/scripts。 |
核心哲学:有验证证据才算完成——"应该没问题"不是证据。
workflow / light_iterate / quick_fix;当 ~go 检测到活动 plan 时自动路由至 exec_plan)。tasks.md 或 light 的 plan.md)。[ ] -> [x] / [-] / [!])。plan.md 生命周期元数据更新为 ready_to_archive,继续保留在 plan/。references/develop-rules.md../references/shared-writing-dna.md(所有输出遵循)../references/output-contract.md(必需 section、密度梯度、符号纪律、脱敏规则)assets/*.mdscripts/extract_pending_tasks.py当需要可审计地提取任务状态时,优先调用:
python3 skills/zh/skills/sopify/develop/scripts/extract_pending_tasks.py \
--tasks-file .sopify/plan/<plan>/tasks.md
脚本输出 JSON,包含:待执行任务、状态统计与执行顺序。
design)。ready_to_archive 只是 plan.md 元数据;只有显式 ~go finalize 才通过 sopify_writer 归档。