mission-pod
Execute a single task with Pathfinder/Builder/Inspector crew. Self-fetches work from Beads.
npx skills add majiayu000/claude-skill-registry --skill mission-pod-thebrownproject-space-agents --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /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, and comments) bd show <task_id> # 4. Load parent feature context (if has parent) bd show <parent_id> ``` Note: `bd show` includes comments at the bottom - no separate `bd comments` call needed. --- ## 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"> | +----------------------------------------------------------
- Phase 1: Task Selection
- Phase 2: Briefing
- Phase 2.5: Pathfinder
- Phase 3: Execution
- Execution Flow
- 3.1 Log Progress Comment
- 3.2 Dispatch Crew
- 3.3 Run Airlock
- Phase 4: Handover and Completion
- 4.1 Write Handover Comment
- 4.2 Close the Task
- 4.3 Exit Success
- Failure Protocol
- Comment Prefixes
bd ready -t task --limit 1 bd update <task_id> --status in_progress bd show <task_id> bd show <parent_id> bd comments add <task_id> "[ATTEMPT] Starting implementation - attempt 1" bd comments add <task_id> "[HANDOVER] <summary> bd close <task_id> bd comments add <task_id> "[BLOCKED] <reason>: what failed, what tried, suggested fix" bd create -t bug --title "Bug in <task_id>: <summary>" --parent <task_id> bd update <task_id> --status blocked
What does the mission-pod skill do?
Execute a single task with Pathfinder/Builder/Inspector crew. Self-fetches work from Beads.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill mission-pod-thebrownproject-space-agents --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
