원클릭으로
develop
Develop phase entry; routes task execution, state updates, KB sync, and plan close-out through references/assets/scripts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Develop phase entry; routes task execution, state updates, KB sync, and plan close-out through references/assets/scripts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
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。
SOC 직업 분류 기준
| name | develop |
| description | Develop phase entry; routes task execution, state updates, KB sync, and plan close-out through references/assets/scripts. |
Core philosophy: No verification evidence, no completion — "it should be fine" is not evidence.
workflow / light_iterate / quick_fix; bare ~go auto-routes to exec_plan when an active plan exists).tasks.md or light plan.md).[ ] -> [x] / [-] / [!]).history/ and update the index.references/develop-rules.md../references/shared-writing-dna.md (apply to all output)../references/output-contract.md (required sections, density gradient, symbol discipline, desensitization)assets/*.mdscripts/extract_pending_tasks.pyUse the script when task extraction must be auditable:
python3 skills/en/skills/sopify/develop/scripts/extract_pending_tasks.py \
--tasks-file .sopify/plan/<plan>/tasks.md
The script returns JSON with pending tasks, status counts, and execution order.