analyze
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.
$ npx -y skills add evidentloop/sopify --skill develop --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/developContext preview
The summary Claude sees to decide when to auto-load this skill.
Develop phase entry; routes task execution, state updates, KB sync, and plan close-out through references/assets/scripts.
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.
1. Read the active plan tasks (`tasks.md` or light `plan.md`). 2. Extract pending tasks and execute them in numbered order. 3. Update task markers after each step (`[ ] -> [x] / [-] / [!]`). 4. Sync KB files and conservative preference / feedback records. 5. Set completed plans' `plan.md` lifecycle metadata to `ready_to_archive` and keep them in `plan/`. 6. Render the matching result template.
Use 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.
Resumable AI coding — ask first, plans stay with the repo AI coding tools are fast. But when they jump to code before the facts are clear, speed turns into rework.
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.
Manage long-lived `.sopify/` knowledge, including bootstrap, progressive materialization, reads, retention, and knowledge_sync policy.
Knowledge-base document templates, loaded when long-lived knowledge files are created or materialized.