Agent skill · Workflow & Productivity

mission-pod

Execute a single task with Pathfinder/Builder/Inspector crew. Self-fetches work from Beads.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/agent/mission-pod-thebrownproject-space-agents/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /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"> | +----------------------------------------------------------

What's inside
Steps it walks through
  1. Phase 1: Task Selection
  2. Phase 2: Briefing
  3. Phase 2.5: Pathfinder
  4. Phase 3: Execution
  5. Execution Flow
  6. 3.1 Log Progress Comment
  7. 3.2 Dispatch Crew
  8. 3.3 Run Airlock
  9. Phase 4: Handover and Completion
  10. 4.1 Write Handover Comment
  11. 4.2 Close the Task
  12. 4.3 Exit Success
  13. Failure Protocol
  14. Comment Prefixes
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going