From space-agents
HOUSTON executes feature tasks directly. No agents. Best for small features (1-3 tasks).
npx claudepluginhub thebrownproject/space-agents --plugin space-agentsThis skill uses the workspace's default tool permissions.
HOUSTON executes tasks directly without spawning agents. Fast for small features, but context fills quickly.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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.