Loopify spec
Skill AndreRatzenberger/loopify/plugins/loopify/skills/loopify-spec
Use when converting a prose spec, PRD, README, issue, or goal prompt into a Loop Contract with requirements, checks, authority boundaries, stop rules, and trace requirements.From its SKILL.md
npx -y skills add AndreRatzenberger/loopify --skill loopify-specAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `Run the heading checker if available`.
SKILL.md
2.2 KB, 459 tokens by cl100k_base, as published. Nobody here has run it
loopify-spec
Convert a source spec into a Loop Contract.
When To Use
- The user has a spec and wants it made executable.
- A goal is too prose-heavy to run safely.
- "Done" is vague or uncheckable.
- A future
/goalneeds stronger evidence before implementation.
Do Not Use
- Do not use this for a one-line task that can be completed and verified directly.
- Do not turn subjective requirements into fake automated checks.
- Do not silently widen scope beyond the source spec.
Workflow
- Locate and read the source spec.
- Extract requirements, constraints, non-goals, and subjective language.
- Classify each requirement using
references/evidence-classes.md. - Map requirements to automated, visual, manual, ambiguous, or out-of-scope evidence.
- Identify missing checks and ambiguous requirements.
- Define allowed changes and authority boundaries.
- Define loop procedure, stop conditions, blocked conditions, trace requirements, and final report requirements.
- Write the Loop Contract using
templates/loop-contract.md. - Run the heading checker if available.
- If the user explicitly asked to bootstrap, make the handoff to
loopify-bootstrapwith the chosen loop directory.
Output
Default output in a repo: .loopify/loops/NNN-slug/loop-contract.md, unless
the user names another path.
loopify-spec should not silently mutate a repo beyond the contract. Continue
into loopify-bootstrap only when the request says things like "bootstrap it",
"make this runnable", "prepare the repo", "create the loop folder", or "spec
and run/bootstrap this."
Validation
- Required Loop Contract headings are present.
- Subjective requirements are marked visual/manual or narrowed honestly.
- Ambiguous requirements are surfaced instead of buried.
- Automated checks are commands the repo can plausibly run.
- If bootstrap was requested, the target loop directory is named before the handoff.
Example
Use loopify-spec on docs/goals/prompt.md and bootstrap it into .loopify/loops/001-papertrail/.
What ships with it: 4 files
4.2 KB alongside SKILL.md, 1 of them executable
references/
- evidence-classes.md937 B
- spec-to-loop-method.md1.1 KB
scripts/
- check-loop-contract.mjsruns1.4 KB
templates/
- loop-contract.md807 B