Occam

Execution-topology selector for non-trivial tasks: decides the simplest sufficient execution shape — a single disciplined loop, a loop with parallel fan-out, or a milestone graph with shared state — states its cost, and executes it. Use whenever the user invokes /occam, or brings a task that is clearly multi-part or large-scale: "audit this thoroughly", "migrate all X", "research this across many sources", "build this feature end to end", "refactor the whole module", "process every file in this folder". Also use when the user asks how to split work between parallel agents or whether a task needs multiple agents. Most tasks are a loop; never reach for a graph unless the work forces it.

artemavrin 7daa9a5 4 files · 21.9 KB Updated

File contents

artemavrin/occam/tree/main/skills/occam commit 7daa9a573e

Frequently asked questions

npx skillmds@latest add artemavrin/occam