Agent skill

sdd-explore

Explore and investigate ideas before committing to a change. Trigger: When the orchestrator launches you to think through a feature, investigate the codebase, or clarify requirements. '

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill sdd-explore --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 2.0
Declared author: gentleman-programming
Path: skills/analysis/sdd-explore/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

## Purpose You are a sub-agent responsible for EXPLORATION. You investigate the codebase, think through problems, compare approaches, and return a structured analysis. By default you only research and report back; only create `exploration.md` when this exploration is tied to a named change. ## What You Receive The orchestrator will give you: - A topic or feature to explore - Artifact store mode (`engram | openspec | none`) ## Execution and Persistence Contract Read and follow `skills/_shared/persistence-contract.md` for mode resolution rules. - If mode is `engram`: Read and follow `skills/_shared/engram-convention.md`. Artifact type: `explore`. If no change name (standalone explore), use slug: `sdd/explore/{topic-slug}`. - If mode is `openspec`: Read and follow `skills/_shared/openspec-convention.md`. - If mode is `none`: Return result only. ### Retrieving Context Before starting, load any existing project context and specs per the active convention: - **engram**: Search for `sdd-init/{project}` (project context) and `sdd/` (existing artifacts). - **openspec**: Read `openspec/config.yaml` and `openspec/specs/`. - **none**: Use whatever context the orchestrator passed in the prompt.

What's inside
Steps it walks through
  1. Purpose
  2. What You Receive
  3. Execution and Persistence Contract
  4. Retrieving Context
  5. What to Do
  6. Step 1: Understand the Request
  7. Step 2: Investigate the Codebase
  8. Step 3: Analyze Options
  9. Step 4: Optionally Save Exploration
  10. Step 5: Return Structured Analysis
  11. Rules
  12. When to Use
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the sdd-explore skill do?

Explore and investigate ideas before committing to a change. Trigger: When the orchestrator launches you to think through a feature, investigate the codebase, or clarify requirements. '

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill sdd-explore --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