openspec-explore

Explores ideas, investigates codebases, and clarifies requirements through OpenSpec-guided thinking sessions.

Updated Jul 31, 2026
One-click install
npx skills add https://github.com/germainlefebvre4/cvwonder-forms --skill openspec-explore-germainlefebvre4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-explore
Source: https://github.com/germainlefebvre4/cvwonder-forms/tree/main/.gemini/skills/openspec-explore
Command: npx skills add https://github.com/germainlefebvre4/cvwonder-forms --skill openspec-explore-germainlefebvre4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often jump into implementation before fully understanding a problem, leading to rework and misaligned requirements. This Skill provides a structured thinking partner that helps you explore ideas, investigate your codebase, and clarify requirements before or during a change—without writing any implementation code. ## Core Features & Use Cases - Explore Mode Stance: Acts as a curious thinking partner that asks questions, challenges assumptions, and surfaces multiple directions rather than following a fixed script. - Codebase Investigation: Reads files, maps architecture, finds integration points, and visualizes systems with ASCII diagrams to ground discussions in reality. - OpenSpec Integration: Checks active changes via the openspec CLI, reads existing proposals, designs, and specs, and offers to capture decisions into the right artifacts (proposal.md, design.md, specs, tasks.md). - Use Case: You are mid-implementation on an OAuth change and realize the integration is more complex than expected. Enter explore mode to trace the flow, compare options with diagrams, and update the design artifact with the new decisions. ## Quick Start Ask the assistant to enter explore mode to think through a vague feature idea or investigate a problem in the codebase before creating a change proposal.

Frequently Asked Questions about openspec-explore

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

FAQPage Schema
How do I explore a feature idea before implementing it?

Enter explore mode and describe your idea, even vaguely. The assistant acts as a thinking partner, asking clarifying questions, drawing ASCII diagrams, and comparing approaches until the problem shape emerges, then offers to create a change proposal.

What is OpenSpec explore mode used for?

Explore mode is for thinking, not implementing. It helps investigate codebases, clarify requirements, compare options, and surface risks. It can create or update OpenSpec artifacts like proposals and specs, but never writes application code.

Can explore mode write code or implement features?

No. Explore mode explicitly forbids writing code or implementing features. If you ask for implementation, it reminds you to exit explore mode and create a change proposal first. Creating OpenSpec artifacts is allowed since that captures thinking.

Does openspec-explore require the openspec CLI?

Yes, the Skill requires the openspec CLI installed on the machine. It runs commands like openspec list, status, and show to check active changes and read existing artifacts, and supports a --store flag for registered stores.

How are decisions captured during an exploration session?

When a decision crystallizes, the assistant offers to record it in the appropriate artifact: new requirements go to specs, design decisions to design.md, scope changes to proposal.md, and new work to tasks.md. It only captures after you agree.