Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Before delegating, answer these questions:

If any answer is unclear, do not fan out. Clarify the task, perform a small scout, converge the shared contract, or design ownership first.

### Re-run the brake on recurrence

The brake evaluates one decision; it has a blind spot for accumulation. Small same-shape tasks that arrive one at a time — review findings with a known remedy, templated documents, single-file follow-up fixes — each pass the direct-work test individually, and a session can spend hours executing them serially in the main agent without any single decision being wrong. After completing the same shape of small task directly about three times, if more instances are still arriving, re-enter the primitive table with the accumulated shape rather than the next single item: the remaining instances are repeated homogeneous items, so batch them to a worker and keep only per-item acceptance in the main agent. An already-diagnosed finding with a known remedy counts as such an item — a hot context justifies the first direct fix, not the twentieth.

## Choose an execution primitive

| Task shape | Prefer |
Expand Down