loop
SolidThe 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.
Install
Quality Score: 78/100
Skill Content
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
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.
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.
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).