# Loopify Run

> Use when executing an existing Loop Contract by running checks, observing failures, patching, rerunning, updating the trace, and stopping only with evidence.

- **Type:** Skill
- **Install:** `agentstack add skill-andreratzenberger-loopify-loopify-run`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [AndreRatzenberger](https://agentstack.voostack.com/s/andreratzenberger)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [AndreRatzenberger](https://github.com/AndreRatzenberger)
- **Source:** https://github.com/AndreRatzenberger/loopify/tree/main/plugins/loopify/skills/loopify-run

## Install

```sh
agentstack add skill-andreratzenberger-loopify-loopify-run
```

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

## About

# loopify-run

Execute a loop from an existing loop directory or Loop Contract.

## When To Use

- The repo already has a `.loopify/loops/NNN-slug/` directory, Loop Contract,
  or quality gate.
- The user asks to run until checks pass.
- A goal should proceed by evidence rather than prose confidence.

## Do Not Use

- Do not run outside the contract's authority boundaries.
- Do not keep patching after the blocked rule is met.
- Do not claim success without running the required checks.
- Do not write `verdict.md` — the maker never grades its own homework.

## Workflow

1. Locate the loop directory, or accept a named Loop Contract path.
2. Read `loop-contract.md`.
3. Confirm allowed paths, denied paths, budgets, and stop rules.
4. Run the loop directory `quality-gate.sh` or specified checks.
5. Inspect the exact failure.
6. Patch the smallest useful cause.
7. Update `trace.md`.
8. Rerun checks.
9. Repeat according to `references/loop-execution-protocol.md`.
10. When checks pass and manual items are queued, request verification per the
    contract's `## Verification` section: hand contract, trace, diff, and gate
    output to an independent verifier (different model, fresh sub-agent, or
    human — see loopify-review verifier mode). Never write `verdict.md`
    yourself.
11. On reject: append the findings to `trace.md` as observed failures and
    continue within budget. If the verifier rejects the same finding twice,
    stop `escalated`. On cannot-verify: stop `escalated`.
12. Write `final-report.md` with `Maker:` identity and a `Verdict:` link.
13. Stop with `success` (requires an approving verdict), `blocked`,
    `escalated`, or `budget-exhausted`, and validate the claim with
    `check-stop-reason.mjs  `.

## Output

Updated artifacts, updated loop-directory trace, and a final report using
`templates/run-final-report.md`.

Preferred loop path: `.loopify/loops/NNN-slug/`. Legacy direct contract paths
are supported when the user names one.

## Validation

- The final report names the stop reason.
- The trace records checks, failures, patches, and rationale.
- Passing checks are scoped to what they prove.
- `.loopify/index.md` is updated when the loop status changes.
- `check-stop-reason.mjs` exits 0 for the claimed stop reason.
- `success` claims carry an approving `verdict.md` whose verifier differs from
  the final report's `Maker:`.

## Example

```text
Use loopify-run on .loopify/loops/001-papertrail/. Stop only when quality-gate.sh passes or the blocked rule is met.
```

## Source & license

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

- **Author:** [AndreRatzenberger](https://github.com/AndreRatzenberger)
- **Source:** [AndreRatzenberger/loopify](https://github.com/AndreRatzenberger/loopify)
- **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-andreratzenberger-loopify-loopify-run
- Seller: https://agentstack.voostack.com/s/andreratzenberger
- 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%.
