بنقرة واحدة
mission-orchestrated
HOUSTON spawns Pathfinder, Builder, Inspector per task. Best for medium features (4-10 tasks).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
HOUSTON spawns Pathfinder, Builder, Inspector per task. Best for medium features (4-10 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.
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 | mission-orchestrated |
| description | HOUSTON spawns Pathfinder, Builder, Inspector per task. Best for medium features (4-10 tasks). |
HOUSTON coordinates execution by spawning fresh agents for each task. Prevents context rot.
bd show FEATURE_ID to get detailsbd update FEATURE_ID --status in_progressbd list --parent FEATURE_ID --status open (pick highest priority)bd update TASK_ID --status in_progressbd close TASK_IDbd close FEATURE_IDUse Task tool with run_in_background: false (wait for completion).
CRITICAL: Always pass task_id and feature_id explicitly. Agents will run bd show to fetch authoritative details from Beads.
Pathfinder (subagent_type: "space-agents:mission-pathfinder"):
"Explore codebase for task [TASK_ID] under feature [FEATURE_ID].
Run `bd show [TASK_ID]` and `bd show [FEATURE_ID]` first to get full context.
Add findings as a [PATHFINDER] comment on the task bead."
Builder (subagent_type: "space-agents:mission-builder"):
"Execute task [TASK_ID] for feature [FEATURE_ID].
Run `bd show [TASK_ID]` and `bd show [FEATURE_ID]` first to get full context.
Read [PATHFINDER] comment for codebase findings.
Use **Tests:** checklist in task description as TDD targets."
Inspector (subagent_type: "space-agents:mission-inspector"):
"Review task [TASK_ID] for feature [FEATURE_ID].
Run `bd show [TASK_ID]` and `bd show [FEATURE_ID]` first to get requirements.
Verify each **Tests:** item in task description. Report pass/fail count."
After Inspector returns, HOUSTON decides:
| Result | Action |
|---|---|
| All pass | Mark complete, continue to next task |
| Minor issues | Log warning, continue |
| Blocker found | Create bug via bd create -t bug, ask user |
| Critical issue | Halt, escalate to user |
HOUSTON: Feature complete. {N} tasks executed via orchestrated mode.
Pathfinder/Builder/Inspector cycle completed for each task.