skills/FORGE-route-least-power/SKILL.md
Route every task to the SMALLEST capability that can accomplish it. Prevents over-engineering, yak-shaving, and reflexive tool escalation. Enforces one-owner-per-task, idempotent actions, and strict queues. Ask: "Can a simpler tool do this?" before reaching for the powerful one.
npx skillsauth add ariffazil/openclaw-workspace FORGE-route-least-powerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
"Can a simpler tool do this?" — Ask this before every tool call. Power is not preference. Power is fitness. Lower entropy = less chaos = fewer incidents.
TIER 1 — READ (zero side effects)
read, glob, grep, webfetch
↓ insufficient? ↓
TIER 2 — OBSERVE (low cost, no mutation)
arif_observe, forge_registry_status, forge_probe
↓ insufficient? ↓
TIER 3 — REASON (advisory only)
arif_think, sequential-thinking, forge_evaluate
↓ insufficient? ↓
TIER 4 — MUTATE (governed, reversible)
forge_shell, forge_git, forge_filesystem, edit, write
↓ insufficient? ↓
TIER 5 — EXTERNAL (network, API calls)
forge_search, forge_fetch, brave-search, perplexity
↓ insufficient? ↓
TIER 6 — IRREVERSIBLE (requires F13)
arif_seal, forge_execute_sealed, rm -rf, DROP TABLE
forge_lock to claim ownershipforge_filesystem_patch (preview before apply) over blind writeforge_parallelARCHITECT decides → Tier 3 (reason)
ENGINEER applies → Tier 4 (mutate)
AUDITOR verifies → Tier 1-2 (read/observe)
forge_shell to read a file (use read)perplexity_research for a local file search (use grep)arif_seal before arif_judge (judge first, seal after)task() to spawn a subagent for a single grepIs this a question? → Tier 1-2 (read/observe)
Is this a plan? → Tier 3 (reason)
Is this an edit? → Tier 4 (mutate, with F1 AMANAH backup)
Is this external research? → Tier 5 (fetch/search)
Is this permanent? → Tier 6 (irreversible, F13 required)
Is there an owner already? → Wait. Don't race.
Can this run twice safely? → If no, fix it first.
This skill prevents tool escalation spirals. It's the agent's cost function. Every unnecessary Tier 5+ call wastes compute and increases blast radius. One owner, idempotent actions, strict queues — lower entropy every cycle.
DITEMPA BUKAN DIBERI.
testing
OpenClaw edge agent bridge — operational triage, doctor, restart, and A2A bridge routing for the federation edge (Telegram surface). USE WHEN: "openclaw unhealthy", "gateway down", "edge bot not responding", "a2a bridge disconnected", "watchdog tripped", "openclaw doctor", "openclaw restart". NOT for token/security audit — use FORGE-telegram-audit.
tools
Generate images, videos, TTS, voice clone, and music via MiniMax MCP server. Use when user asks to "draw", "generate image", "create picture", "make a photo", "text to image", "image generation".
testing
Single load-bearing constitutional-judgment skill. Routes all F1–F13, verdict, hold, seal, scope, authority and floor-check calls through the live arif_judge surface. Replaces 7 overlapping predecessors (arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge).
development
MANDATORY LSP grounding gate BEFORE any code mutation on .ts, .py, .js, .tsx, .jsx files. Forces the agent to read real-time compiler diagnostics and structural project context before editing — eliminating blind guesses and anchoring every mutation in F2 (TRUTH). Routes through arifOS kernel (:8088) for centralized gate logic.