Mechanize Agents

Replace LLM agents with deterministic code where the work is rule-defined — git operations, session bookkeeping, threshold verdicts — keeping the same registry events so the rest of the pipeline can't tell the difference. Use this when an agent's job is a pure input→output mapping and hallucination adds risk without adding value, when LLM cost/latency on mechanical steps dominates a run, or when you need a hybrid: code for the clear cases, deferring to the LLM only on ambiguity.

sharp-skills Updated

File contents

sharp-skills/skills/tree/main/skills/mechanize-agents commit 2b33c0a361

Frequently asked questions

npx skillmds@latest add sharp-skills/mechanize-agents