loop

Solid

The build loop - locate yourself, investigate the real code, build one slice completely, verify it for real, fix and re-verify, then close and hand off. Use for any session that is implementing something from the plan.

AI & Automation 6 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# The loop **Nothing is done until it has been observed working.** A green build, "I read the code and it looks right", and "this should work" are not verification. The only valid signal is observed behaviour. Run these six steps for every item. Do not skip 0 and do not skip 5. ## 0 · Locate yourself - Read `.loop/STATE.md` (what is done, what is next, what is parked) and `.loop/GOTCHAS.md` (traps this project has already sprung). - `git log --oneline -15` and `git status`. **Anything already committed is not rebuilt.** A lot of what a document calls missing is already built and just not visible — confirm against the code before redoing it. - Uncommitted files that are not yours may belong to a parallel session. Do not touch them, and do not reuse a shared counter they may have taken (see the shared resource in `.loop/VERIFY.md` — read its true state with the command declared there). - The next item is the first unchecked `[ ]` in `.loop/STATE.md`. You do not need new instructions to continue. ## 1 · Investigate Open the real files you are about to change. Map what exists, what is editable, what is missing. Never work from memory of an API or a schema. If a question is genuinely open — or the item touches money, permissions, auth, or schema — run the `loop-council` skill *before* writing code, not after. ## 2 · Build, completely One item at a time, finished. If completing it requires one more thing, that thing gets built too: it is not reported as a leftov...

Details

Author
cbdreamer11
Repository
cbdreamer11/CB-loop-kit-claude-plugin
Created
yesterday
Last Updated
yesterday
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

loop-iterate

Execute exactly one iteration of the contract-based implementation loop — read the contract/plan/progress docs and reviewer feedback, implement one milestone, self-verify, check spec drift, update the memory docs, declare a state. Driven headlessly by loop.sh run; not meant for ad-hoc conversational use.

0 Updated 2 days ago
Aitne-sh
AI & Automation Listed

loop-system-architect

Design, audit, repair, and operationalize reliable agent loops with explicit goals, triggers, persistent state, orchestration, independent verification, failure recovery, open skill discovery or creation, experience distillation, controlled self-improvement, and retirement conditions. Use when the user asks to build a loop, autonomous or recurring agent workflow, multi-agent operating system, self-improving process, knowledge/experience distillation pipeline, zero-context recovery flow, permanent update/replacement loop, or to turn a prose plan or repeated prompt into a genuinely executable loop.

0 Updated 4 days ago
m1nga
AI & Automation Listed

loop-oversight

Use before launching a loop that runs many iterations — a `/loop`, a `/schedule` routine, or a Workflow fan-out — or when a running loop is drifting, unbounded, or leaving no reviewable trail. Triggers on "loop over every X", "go through all the Y and track status", "automate this repetitive sweep", "run this on a schedule", or an Osman-style "make a canonical tracker and work through every item". Sets up the ledger, the bound, and the independent verify pass a loop needs to stay reviewable. NOT for a one-off task (just do it) or one-shot parallel fan-out with no iteration (that's dispatching-parallel-agents).

0 Updated yesterday
mickzijdel