ls-arbiter

Queue Arbiter Zebu decisions and track async human review status.

3|2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/CruxExperts/localsetup --skill ls-arbiter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ls-arbiter
Source: https://github.com/CruxExperts/localsetup/tree/main/_localsetup/skills/ls-arbiter
Command: npx skills add https://github.com/CruxExperts/localsetup --skill ls-arbiter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Arbiter Zebu enables async human review of critical decisions to ensure architectural and planning choices are vetted before implementation.

Core Features & Use Cases

  • Push decision plans for human review with arbiter-push
  • Monitor progress, fetch completed plans, and receive notifications
  • Appropriate for plan design, architecture reviews, and batch decision reviews

Quick Start

Push a decision plan for human review by providing a title, a tag, and a set of decisions, then notify the assigned agent.

Frequently Asked Questions about ls-arbiter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate asynchronous human review for architecture decisions?

You can automate asynchronous human review by queuing decision plans with Arbiter Zebu and tracking their status locally. This ensures critical architectural and planning choices are vetted before implementation begins.

What do I need to set up before pushing plans for human review?

You need the arbiter-push CLI integrated into your environment to push plans for human review. The system maintains a local queue at ~/.arbiter to track pending plans until they are completed.

How do I push a batch decision plan to a human reviewer?

To push a batch decision plan, provide a title, a tag, and a set of decisions through the arbiter-push CLI. The plan is then queued locally and the assigned agent is notified for review.

Can I monitor the progress of pending architecture review plans?

Yes, you can monitor progress and fetch completed plans through the local queue maintained at ~/.arbiter. This allows you to track batch decision workflows and receive notifications when reviews are finished.

When should I use asynchronous decision review in software projects?

Asynchronous decision review is appropriate for plan design, architecture reviews, and batch decision workflows across software projects. It ensures critical choices are properly vetted before implementation proceeds.

Why does my pushed plan stay pending in the local queue?

Pushed plans remain pending in the local queue at ~/.arbiter until the human review process is completed. You can monitor progress and fetch completed plans once the assigned reviewer finalizes the decisions.