npx claudepluginhub abdielou/discovery-skillGuided discovery sessions with structured facilitation, first-principles decomposition, and persistent notes.
A structured facilitation skill that guides discovery sessions with first-principles decomposition, persistent notes, and background expert agents.
The /discovery command turns Claude into a Facilitator for structured thinking sessions. You (the Explorer) own the substance — domain knowledge, decisions, priorities. Claude owns the process — pacing, transitions, completeness checks, synthesis.
Interactive:
/plugin
Go to the Marketplaces tab, add abdielou/discovery-skill, then switch to the Discover tab and install.
CLI:
/plugin marketplace add abdielou/discovery-skill
/plugin install discovery@abdielou-discovery-skill
User-level (available in all projects):
git clone https://github.com/abdielou/discovery-skill.git ~/.claude/skills/discovery-skill
Project-level (available in one project):
git clone https://github.com/abdielou/discovery-skill.git .claude/skills/discovery-skill
claude --plugin-dir ./path/to/discovery-skill
/discovery <topic or context>
Examples:
/discovery API redesign for billing module
/discovery new onboarding flow — here's the wireframe [attach]
/discovery # asks what you'd like to explore
Continuing a previous session:
/discovery billing-api # reads existing notes and picks up where you left off
All decisions, assumptions, and context are captured in .planning/discovery/{topic}/{topic}-notes.md — the single source of truth for the session.
discovery-skill/
├── .claude-plugin/
│ ├── plugin.json # Plugin metadata and command registration
│ └── marketplace.json # Marketplace distribution config
├── skills/
│ ├── discovery/
│ │ └── discovery.md # Main skill definition
│ └── _shared/
│ ├── notes-format.md # Notes file structure and bucket definitions
│ ├── facilitation-playbook.md # Facilitation techniques
│ └── agent-orchestration.md # Background agent patterns
├── .gitignore
└── README.md
MIT
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search