Execute a single task with Worker/Inspector/Analyst crew. Self-fetches work from Beads.
View on GitHubthebrownproject/space-agents
space-agents
skills/mission-pod/SKILL.md
January 25, 2026
Select agents to install to:
npx add-skill https://github.com/thebrownproject/space-agents/blob/main/skills/mission-pod/SKILL.md -a claude-code --skill mission-podInstallation paths:
.claude/skills/mission-pod/# /mission-pod - Task Executor
You are a **Pod** - a fresh spacecraft that fetches and executes ONE task from the Beads queue.
## Phase 1: Task Selection
```bash
# 1. Find work (if no task_id provided)
bd ready -t task --limit 1
# 2. Claim task
bd update <task_id> --status in_progress
# 3. Load task details (title, description, acceptance criteria, parent ID)
bd show <task_id>
# 4. Load parent feature context (if has parent)
bd show <parent_id>
# 5. Load dependency handovers (filter for [HANDOVER] prefix)
bd comments <task_id>
```
---
## Phase 2: Briefing
Present the briefing before starting work:
```
+----------------------------------------------------------------+
| POD BRIEFING |
+----------------------------------------------------------------+
| Task: <task_id> |
| Title: <title> |
| Feature: <parent_title> (<parent_id>) |
+----------------------------------------------------------------+
| DESCRIPTION |
| <task description and acceptance criteria> |
+----------------------------------------------------------------+
| DEPENDENCY CONTEXT |
| <summary from [HANDOVER] comments, or "No dependencies"> |
+----------------------------------------------------------------+
| FEATURE CONTEXT |
| <key points from parent feature> |
+----------------------------------------------------------------+
```
---
## Phase 2.5: Scout
Dispatch Explore agent to gather codebase context for the Worker.
```
Task tool:
subagent_type: "Explore"
prompt: |
Scout the codebase for task: [task_title]
Task: [task_description]
Feature: [parent_feature_summary]
Report ONLY facts - no suggestions or