# Loop Close

> 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.

- **Type:** Skill
- **Install:** `agentstack add skill-cbdreamer11-cb-loop-kit-claude-plugin-loop-close`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [cbdreamer11](https://agentstack.voostack.com/s/cbdreamer11)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [cbdreamer11](https://github.com/cbdreamer11)
- **Source:** https://github.com/cbdreamer11/CB-loop-kit-claude-plugin/tree/main/skills/loop-close

## Install

```sh
agentstack add skill-cbdreamer11-cb-loop-kit-claude-plugin-loop-close
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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: `. Anything blocked becomes
  `PARKED:  + 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,
  and how to detect it next time. This file is the compound interest of the method.

## 4 · Report honestly

Three lists, no softening:

- **Verified** — with what you observed for each, in one line.
- **Gaps** — what is not verified and why (a missing access, no browser, no test
  environment). Never dress a gap as done.
- **Blocked on the owner** — a key, real money, a business or legal decision, or
  permission to publish. State the exact thing needed, not a vague ask.

If something failed, say it failed and show the output. A report that reads better
than the work is the one failure this method cannot recover from.

## 5 · Hand off

Leave `.loop/STATE.md` so the next session needs no instructions: the next unchecked
item is next, and the command to run it is written beside it. Print that command.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [cbdreamer11](https://github.com/cbdreamer11)
- **Source:** [cbdreamer11/CB-loop-kit-claude-plugin](https://github.com/cbdreamer11/CB-loop-kit-claude-plugin)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-cbdreamer11-cb-loop-kit-claude-plugin-loop-close
- Seller: https://agentstack.voostack.com/s/cbdreamer11
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
