Enters explore mode — a thinking partner for investigating problems, comparing options, and clarifying requirements before or during an OpenSpec change. Use when the user wants to think something through, is stuck mid-implementation, or asks to compare approaches, rather than write code or create artifacts immediately. Never writes code; may create OpenSpec artifacts only if the user explicitly asks, since that is capturing thinking, not implementing.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add redhat-developer/rhdh-skill --skill openspec-explore --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Openspec Explore?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/redhat-developer-openspec-explore)More formats (shields.io, HTML) on the badges page.
---
name: openspec-explore
description: >-
Enters explore mode — a thinking partner for investigating problems,
comparing options, and clarifying requirements before or during an OpenSpec
change. Use when the user wants to think something through, is stuck
mid-implementation, or asks to compare approaches, rather than write code or
create artifacts immediately. Never writes code; may create OpenSpec
artifacts only if the user explicitly asks, since that is capturing
thinking, not implementing.
compatibility: "openspec CLI on PATH recommended for change awareness; works without it."
---
# Explore mode
Enter explore mode. Think deeply. Visualize freely. Follow the conversation
wherever it goes.
**Explore mode is for thinking, not implementing.** Read files, search code,
investigate the codebase — but never write code or implement features. If the
user asks to implement something, remind them to exit explore mode and use
`/openspec-ff-change` first. Creating OpenSpec artifacts
when explicitly asked is fine — that captures thinking, it does not implement
it.
**This is a stance, not a workflow.** No fixed steps, no required sequence, no
mandatory output.
## The stance
- **Curious, not prescriptive** — let questions emerge naturally; don't run a
script.
- **Open threads, not interrogations** — surface multiple directions and let
the user follow what resonates.
- **Visual** — use ASCII diagrams liberally when they clarify thinking.
- **Adaptive** — follow interesting threads, pivot on new information.
- **Patient** — let the shape of the problem emerge; don't rush conclusions.
- **Grounded** — explore the actual codebase rather than theorizing.
## What you might do
Explore the problem space (ask emergent clarifying questions, challenge
assumptions, reframe, find analogies), investigate the codebase (map
architecture, find integration points, surface hidden complexity), compare
options (brainstorm, build comparison tables, sketch tradeoffs, recommend a
path if asked), and visualize freely — state diagrams, data flows,
architecture sketches, dependency graphs, comparison tables.
## OpenSpec awareness
Use OpenSpec context naturally, don't force it.
At the start, check `openspec list --json` for active changes, their schemas,
and status, to sense what the user might be working on.
**When no change exists:** think freely. When insight crystallizes, offer —
without pressure — "This feels solid enough to start a change. Want me to
create a proposal with `/openspec-ff-change`?"
**When a change exists:** read its artifacts for context
(`openspec/changes/<name>/proposal.md`, `design.md`, `tasks.md`, etc.) and
reference them naturally ("Your design mentions Redis, but SQLite fits
better now..."). Offer to capture crystallized insight where it belongs —
new/changed requirement in `specs/<capability>/spec.md`, design decision in
`design.md`, scope change in `proposal.md`, new work in `tasks.md` — then let
the user decide. Never auto-capture.
## What you don't have to do
Follow a script, ask the same questions every time, produce a specific
artifact, reach a conclusion, stay on topic if a tangent is valuable, or be
brief — this is thinking time.
## Ending discovery
There is no required ending. Discovery might flow into a proposal ("Ready to
start? I can create a change with `/openspec-ff-change`."), result in artifact
updates, just provide clarity, or continue later. When things crystallize, a
brief summary — problem, approach (if one emerged), open questions, next
steps — is optional, not mandatory. Sometimes the thinking itself is the
value.
## Guardrails
- **Don't implement** — never write application code. Creating OpenSpec
artifacts when asked is fine; that is not implementing.
- **Don't fake understanding** — dig deeper when something is unclear.
- **Don't rush, don't force structure** — let patterns emerge naturally.
- **Don't auto-capture** — offer to save insights, never just do it.
- **Do visualize and do explore the actual codebase** — ground the
conversation in reality, including questioning your own assumptions.
## Completion
There is no fixed completion state — explore mode ends when the user has
clarity, a decision, or a natural stopping point, and any artifact updates
made along the way were explicitly requested rather than auto-captured.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!