ワンクリックで
mission-solo
HOUSTON executes feature tasks directly. No agents. Best for small features (1-3 tasks).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
HOUSTON executes feature tasks directly. No agents. Best for small features (1-3 tasks).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Structure work into plans and Beads. Three modes: plan from brainstorm, plan from scratch, or create Beads from existing plan.
Execute a single task with Pathfinder/Builder/Inspector crew. Self-fetches work from Beads.
Select feature, select mode, delegate to execution skill.
Start a Space-Agents session. Displays welcome screen with project status.
HOUSTON spawns Pathfinder, Builder, Inspector per task. Best for medium features (4-10 tasks).
Launch ralph.sh in background. Lightweight mode (default) or full Pod crew (--pod). Best for large features (10+ tasks).
SOC 職業分類に基づく
| name | mission-solo |
| description | HOUSTON executes feature tasks directly. No agents. Best for small features (1-3 tasks). |
HOUSTON executes tasks directly without spawning agents. Fast for small features, but context fills quickly.
HOUSTON: Solo mode fills context fast. Only use for:
- Small features (1-3 tasks)
- Quick demos
- Debugging a single task
For larger work, use /mission-orchestrated.
bd show FEATURE_ID to get feature details and tasksbd update FEATURE_ID --status in_progressbd list --parent FEATURE_ID --status open (pick highest priority)bd close TASK_IDbd close FEATURE_IDHOUSTON: Feature complete. {N} tasks executed.
Run /capcom for status summary.
If you hit a blocker you cannot resolve:
bd create -t bug --title "Blocker: description" --blocks TASK_ID
Then inform user and suggest switching to orchestrated mode.