Browse documentation

Human control boundaries

A record preserves a decision. It never makes the decision for you.

Template 2.1.0CLI 2.1.0

What each decision authorizes

Your decisionWhat may happen next
Request a changeGround the request and write an intent for you to read.
Approve the written intentInvestigate real code and create linked plans.
Request execution after plans existPrepare worktrees, implement, check, and commit on worktree branches.
Authorize deliveryPerform the push, pull request, merge, or publication you requested.
Request completionAppend the note and reconcile affected durable knowledge.
Request cleanupRemove selected worktrees or branches with the authorized preservation rules.

Direct changes

A person can explicitly bypass intent, planning, and worktree preparation for an already-specified change. Work happens in the bound checkout on the current branch. Commits there still need authorization, as do delivery and deletion. Knowledge reconciliation still applies.

Checks and reviews

Tests belong to implementation. Independent read-only review is manually requested and does not mechanically gate delivery or completion. check is a diagnostic, not approval or permission to repair every finding automatically.