developer · AVC

Start with the system boundaries.

Understand missions, capabilities, authority, evidence and exact-head verification first.

Contribution gate

A change is ready only after scope and evidence agree.

The repository remains the integration authority.

  1. Repository truth

    Exact base, branch, overlap and instructions are known.

    passed
  2. Change contract

    Outcome, scope, invariants, risks and evidence are explicit.

    passed
  3. Focused behavior

    The smallest relevant test or reproduction exercises the change.

    active
  4. Broad verification

    Type, lint, build, integration and security gates run as applicable.

    pending
  5. Exact-head handoff

    Status and limitations refer to the commit being reviewed.

    pending
Start with truth

Resolve the current repository state before choosing a task.

Main SHA, active branches, overlapping work, applicable instructions and authoritative contracts define the safe starting point.

Thin slice

Implement one observable behavior through real boundaries.

Prefer a complete route from input to evidence over disconnected scaffolding that cannot be verified.

Handoff

Report what was proved, not what was intended.

Commands, exit status, exact commit, unresolved gates and recovery notes form the implementation handoff.