一键导入
design
Design phase entry. Aggregates plan-level selection, task breakdown, and package output rules; loads references/assets/scripts on demand.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Design phase entry. Aggregates plan-level selection, task breakdown, and package output rules; loads references/assets/scripts on demand.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze phase entry. Aggregates scoring, follow-up, and scope-check 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.
Knowledge base management skill; read during KB operations; includes init, update, sync strategies
Document template collection; read when creating docs; includes all KB templates and plan file templates
需求分析阶段入口;聚合评分、追问与范围判定规则,按需加载 references/assets/scripts。
方案设计阶段入口;聚合方案分级、任务拆分与方案包输出规则,按需加载 references/assets/scripts。
| name | design |
| description | Design phase entry. Aggregates plan-level selection, task breakdown, and package output rules; loads references/assets/scripts on demand. |
Core philosophy: A plan's value lies in the clarity of its trade-offs, not in its coverage.
workflow / plan_only / light_iterate).references/design-rules.md.light/standard/full from explicit change signals.assets/.assets/output-summary.md.references/design-rules.md../references/shared-writing-dna.md (apply to all output)../references/output-contract.md (required sections, conditional enhancement, self-check)assets/*.mdscripts/select_plan_level.pyUse the selector when plan.level=auto must be auditable:
python3 skills/en/skills/sopify/design/scripts/select_plan_level.py \
--file-count 6 \
--new-feature \
--cross-module
The script returns JSON with the suggested level and explicit reasons.
develop.