loop-goal
v0.3.1Turn "fix it until it's OK" into a stopping condition a machine can decide — for DOCUMENT verification loops. Put the exit criterion into a deterministic detector's exit code, gate on a SET of detectors (never one), keep a monotonicity floor so deletion can't satisfy the gate, and enforce the generator/grader boundary mechanically rather than by instruction. Ships 11 dependency-free detectors (63-120 lines, meant to be edited), a template that wires the conventions into code, a test runner, and a fixed document format that collapses the per-document setup to a single yes/no. Deliberately narrow, and measured: the gate certifies TRACEABILITY, not correctness — in trials, a version that added five verbatim-checked quotes and a version that added none both passed the same gate. Says so in every output. Scope is prose; code has off-the-shelf checkers and different economics. Trials also surfaced that the detectors' own edit points become escape hatches — a skip-mark, a section name on the skip list, a zero declaration — and that under a tight turn limit the model stops iterating and reads the verifier source to solve it analytically. Both are documented rather than papered over: what cannot be closed is stated in the output. Pre-1.0.
By dobachi0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install loop-goal@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/dobachi/claude-skills-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/loop-goal/.
Plugin files
├── .claude-plugin/plugin.json└── skills/loop-goal/SKILL.md
Included Skills1
文書の検証ループで、終了条件を決定的な検出器の終了コードに落とす。検出器の集合でゲートを組み、削除で満たせないよう下限を添え、検出器を作る側と満たす側を機構で分離する。ゴール設計・ループ設計・検証ループを組むとき、/goal や /loop に渡す停止条件を書くとき、『OKになるまで直して』と頼みたくなったときに使う。対象は文書に限る(コードは既製の判定器があり事情が違う)。測るのは追跡可能性であって正しさではない。
Plugin manifests1
{
"name": "loop-goal",
"description": "Turn \"fix it until it's OK\" into a stopping condition a machine can decide — for DOCUMENT verification loops. Put the exit criterion into a deterministic detector's exit code, gate on a SET of detectors (never one), keep a monotonicity floor so deletion can't satisfy the gate, and enforce the generator/grader boundary mechanically rather than by instruction. Ships 11 dependency-free detectors (63-120 lines, meant to be edited), a template that wires the conventions into code, a test runner, and a fixed document format that collapses the per-document setup to a single yes/no. Deliberately narrow, and measured: the gate certifies TRACEABILITY, not correctness — in trials, a version that added five verbatim-checked quotes and a version that added none both passed the same gate. Says so in every output. Scope is prose; code has off-the-shelf checkers and different economics. Trials also surfaced that the detectors' own edit points become escape hatches — a skip-mark, a section name on the skip list, a zero declaration — and that under a tight turn limit the model stops iterating and reads the verifier source to solve it analytically. Both are documented rather than papered over: what cannot be closed is stated in the output. Pre-1.0.",
"version": "0.3.1",
"author": {
"name": "dobachi"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[loop-goal on Agent Plugins Marketplace](https://pluginsmp.com/plugins/loop-goal)