loop-close

Solid

Closes a slice or a session - adversarial audit of the diff, ledger entry, selective commit, honest report, and the handoff for the next session. Use before considering anything finished.

Code & Development 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

# Close Closing is not paperwork. It is the step that makes the next session cheap and stops the same work from being done twice. ## 1 · Audit before you close Dispatch the **`loop-auditor`** agent on the full diff, with the item's non-negotiables from `.loop/STATE.md`. Its job is to refute. Iterate until there are **zero CONFIRMED findings** — and do that *before* anything is published, not after. If the auditor finds a real bug, also look for **the class of that bug**: search for its siblings elsewhere in the codebase and close them in the same session, or record them as their own items. One fixed instance and three live ones is not a fix. ## 2 · Commit - Stage **only your own files**. Never `git add -A` when someone else has uncommitted work in the tree. - A descriptive message: what changed and why, not "fixes". - On the working branch. **Never the protected branch** — publishing is the owner's action, and it stays that way even when it is obviously fine. - Team mode: open the pull request, make sure CI is green, assign a reviewer. Done means merged, not "it works on my machine". ## 3 · Write the record - `.loop/STATE.md` — item to `[x]` plus one line of *what was verified and how*. Anything unverified becomes `GAP: <why>`. Anything blocked becomes `PARKED: <why> + exactly what is missing`. - `.loop/DECISIONS.md` — any real choice made, with the rejected alternative. - `.loop/GOTCHAS.md` — anything that fooled you: the symptom, why it was convincing, a...

Details

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

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category