with one click
analyze
需求分析阶段入口;聚合评分、追问与范围判定规则,按需加载 references/assets/scripts。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
需求分析阶段入口;聚合评分、追问与范围判定规则,按需加载 references/assets/scripts。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
| name | analyze |
| description | 需求分析阶段入口;聚合评分、追问与范围判定规则,按需加载 references/assets/scripts。 |
核心哲学:区分用户给的"目标"与"实现路径"——只对目标负责。
workflow / plan_only)。references/analyze-rules.md。auto_decide 处理:
false:使用 assets/question-output.md 追问。true:显式补充假设后继续。assets/success-output.md。references/analyze-rules.md../references/shared-writing-dna.md(所有输出遵循)../references/output-contract.md(必需 section、条件增强、自检)assets/question-output.mdassets/success-output.mdscripts/score_requirement.py当需要可审计评分时,优先调用:
python3 skills/zh/skills/sopify/analyze/scripts/score_requirement.py \
--goal-clarity 2 \
--expected-outcome 2 \
--scope-boundary 1 \
--constraints 1 \
--require-score 7
脚本输出 JSON,包含:总分、阈值判定、缺失维度清单。
design)。develop)。Based on SOC occupation classification
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.
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。