원클릭으로
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 직업 분류 기준
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。
| 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.