re0-loop
Original:🇺🇸 English
Translated
Run repeated build -> QA -> re0-memo -> re0-work cycles while preserving learning and letting code die. Use for long agentic projects where progress must be measured by quality-cleared templates, reusable modules, and eliminated anti-patterns rather than hours spent or features accumulated.
362installs
Sourcelilmgenius/paperthin
Added on
NPX Install
npx skill4agent add lilmgenius/paperthin re0-loopTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Run the cycle so learning compounds and code accumulation does not masquerade as progress.
Goal
re0-looptext
FRAME -> BUILD -> DRIVE -> RE0-MEMO -> HATE -> RE0-WORK -> BUILD AGAINThe unit of progress is not hours, files, panels, or features. It is the count of quality-cleared templates, reusable platform modules, and anti-patterns eliminated in later cycles.
Workflow
- Frame the thesis and quality gates.
- Build one complete vertical slice.
- Drive it through the real surface: browser for web apps, HTTP for API contracts, computer-use for desktop apps, and CLI only for data-shaped artifacts.
- Run to extract lessons, anti-patterns, and next-cycle gates.
re0-memo - Decide whether the next pass iterates in place or uses ; when that call or the next move is unclear,
re0-workreads the cycle state and returns the single next action.nba - Kill the next plan before build: use the project's adversarial review skill or a human-invoked attack when that skill is user-only.
- Version only templates or modules that clear their gates.
Rules
- Tests are supporting evidence, not the gate; every turn needs a real-surface proof sized to the artifact.
- Do not widen before the core loop clears.
- Do not confuse generated variety with structural variety. If many outputs converge to the same shape, the cycle failed the variety gate.
- Preserve negative corpus so later cycles can prove the same anti-pattern is gone.
- Let code die. A restart that preserves the right lessons is progress.
- Stop a lap when no outside truth enters; add evidence before another internal pass.
Verification
Before finishing a lap:
- The real surface was driven and evidence was captured.
- The re0-memo names at least one lesson, anti-pattern, or gate that affects the next pass.
- The keep/iterate/re0-work decision is explicit.
- Any version label belongs only to a quality-cleared template or module.