Back to Skills

exploration

verified

Select mode, delegate to analysis skill.

View on GitHub

Marketplace

space-agents

thebrownproject/space-agents

Plugin

space-agents

Repository

thebrownproject/space-agents

skills/exploration/SKILL.md

Last Verified

January 25, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/thebrownproject/space-agents/blob/main/skills/exploration/SKILL.md -a claude-code --skill exploration

Installation paths:

Claude
.claude/skills/exploration/
Powered by add-skill CLI

Instructions

# /exploration - Analysis Mode Router

Route to the appropriate analysis mode. You select the mode, then delegate.

## The Process

1. **Ask which mode** - Use AskUserQuestion with options below
2. **Delegate** - Invoke the selected skill

## Modes

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`

## Folder Structure

```
exploration/
  ideas/       ← /brainstorm output
  planned/     ← /plan output (has plan.md)
  staged/      ← /plan output (has Beads)
  complete/    ← /land archives here
```

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
900 chars