agentsclimarketplace

Loopify spec

Skill AndreRatzenberger/loopify/plugins/loopify/skills/loopify-spec

Loop yes. Prompt no. Agent skills that turn specs into checked agent loops with receipts.

Install
npx -y skills add AndreRatzenberger/loopify --skill loopify-spec

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

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

What its author says it does

Copied from the file, not written here

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.

SKILL.md

2.2 KB, 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 /goal needs 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

  1. Locate and read the source spec.
  2. Extract requirements, constraints, non-goals, and subjective language.
  3. Classify each requirement using references/evidence-classes.md.
  4. Map requirements to automated, visual, manual, ambiguous, or out-of-scope evidence.
  5. Identify missing checks and ambiguous requirements.
  6. Define allowed changes and authority boundaries.
  7. Define loop procedure, stop conditions, blocked conditions, trace requirements, and final report requirements.
  8. Write the Loop Contract using templates/loop-contract.md.
  9. Run the heading checker if available.
  10. If the user explicitly asked to bootstrap, make the handoff to loopify-bootstrap with 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/.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.