BeClaude

space-agents

New
3Community RegistryGeneralby Fraser Brown

Multi-agent orchestration system for Claude Code. HOUSTON coordinates Voyages, Missions, and Objectives while fresh Pods execute work autonomously.

Community PluginView Source

Overview

code
███████╗██████╗  █████╗  ██████╗███████╗
██╔════╝██╔══██╗██╔══██╗██╔════╝██╔════╝
███████╗██████╔╝███████║██║     █████╗
╚════██║██╔═══╝ ██╔══██║██║     ██╔══╝
███████║██║     ██║  ██║╚██████╗███████╗
╚══════╝╚═╝     ╚═╝  ╚═╝ ╚═════╝╚══════╝
         █████╗  ██████╗ ███████╗███╗   ██╗████████╗███████╗
        ██╔══██╗██╔════╝ ██╔════╝████╗  ██║╚══██╔══╝██╔════╝
        ███████║██║  ███╗█████╗  ██╔██╗ ██║   ██║   ███████╗
        ██╔══██║██║   ██║██╔══╝  ██║╚██╗██║   ██║   ╚════██║
        ██║  ██║╚██████╔╝███████╗██║ ╚████║   ██║   ███████║
        ╚═╝  ╚═╝ ╚═════╝ ╚══════╝╚═╝  ╚═══╝   ╚═╝   ╚══════╝

Agent orchestration plugin for Claude Code, powered by Beads and the Ralph loop.

Features

  • Multi-session persistence: Beads tracks issues, dependencies, and context across sessions
  • Structured exploration: Brainstorm ideas, create plans, review code, debug issues
  • Agent orchestration: Solo (direct), Orchestrated (agents per task), or Ralph loop (background automation)
  • Session logging: CAPCOM log preserves decisions and progress for future sessions

Prerequisites

  • Beads CLI (npm install -g beads-cli)
  • Optional: mprocs (npm install -g mprocs) for watching Ralph loop live

Install

1. Add the plugin (in Claude Code):

code
/plugin marketplace add thebrownproject/space-agents
/plugin install space-agents@thebrownproject-space-agents

2. Initialize in your project:

code
/install

This creates the .space-agents/ directory structure and initializes Beads for issue tracking. Run once per project.

Workflow

code
/launch → /exploration → /mission → /land
CommandPurpose
/launchStart session, see project status
/explorationBrainstorm, plan, review, or debug
/missionExecute work from Beads
/landEnd session, save context to CAPCOM

Exploration Modes

ModeOutput
brainstormIdeas and analysis in exploration/ideas/
planImplementation plans in exploration/planned/
reviewCode review findings as Beads
debugInvestigation results as Beads

Mission Modes

ModeBest for
soloSmall work (1-3 tasks). HOUSTON executes directly
orchestratedMedium work (4-10 tasks). Agent per task
ralphLarge work (10+ tasks). Background automation

Multi-Agent Execution

In orchestrated and ralph modes, each task is executed by a 3-agent crew:

code
Pathfinder → Builder → Inspector
AgentRole
PathfinderExplores codebase, gathers context, identifies patterns and risks
BuilderImplements the task using TDD approach
InspectorTwo-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.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/space-agents.md https://raw.githubusercontent.com/thebrownproject/space-agents/main/SKILL.md
3
Invoke in Claude Code
/space-agents
View source on GitHub
agent

Frequently Asked Questions

What is space-agents?

Multi-agent orchestration system for Claude Code. HOUSTON coordinates Voyages, Missions, and Objectives while fresh Pods execute work autonomously.

How to install space-agents?

To install space-agents, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /space-agents.

What is space-agents best for?

space-agents is a community categorized under General. It is designed for: agent. Created by Fraser Brown.