← ClaudeAtlas

speclisted

OwnFramework Loop - create, inspect, amend, or stop a run. Returns the supervisor-first unattended handoff plus optional foreground/debug commands.
william-london/ownframework-loop · ★ 0 · AI & Automation · score 75
Install: claude install-skill william-london/ownframework-loop
# OwnFramework Loop - spec This skill is a host adapter over the deterministic ofloop core. ## Rules - Never approve your own packet. - Never write STATE.json, APPROVAL.json, REVIEW_VERDICT.json, event logs, or lock files directly. - Never manufacture the TTY confirmation token. - Never add push, merge, deploy, publish, send, payment, or unrelated remote authority. ## New specification (normal flow) 1. Confirm the working directory is the target Git repository. 2. Inspect only enough repository context to draft an accurate bounded packet. 3. Use ofloop spec new <repo> "<mission>" to create the run. 4. Draft WORK_PACKET.md using the repository schema and packet conventions. 5. Validate the packet shape with the supported validator. 6. Return to the operator: * repo * run_id * packet_sha256 * spec_baseline_branch / spec_baseline_sha * execution_mode / checkpoint_count * canonical unattended enqueue: ofloop supervisor enqueue <repo> <run-id> * canonical status: ofloop supervisor status <repo> <run-id> * execution clock when not already running as a service: ofloop supervisor serve * optional FOREGROUND / DEBUG builder: /loop /of-loop:build <run-id> * optional FOREGROUND / DEBUG reviewer: /loop /of-loop:review <run-id> 7. STOP. Normal background operation is supervisor-first. Enqueue the run; an already commissioned supervisor service consumes it, or `ofloop supervisor serve` may run the execution clock manually. The first actionable BUI