npx claudepluginhub thebrownproject/space-agents --plugin space-agentsThis skill uses the workspace's default tool permissions.
Route to the appropriate analysis mode. You select the mode, then delegate.
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.
Route to the appropriate analysis mode. You select the mode, then delegate.
Use AskUserQuestion, then invoke the corresponding skill:
| Mode | Skill | Purpose |
|---|---|---|
| Brainstorm | exploration-brainstorm | Explore ideas → ideas/ folder |
| Plan | exploration-plan | Structure work → planned/ folder → Beads |
| Review | exploration-review | Code review → bugs |
| Debug | exploration-debug | Investigate → bugs |
Invoke with: Skill: exploration-brainstorm, exploration-plan, exploration-review, or exploration-debug
exploration/
ideas/ ← /brainstorm output
planned/ ← /plan output (has plan.md)
mission/
staged/ ← /plan output (has Beads)
complete/ ← /land archives here