BeClaude

rune

New
Community RegistryDevelopmentby vinhnxv · MIT

Multi-agent engineering orchestration for Claude Code. Plan, work, review, mend, ship via /rune:arc with checkpoint framework, QA phases, Discipline Engineering, and Agent Teams. v3.0.0-alpha.7: Day 6 gap_analysis family merge — gap_analysis + gap_analysis_qa + gap_remediation (3 phases) absorbed into the unified inspect engine; arc PHASE_ORDER 19 → 16. STEP A deterministic checks + STEP D halt-gate (Task Completion Gate + plan writeback) live in inspect-step-a-deterministic.md and inspect-step-d-halt-gate.md sub-references; verification PHASE_GROUP deleted; qa-manifests/gap-analysis.yaml retired (Q3 — replacement deferred to Day 7 parametric qa-verifier).

First seen 5/22/2026

Summary

Rune is a multi-agent engineering orchestration framework for Claude Code that coordinates planning, work, review, mending, and shipping through a structured arc workflow.

  • It uses checkpoint frameworks, QA phases, discipline engineering, and agent teams to manage complex software projects, reducing errors and improving code quality through deterministic checks and halt-gates.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install rune@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Plan and execute a multi-step software engineering task with automated code review and QA phases.
Orchestrate a team of AI agents to collaboratively implement a feature across multiple files.
Run a gap analysis on existing code to identify missing functionality or bugs.
Automate the code review process with deterministic checks and halt-gates for quality control.
Manage a complex refactoring project with checkpoint-based progress tracking and rollback support.
Ship a completed feature by coordinating planning, implementation, review, and mending phases.

Usage Examples

1

/rune:arc plan implement a REST API endpoint for user authentication

2

/rune:arc work refactor the database layer to use connection pooling

3

Run a gap analysis on the current codebase and generate a remediation plan

View source on GitHub
code-reviewagentmulti-agentagent-teamsauditorchestrationengineering-workflowswarm

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is rune?

Rune is a multi-agent engineering orchestration framework for Claude Code that coordinates planning, work, review, mending, and shipping through a structured arc workflow. It uses checkpoint frameworks, QA phases, discipline engineering, and agent teams to manage complex software projects, reducing errors and improving code quality through deterministic checks and halt-gates.

How to install rune?

To install rune: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install rune@<marketplace>. Finally, /plugin in Claude Code.

What is rune best for?

rune is a plugin categorized under Development. It is designed for: code-review, agent, multi-agent, agent-teams, audit, orchestration, engineering-workflow, swarm. Created by vinhnxv.

What can I use rune for?

rune is useful for: Plan and execute a multi-step software engineering task with automated code review and QA phases.; Orchestrate a team of AI agents to collaboratively implement a feature across multiple files.; Run a gap analysis on existing code to identify missing functionality or bugs.; Automate the code review process with deterministic checks and halt-gates for quality control.; Manage a complex refactoring project with checkpoint-based progress tracking and rollback support.; Ship a completed feature by coordinating planning, implementation, review, and mending phases..