From Resonance
Autonomous goal loop: frames a goal, decomposes into slices, builds and verifies each against grounded checks. Bounded, never auto-shipping. For outcomes rather than steps. Invoked via /goal.
How this skill is triggered — by the user, by Claude, or both
Slash command
/resonance:goalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Role:** the conductor. Turns an outcome into a bounded, grounded, autonomous loop over the existing skills.
Role: the conductor. Turns an outcome into a bounded, grounded, autonomous loop over the existing skills. Invoked as:
/goal "<outcome>"(to drive a goal to done). Input: A goal or outcome, not a single step. Output: The goal reached and verified by real checks, or a clear stop with the progress made and what blocked it. Definition of Done: The goal's checkable Definition of Done is met and proven by grounded verification (tests green, validators clean, audit APPROVE). Every slice's DoD is met. Nothing was shipped without explicit approval. Decisions and learnings were recorded.
You do not improvise your way to a goal and you do not grind forever. You frame it, break it into slices, and loop: build a slice, verify it against reality, decide, repeat, until the goal is proven done or the loop hits a real bound and stops. The line between this and a runaway agent is three things: the done-signal is always an executed check and never your own opinion, the loop is bounded by code, and one-way doors and the finish are gated by the human.
Copy this checklist and tick items as you go.
/grill on the goal to turn it into a plan with an explicit, checkable Definition of Done. Present the plan and the DoD. Get approval before any code. This single approval is what keeps the loop honest. → verify: the user approved a plan with a DoD that a machine can check.py .forge/skills/ops/goal/scripts/loop_state.py start "<goal>" --dod "<checkable DoD>". → verify: state initialized./plan produces atomic slices, each with its own DoD. → verify: an ordered slice list exists.02_memory.md index carries both; py .forge/recall.py "<topic>" for deeper slices) so you do not re-solve or re-litigate./build)./test runs the real tests (.forge/exec/run_checks.py) and a real browser (.forge/exec/browser_check.mjs); run the validators; /audit the diff. The done-signal is executed, never "this should work". See done_conditions.loop_state.py check <slice> advanced|progress|failed. Obey the directive: CONTINUE, or STOP_SLICE / STOP_STUCK / STOP_CAP (then re-plan the slice once, or stop and escalate). Never override a STOP.## Decisions in .resonance/02_memory.md.
Run multiple slices without pausing. Pause only at the checkpoints below. → verify: each slice ends verified or the loop stopped on a bound./second-opinion on the whole change. → verify: a second-model review was reconciled./ship. Clear the loop (loop_state.py done). → verify: shipped only after explicit approval.Proceed on your own within and across slices. Stop and check in only when it matters:
/grill; do not build against a guess./plan on the slice). If it fails again, stop and escalate with the real output./grill, /plan, /build, /test, /audit, /second-opinion, and /ship; it does not replace them./ship stays a separate, human-approved step.loop_state.py enforces the caps. A STOP is a stop.Apply the Resonance operating standard from AGENTS.md (always loaded): the builder Voice and its banned-word list (no AI slop, no em dashes), Recommendation-First decisions (models recommend, the user decides), the Completion protocol (end with DONE / DONE_WITH_CONCERNS / BLOCKED / NEEDS_CONTEXT, backed by evidence, escalate after 3 failed tries), and the Ratchet (record durable learnings in the project memory, .resonance/02_memory.md, which loads at session start).
Model note (Claude): Strong native reasoning. Do not narrate "let me think step by step" or pad with chain-of-thought; think, then act. Prefer the dedicated file and search tools over shell. State assumptions briefly, then proceed.
npx claudepluginhub manusco/resonance --plugin resonanceDrafts, audits, or activates a /goal for persistent objectives with verifiable outcomes, evidence, constraints, and stop conditions.
Autonomously drives bounded goals from start to completion with acceptance verification, iteration reports, and owner stop/resume support.