Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Multi-agent orchestration system for Claude Code. HOUSTON coordinates Voyages, Missions, and Objectives while fresh Pods execute work autonomously.
npx claudepluginhub thebrownproject/space-agents --plugin space-agentsPropose architectural approaches with trade-offs during brainstorming
Explore codebase for relevant patterns, constraints, and context during brainstorming
Identify risks, failure modes, and effort estimates during brainstorming
Trace code paths, gather evidence, and investigate issues during debugging sessions
Writes code for tasks using Pathfinder findings and TDD approach
Check mission status and progress via fresh subagent. Queries Beads for features, tasks, bugs, and recent work activity. Keeps HOUSTON context lean.
Explore ideas through conversation. HOUSTON asks questions, has opinions, and suggests background agents when investigation would help.
Interactive debugging through conversation. HOUSTON guides through 4 phases, asks questions, and suggests agents for investigation.
Structure work into plans and Beads. Three modes: plan from brainstorm, plan from scratch, or create Beads from existing plan.
Interactive code review through conversation. HOUSTON guides review, spawns specialized agents, and helps create Beads for issues found.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-agent orchestrator — supervisor loop that launches agents to implement plans
Conductor v3 — Multi-agent orchestration with Evaluate-Loop, parallel execution, Board of Directors, and bundled SupaConductor skills for Claude Code
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Agent orchestration harness for Claude Code — campaign persistence, fleet coordination, intent routing
Multi-agent orchestration for complex tasks using cc-mirror tasks and TodoWrite. Use when tasks require parallel work, multiple agents, sophisticated coordination, or decomposition into parallel subtasks.
Multi-agent orchestration framework for Claude Code. Routes tasks to specialized Haiku/Sonnet subagents while Opus orchestrates — inspired by speculative decoding. Includes 10 specialized heads, environment preflight checks, and ~50% API cost reduction.
BIM Intelligence Agent — IFC and PDF construction data extraction, cross-validation, and reporting for Claude Code.
Inter-session messaging for AI coding agents — register, discover, and exchange messages between Claude Code sessions through a local broker.
Personal AI operating system for Claude Code. Persistent memory, hybrid search, calendar sync, second brain, networking, and a customizable work PA for your daily life.
███████╗██████╗ █████╗ ██████╗███████╗
██╔════╝██╔══██╗██╔══██╗██╔════╝██╔════╝
███████╗██████╔╝███████║██║ █████╗
╚════██║██╔═══╝ ██╔══██║██║ ██╔══╝
███████║██║ ██║ ██║╚██████╗███████╗
╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝
█████╗ ██████╗ ███████╗███╗ ██╗████████╗███████╗
██╔══██╗██╔════╝ ██╔════╝████╗ ██║╚══██╔══╝██╔════╝
███████║██║ ███╗█████╗ ██╔██╗ ██║ ██║ ███████╗
██╔══██║██║ ██║██╔══╝ ██║╚██╗██║ ██║ ╚════██║
██║ ██║╚██████╔╝███████╗██║ ╚████║ ██║ ███████║
╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝
Agent orchestration plugin for Claude Code, powered by Beads and the Ralph loop.
npm install -g beads-cli)npm install -g mprocs) for watching Ralph loop live1. Add the plugin (in Claude Code):
/plugin marketplace add thebrownproject/space-agents
/plugin install space-agents@thebrownproject-space-agents
2. Initialize in your project:
/install
This creates the .space-agents/ directory structure and initializes Beads for issue tracking. Run once per project.
/launch → /exploration → /mission → /land
| Command | Purpose |
|---|---|
/launch | Start session, see project status |
/exploration | Brainstorm, plan, review, or debug |
/mission | Execute work from Beads |
/land | End session, save context to CAPCOM |
| Mode | Output |
|---|---|
brainstorm | Ideas and analysis in exploration/ideas/ |
plan | Implementation plans in exploration/planned/ |
review | Code review findings as Beads |
debug | Investigation results as Beads |
| Mode | Best for |
|---|---|
solo | Small work (1-3 tasks). HOUSTON executes directly |
orchestrated | Medium work (4-10 tasks). Agent per task |
ralph | Large work (10+ tasks). Background automation |
In orchestrated and ralph modes, each task is executed by a 3-agent crew:
Pathfinder → Builder → Inspector
| Agent | Role |
|---|---|
| Pathfinder | Explores codebase, gathers context, identifies patterns and risks |
| Builder | Implements the task using TDD approach |
| Inspector | Two-pass review: requirements verification, then quality/patterns/security |
The Ralph loop spawns these as Pods with fresh context each iteration, looping until all tasks complete or a blocker halts execution. When issues are found, bugs are inserted into Beads as blockers; Ralph resolves these before continuing to the next task.