بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف 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.
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).
| 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.