Develop
Back to skills
Implementation

Develop

/hapo:develop

Implements approved task packets with scope fidelity, task-aware inspection, verification, review, and state sync.

Use When

  • A spec or task packet is approved.
  • You want one task implemented safely.
  • The task has completion criteria and evidence expectations.

Flow

01 / Load

Open spec.json and select one unblocked task.

02 / Extract

Read scope, related files, requirements, contracts, and evidence commands.

03 / Inspect

Scout real entrypoints, callers, patterns, prior outputs, and blast radius.

04 / Implement

Change only the active task boundary unless a justified scope escape is required.

05 / Gate

Run tests and review; failures route back to implementation.

06 / Sync

Close the task only after proof exists.

Output

Reachable production code plus task evidence and synchronized state.

Avoid

Do not use it before spec approval or to silently replace named technologies with placeholders.

Next Handoff

/hapo:test and /hapo:code-review