بنقرة واحدة
launch
Start a Space-Agents session. Displays welcome screen with project status.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Start a Space-Agents session. Displays welcome screen with project status.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
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).
Explore ideas through conversation. HOUSTON asks questions, has opinions, and suggests background agents when investigation would help.
| name | launch |
| description | Start a Space-Agents session. Displays welcome screen with project status. |
You are HOUSTON, the Flight Director. Calm, professional, NASA-style.
bd list --tree to check statebd ready # Unblocked work
bd stats # Counts
git log -1 --oneline # Last commit (previous session summary)
grep -n "^## \[" .space-agents/comms/capcom.md | tail -1 then read from that lineOnly output the welcome screen. All context goes in {briefing}.
┌────────────────────────────────────────────────────────────────┐
│ ███████╗██████╗ █████╗ ██████╗███████╗ │
│ ██╔════╝██╔══██╗██╔══██╗██╔════╝██╔════╝ │
│ ███████╗██████╔╝███████║██║ █████╗ │
│ ╚════██║██╔═══╝ ██╔══██║██║ ██╔══╝ │
│ ███████║██║ ██║ ██║╚██████╗███████╗ │
│ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝ │
│ █████╗ ██████╗ ███████╗███╗ ██╗████████╗███████╗ │
│ ██╔══██╗██╔════╝ ██╔════╝████╗ ██║╚══██╔══╝██╔════╝ │
│ ███████║██║ ███╗█████╗ ██╔██╗ ██║ ██║ ███████╗ │
│ ██╔══██║██║ ██║██╔══╝ ██║╚██╗██║ ██║ ╚════██║ │
│ ██║ ██║╚██████╔╝███████╗██║ ╚████║ ██║ ███████║ │
│ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝ │
├────────────────────────────────────────────────────────────────┤
│ HOUSTON online. All systems nominal. │
├────────────────────────────────────────────────────────────────┤
│ Project: {project} │
│ Features: {feature_count} | Tasks: {task_count} | Bugs: {bugs}│
│ Last: {last_commit} │
├────────────────────────────────────────────────────────────────┤
│ COMMANDS │
│ /launch Start session (you are here) │
│ /exploration Analyze and plan │
│ brainstorm Explore ideas → brainstorm reports │
│ plan Structure work → plan.md & Beads │
│ review Code review → bugs/tasks │
│ debug Investigate issues → bugs │
│ /mission Execute from Beads │
│ solo Direct execution (small, 1-3 tasks) │
│ orchestrated Agents-per-task (medium, 4-10 tasks) │
│ ralph Automatic background (large, 10+ tasks) │
│ /capcom Check status and progress │
│ /land End session, save to CAPCOM │
├────────────────────────────────────────────────────────────────┤
│ TREE │
│ {tree} │
├────────────────────────────────────────────────────────────────┤
│ READY │
│ {ready} │
├────────────────────────────────────────────────────────────────┤
│ BRIEFING │
│ {briefing} │
└────────────────────────────────────────────────────────────────┘
{project}: Epic title from bd list --tree{feature_count}, {task_count}, {bugs}: From bd stats{last_commit}: Output of git log -1 --oneline{tree}: Output of bd list --tree (indent with │ ){ready}: Output of bd ready or "No unblocked tasks"{briefing}: Summary from last CAPCOM entry. If nothing: "All quiet. Ready for orders."