mission

Route features to solo, orchestrated, or ralph execution modes.

3|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/thebrownproject/space-agents --skill mission
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mission
Source: https://github.com/thebrownproject/space-agents/tree/main/skills/mission
Command: npx skills add https://github.com/thebrownproject/space-agents --skill mission

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route features to the appropriate execution path by selecting a feature and a mode, then delegating to the corresponding mission skill.

Core Features & Use Cases

  • Routing decisions: Read the last commit, choose a feature, and pick a mission mode (solo, orchestrated, or ralph) to align workload with task scale.
  • Delegation: Invoke specialized mission skills to execute the selected feature in the chosen mode.
  • Workflow compatibility: Integrates into a larger agent orchestration framework with an end-to-end routing flow.

Quick Start

Provide a feature ID and desired execution mode to route execution to the correct mission path.

Frequently Asked Questions about mission

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

FAQPage Schema
How do I route a feature to the right execution mode in a development workflow?

Feature routing selects the appropriate execution mode by reading the last commit message, prompting for a feature and mode, and delegating to mission-solo, mission-orchestrated, or mission-ralph to align workload with task scale.

What is the best way to distribute tasks across solo and orchestrated agents?

Task distribution across solo and orchestrated agents is handled by the mission routing process, which selects an execution mode based on feature scope to align workload with task scale.

When do I need to use structured decisioning for feature management?

Structured decisioning for feature management is needed when development workflows require selecting between solo, orchestrated, and ralph execution modes to align workload with task scale.

How do I start an agent orchestration flow using the last commit message?

Start agent orchestration by providing a feature ID and desired execution mode, which triggers the routing process to read the last commit message and delegate to the corresponding mission skill.

Does the mission routing process work without dependencies?

The mission routing process works without dependencies, integrating into a larger agent orchestration framework to provide an end-to-end routing flow for feature execution.

What is the difference between solo, orchestrated, and ralph execution modes?

Solo, orchestrated, and ralph execution modes differ in task scale alignment, with the routing process selecting the appropriate mode to match workload with feature scope in development workflows.