loops
v0.24.0公式記事「Getting started with loops」の4ループタイプ(ターンベース/ゴールベース/タイムベース/プロアクティブ)を、ネイティブプリミティブ(/goal・/loop・/schedule・skill・workflows・auto mode)の合成レシピとして設計・記述するための器。レシピ形式規約・State 規約・設計ガイド(/loops:design)・brain dump から goal ブリーフを一発生成するコマンド(/loops:goalify)・GitHub Issues をタスクキューにした常設自律開発ループ(loop-dev-agent レシピ + issue コメントの行頭メンションを最優先で拾う応答モード + /loops:dev-agent-install 導入コマンド + タスクを測定可能な受け入れ条件付き issue に変換する /loops:issueify)を提供する。実装モード(Step 3)の開発の中身は dev-workflow プラグインの github-issue スキルに委譲し、ラベル操作・Draft PR・Review Queue 連携などの無人運用の外形のみを本プラグインが担う。複数リポジトリ並行稼働時のレビュー・マージ判断は GitHub Project「Review Queue」連携と横断ビュー /loops:review-queue で1箇所に集約する。独自のループ実行系(常駐スクリプト・カスタム driver・宣言的 schema ランタイム)は持たない。
By OrattaLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Aug 28, 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 loops@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/oratta/claude-harnessClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/loops/.
Plugin files
├── .claude-plugin/plugin.json├── skills/loops-design/SKILL.md├── skills/loops-dev-agent-install/SKILL.md├── skills/loops-goalify/SKILL.md├── skills/loops-issueify/SKILL.md└── skills/loops-review-queue/SKILL.md
Included Skills5
対話でループ型(ターンベース/ゴールベース/タイムベース/プロアクティブ)を選定し、レシピ形式規約準拠の `recipes/<name>.md` を書き出す設計ガイド。「ループを設計したい」「このタスクをループ化したい」「loop recipe を作って」で起動。
自律開発ループ(loop-dev-agent レシピ)を対象リポジトリに一括導入する(憲法ファイル・GitHub ラベル・issue テンプレート・deny ルール・pre-push フック)。`/loops:dev-agent-install`、「自律開発ループを導入して」「dev-agent ループをセットアップ」で起動。
brain dump から /goal 用の goal ファイル(機械検証可能な成功基準付き `goals/<name>.goal.md`)を生成し、不足情報だけヒアリングで埋める。`/loops:goalify <テキスト|ファイルパス>`。「goal ファイルを作って」「これを goal 化して」「goalify」で起動。
タスクメモ・バックログ md・TODO・受け入れ条件の無い issue を、測定可能な受け入れ条件付き GitHub issue に変換する。`/loops:issueify <テキスト|ファイルパス>`(引数なしは候補を自動発見)。「これをissueにして」「タスクをissue化」「バックログをissueに移行」で起動。
プロジェクト横断の「人間待ち」(マージ判断待ち PR・トリアージ待ち/要介入 issue)をブロッカー優先で一覧する。読み取り専用。`/loops:review-queue`、「レビュー待ちPRを一覧して」「マージ待ちを横断で見せて」「レビューキュー」で起動。
Plugin manifests1
{
"name": "loops",
"version": "0.24.0",
"description": "公式記事「Getting started with loops」の4ループタイプ(ターンベース/ゴールベース/タイムベース/プロアクティブ)を、ネイティブプリミティブ(/goal・/loop・/schedule・skill・workflows・auto mode)の合成レシピとして設計・記述するための器。レシピ形式規約・State 規約・設計ガイド(/loops:design)・brain dump から goal ブリーフを一発生成するコマンド(/loops:goalify)・GitHub Issues をタスクキューにした常設自律開発ループ(loop-dev-agent レシピ + issue コメントの行頭メンションを最優先で拾う応答モード + /loops:dev-agent-install 導入コマンド + タスクを測定可能な受け入れ条件付き issue に変換する /loops:issueify)を提供する。実装モード(Step 3)の開発の中身は dev-workflow プラグインの github-issue スキルに委譲し、ラベル操作・Draft PR・Review Queue 連携などの無人運用の外形のみを本プラグインが担う。複数リポジトリ並行稼働時のレビュー・マージ判断は GitHub Project「Review Queue」連携と横断ビュー /loops:review-queue で1箇所に集約する。独自のループ実行系(常駐スクリプト・カスタム driver・宣言的 schema ランタイム)は持たない。",
"author": {
"name": "Oratta"
},
"license": "MIT",
"keywords": [
"loops",
"loop-engineering",
"goal",
"schedule",
"recipe",
"claude-code"
],
"skills": [
"./skills/loops-design",
"./skills/loops-goalify",
"./skills/loops-dev-agent-install",
"./skills/loops-issueify",
"./skills/loops-review-queue"
],
"commands": [
"./commands/dev-agent-start.md"
]
}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.
[loops on Agent Plugins Marketplace](https://pluginsmp.com/plugins/loops)