一键导入
analyze
Analyze phase entry. Aggregates scoring, follow-up, and scope-check rules; loads references/assets/scripts on demand.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze phase entry. Aggregates scoring, follow-up, and scope-check rules; loads references/assets/scripts on demand.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | analyze |
| description | Analyze phase entry. Aggregates scoring, follow-up, and scope-check rules; loads references/assets/scripts on demand. |
Core philosophy: Distinguish the user's "goal" from their "implementation path" — only commit to the goal.
workflow / plan_only).references/analyze-rules.md first.auto_decide:
false: ask follow-up questions with assets/question-output.md.true: state explicit assumptions, then continue.assets/success-output.md.references/analyze-rules.md../references/shared-writing-dna.md (apply to all output)../references/output-contract.md (required sections, conditional enhancement, self-check)assets/question-output.mdassets/success-output.mdscripts/score_requirement.pyUse the script when the score must be auditable:
python3 skills/en/skills/sopify/analyze/scripts/score_requirement.py \
--goal-clarity 2 \
--expected-outcome 2 \
--scope-boundary 1 \
--constraints 1 \
--require-score 7
The script returns JSON with total score, threshold result, and missing dimensions.
design.develop.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.
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。