implement

Installation
SKILL.md

Implement

Execute settled intent continuously in the current session. Do not reopen product decisions or ask whether to continue between normal units. This skill owns no durable run state, worktree lifecycle, PR/MR lifecycle, tracker mutation, or recovery protocol.

Steps

  1. Pass the pre-edit gate. Before any mutation:

    • read repository instructions and the settled source artifact;
    • inspect the branch, worktree, and git status;
    • inventory pre-existing changes and preserve them without staging, reverting, overwriting, or attributing them to this run;
    • state the mutable and frozen scopes plus authoritative verification commands;
    • analyze dependencies and shared-state hazards before selecting an engine.

    Dirty-checkout policy lives in references/routing.md. Apply that file before choosing an engine.

    Complete when: the source is executable without re-planning, every pre-existing change is accounted for, scopes and required checks are explicit, and no mutation has occurred.

  2. Select the lightest safe engine. Read references/routing.md before mutation and choose exactly one of inline, serial_workers, or bounded_parallel, or return a pre-edit blocked / escalated with engine: none. The engine field always reports what this session actually ran.

Installs
4
First Seen
Jul 24, 2026
implement — sungjunlee/skills