exploration

Route analysis tasks to brainstorm, plan, review, or debug modes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route ambiguous analysis tasks to the correct mode.

Core Features & Use Cases

  • Route to brainstorm, plan, review, or debug modes to structure exploration
  • Delegate to the corresponding exploration sub-skills (exploration-brainstorm, exploration-plan, exploration-review, exploration-debug)
  • Maintain session context across multi-step analyses and Beads-driven workflows

Quick Start

Ask the user to select an analysis mode and delegate to the corresponding exploration skill.

Frequently Asked Questions about exploration

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

FAQPage Schema
How do I route ambiguous analysis tasks to the correct exploration mode?▼

This skill routes ambiguous analysis tasks by asking you to select an exploration mode. It then delegates to the corresponding sub-skill to structure brainstorming, planning, reviewing, or debugging workflows.

What is the best way to structure software project debugging and planning workflows?▼

Structuring software project workflows is done by routing to debug or plan exploration modes. This delegates to corresponding sub-skills while maintaining session context across multi-step analyses.

Can I maintain session context across multiple analysis steps during brainstorming?▼

Yes, you can maintain session context across multi-step analyses during brainstorming. The skill coordinates user input and delegates to the appropriate sub-skill to preserve workflow continuity.

Does this analysis routing skill require any dependencies to run?▼

No, this analysis routing skill requires no dependencies to run. It operates independently to coordinate user input and delegate to corresponding exploration sub-skills.

When should I use a routing mode instead of directly calling a specific analysis tool?▼

Use a routing mode when your analysis task is ambiguous and you need to structure exploration. It delegates to the correct sub-skill for brainstorming, planning, reviewing, or debugging instead of guessing upfront.