longrun
v6.5.2Claude Code 向け自律実行ハーネス。plan.md から Workflow スクリプトを生成し、TDD 実装(Build)と4軸定量評価(Verify)を Build Contract レビュー付きで自律的に回す。
By Oratta0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 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 longrun@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/longrun/.
Plugin files
├── .claude-plugin/plugin.json├── skills/longrun-feedback/SKILL.md├── skills/longrun-mvp-plan/SKILL.md└── skills/longrun-plan/SKILL.md
Included Skills3
自律実行完了後の無選別フィードバックを Tier 1(cosmetic)/ 2(fix)/ 3(new change)に自動分類し、1/2 は即実行・3 は backlog に記録する。`/lr:f` の標準エントリポイント。セッション切れ後の再開にも使う。
短時間・人間実装向けの軽量 MVP plan.md(`<!-- mvp-mode -->` マーカー付き)を対話的に作成する。Build Contract / TDD / Verifier / OpenSpec 連携はスキップ。「MVP プランを作りたい」「軽量な実行計画」「手で作る MVP の準備」で起動。`/longrun:mvp`(短縮 `/lr:m`)。
自律実行用のplan.mdを対話的に作成する。ユーザーのbrain dumpを分析し、発散リスクの高い論点を特定して質問で埋めた上で、構造化されたplanファイルを生成する。OpenSpecのbacklog・既存changesも自動参照し、巻き込めるタスクを提案する。「planを作りたい」「実行計画を作成」「run準備」で起動。
Plugin manifests1
{
"name": "longrun",
"version": "6.5.2",
"description": "Claude Code 向け自律実行ハーネス。plan.md から Workflow スクリプトを生成し、TDD 実装(Build)と4軸定量評価(Verify)を Build Contract レビュー付きで自律的に回す。",
"author": {
"name": "Oratta"
},
"skills": [
"./skills/longrun-plan",
"./skills/longrun-mvp-plan",
"./skills/longrun-feedback"
],
"commands": [
"./commands/plan.md",
"./commands/mvp.md",
"./commands/exec.md",
"./commands/archive.md",
"./commands/feedback.md"
],
"agents": [
"./agents/longrun-builder.md",
"./agents/longrun-verifier.md",
"./agents/longrun-browser-verifier.md",
"./agents/longrun-reviewer.md",
"./agents/longrun-mvp-research.md",
"./agents/longrun-mvp-plan-reviewer.md",
"./agents/longrun-mvp-bestpractice-reviewer.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.
[longrun on Agent Plugins Marketplace](https://pluginsmp.com/plugins/longrun)