capcom

Query Beads state and format a CAPCOM-style mission status report.

3|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/thebrownproject/space-agents --skill capcom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: capcom
Source: https://github.com/thebrownproject/space-agents/tree/main/skills/capcom
Command: npx skills add https://github.com/thebrownproject/space-agents --skill capcom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Space Agents teams need a quick, lean view of mission status across features, tasks, bugs, and recent activity, without loading full context.

Core Features & Use Cases

  • Multi-session persistence across explorations and missions
  • Structured exploration and Beads-backed status reporting
  • Agent orchestration to run a fresh CAPCOM subagent for status gathering
  • Session logging to CAPCOM for traceability

Quick Start

Spawn a fresh CAPCOM subagent to query Beads and format the mission status report.

Frequently Asked Questions about capcom

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a structured mission status report for features and bugs without loading full context?

To get a structured mission status report without loading full context, you can spawn a fresh subagent to query the current state and format a CAPCOM-style report. This approach highlights features, tasks, bugs, blockers, and recent activity while keeping context lean.

What is a subagent workflow for querying Beads mission status?

A subagent workflow for querying Beads mission status executes predefined Beads commands via a fresh subagent to gather current state data. It formats the results into a structured CAPCOM-style report, highlighting blocked issues for quick visibility.

How do I track blockers and recent activity across multiple Claude Code sessions?

To track blockers and recent activity across multiple Claude Code sessions, use a subagent workflow that queries Beads-backed status data. This provides multi-session persistence and generates a structured report highlighting current blockers and recent activity.

Can I use a subagent to keep my Claude Code context lean while monitoring tasks?

Yes, you can use a fresh subagent to keep your Claude Code context lean while monitoring tasks. The subagent executes the required Beads commands independently, gathers the mission status, and returns a formatted report without loading the full context into your main session.

Does generating a CAPCOM-style report require any specific dependencies?

Generating a CAPCOM-style report requires no external dependencies, as the subagent workflow executes predefined Beads commands directly within your environment. It operates independently to query the current state and format the structured mission status output.