mission-solo

Execute small feature tasks directly without spawning agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes small feature tasks directly without spawning agents, enabling rapid delivery for features consisting of 1-3 tasks.

Core Features & Use Cases

  • Solo execution: HOUSTON runs tasks directly, bypassing multi-agent orchestration.
  • Context scouting: Gathers relevant project context to inform task execution without proposing agent-led strategies.
  • Blocker handling: Provides a clear fallback path to orchestrated modes when blockers arise.
  • Use Case: Ideal for fast demonstrations, debugging, or small feature work that fits within a few tasks.

Quick Start

Initialize the setup with /install and immediately start a session via /launch.

Frequently Asked Questions about mission-solo

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

FAQPage Schema
How do I execute small feature tasks directly without spawning agents?

Solo feature task execution runs tasks directly without multi-agent orchestration, enabling rapid delivery for features consisting of 1-3 tasks. It loads feature context, executes tasks sequentially, and loops until all tasks are complete.

When should I use solo task execution instead of multi-agent orchestration?

Solo task execution is ideal for fast demonstrations, debugging, or small feature work that fits within a few tasks. It provides rapid feedback and context loading without the overhead of agent-led strategies.

How do I start a solo task execution session?

Initialize the setup with the install command and immediately start a session via the launch command. This activates solo-mode, allowing you to list, select, scout context for, and execute tasks directly.

What happens if I hit a blocker during solo task execution?

Solo task execution provides a clear fallback path to orchestrated modes when blockers arise. This ensures task execution can continue by switching to multi-agent orchestration to handle complex issues.

Does solo task execution work for features with more than 3 tasks?

Solo mode applies to workflows involving 1-3 tasks per feature. For features exceeding this scope, the multi-agent orchestration mode is more appropriate to manage the additional complexity and task volume.