AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Quality Loop

skill-tschuehly-skill-incubator-quality-loop · by tschuehly

>-

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-tschuehly-skill-incubator-quality-loop

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tschuehly-skill-incubator-quality-loop)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Quality Loop? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Quality Loop

Build one understandable system per Quality Run. Let the human approve intent in a Design Atelier, let agents implement and review the approved semantic Chapters, then let the human accept the resulting system in a System Story Atelier.

`` is the directory containing this file.

Start or resume a Run

  1. Run /scripts/next.sh []; omit the argument to select the most recently

modified Run. Dispatch is resolved when stdout contains ACTION, REFERENCE, RUN_DIR, and NEXT. A composition may also print PROFILE, EXPECTED_SCOPE, SESSION_BOUNDARY, and a concise RESUME command.

  1. Bind the active session before scoped work with the runtime-provided identity:

QL_SESSION_ID= /scripts/ledger.sh session bind . A claudex session then binds its printed profile with ledger.sh routing bind. Re-run next.sh until SESSION_BOUNDARY=continue.

  1. Treat stdout as the dispatch contract. Export the printed RUN_DIR, read only the printed

REFERENCE, and perform the printed NEXT action. When it prints CHAPTER, operate only on that Chapter.

  1. Re-run next.sh after every Ledger transition, human gate, completed review board, integration,

or resumed session. A transition is complete only when stdout reflects the newly recorded state; never choose a later phase from memory.

  1. Before starting a long-lived human Atelier loop, inspect runtime context telemetry when the

harness exposes it. At 60% or more, record the current collaborator checkpoint, re-run next.sh, and resume the printed action in a fresh session. Do not infer a percentage when telemetry is unavailable; the durable Run Record remains the resumption source.

For a new Run, next.sh prints the initialization action without requiring an existing record. For an existing Run, the record is authoritative; never reconstruct state from chat.

Composition

  • Compose /atelier for the two human review surfaces. Operate ready Surfaces through its

scripts/atelierctl; do not issue raw HTTP calls or inspect the protocol store with ad hoc scripts.

  • Compose /agent-orchestration for collaborator ownership, bounded handoffs, durable checkpoints,

and reconnect-based resumption.

  • When /claudex-quality-loop is active, preserve this workflow and apply its Ledger-pinned

cross-family profile. Obey its fresh-session scope gates and do not add duplicate review lenses.

Prime rules

  1. Route every unresolved choice through the decision matrix. Freeze the Run for a material

deviation; batch a non-material choice into the Decision Inbox or, in AFK mode, a provisional ADR.

  1. Quote script output for every mechanical gate. Never replace an executable transition with prose

confidence.

  1. Keep the Driver out of product code. The Driver owns the Issue, semantic context, dispatch,

decisions, Ledger, and Atelier loops. Implementers and fixers edit and commit.

  1. Exchange approved designs, Chapters, bounded diffs, stable keys, evidence, and structured

findings—not transcripts.

  1. Record every gate, review round, deviation, disposition, skip, and decision when it occurs. If it

is absent from the Run Record, treat it as not done.

Routed references

Read only the reference selected by next.sh:

| Action | Expert reference | |---|---| | initialize, design | [references/design.md](references/design.md) | | chapter, blocked | [references/chapter.md](references/chapter.md) | | decision, ratification | [references/modes.md](references/modes.md) | | story, delivery, done | [references/delivery.md](references/delivery.md) |

Load these supporting references only when the active expert requires them:

  • [references/templates.md](references/templates.md) for Issue, Chapter, finding, decision, ADR,

journal, and PR schemas;

  • [references/surfaces.md](references/surfaces.md) for Design and System Story Atelier contents;
  • [references/craft-checklist.md](references/craft-checklist.md) for the one post-review Craft pass.

Durable Run Record

Keep authoritative state under .scratch/quality-loop//:

state.json                 # /scripts/ledger.sh is the sole writer
journal.md                 # append-only decisions, findings, deviations, and skips
spec.md                    # approved behavior and acceptance criteria
design.md                  # approved architecture, boundaries, decisions, and risks
concepts.md                # stable concept keys, definitions, invariants, and relationships
timeline.md                # generated proposed and actual build path
chapters/-.md    # one semantic implementation Chapter
story.md                   # generated system narrative and evidence index
evidence//        # immutable gate logs, manifests, and deterministic review evidence

Author each fact once. Treat the Issue, timeline, Story, PR bodies, and Atelier content as generated views of the authoritative record. Treat a PR as a merge/review boundary, never as a workflow heartbeat.

Default role bindings

| Role | Default | Continuity | |---|---|---| | Driver and Design Coordinator | session model | persistent within the dispatched scope; fresh at required boundaries and the 60% Atelier gate | | Planner | strongest judgment model | fresh | | Implementer | strongest coding model | fresh per bounded Chapter slice; one writer at a time | | Correctness / Test / Security reviewers | strongest judgment model | fresh per board, risk-scaled | | Craft apply pass and bounded fixers | cheaper capable model | fresh, once after a clean board | | Verifiers | strongest judgment model | fresh; batched per round, per finding on critical | | Surface Builder | /atelier binding | persistent per active Surface |

Hard guardrails

  • Implement nothing before approval of the exact Design revision.
  • Open no final PR before acceptance of the exact System Story revision.
  • Never force-push, bypass hooks, hand-edit state.json, or leave unexplained dirty state.
  • Split a Chapter that cannot complete RED→GREEN coherently or remain reviewable as one change.
  • Keep complete diffs accessible even when the human-facing default is system comprehension.
  • Let the human own mode changes, Design and Story gates, ADR ratification, and the final merge.

Source & license

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

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.