develop

star 207

Develop phase entry; routes task execution, state updates, KB sync, and plan close-out through references/assets/scripts.

evidentloop By evidentloop schedule Updated 6/10/2026

name: develop description: Develop phase entry; routes task execution, state updates, KB sync, and plan close-out through references/assets/scripts.

Develop (Entry)

Core philosophy: No verification evidence, no completion — "it should be fine" is not evidence.

When to activate

  • Entering the implementation phase (workflow / light_iterate / quick_fix; bare ~go auto-routes to exec_plan when an active plan exists).
  • Need to execute the task list, update state, and converge the delivery result.

Execution skeleton

  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. Move completed plans into history/ and update the index.
  6. Render the matching result template.

Resource navigation

  • Long rules: references/develop-rules.md
  • Shared writing standards: ../references/shared-writing-dna.md (apply to all output)
  • Output contract: ../references/output-contract.md (required sections, density gradient, symbol discipline, desensitization)
  • Output templates: assets/*.md
  • Task extraction script: scripts/extract_pending_tasks.py

Deterministic logic first

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.

Boundaries

  • This skill executes and closes out work; it does not redefine the plan structure.
  • Rollback remains an explicit user action and must keep a traceable record.
Install via CLI
npx skills add https://github.com/evidentloop/sopify --skill develop
Repository Details
star Stars 207
call_split Forks 17
navigation Branch main
article Path SKILL.md
More from Creator