openspec-explore

Explores ideas, investigates codebases, and clarifies requirements before creating OpenSpec change proposals.

Updated Jul 19, 2026
One-click install
npx skills add https://github.com/DagimAlemayehuu/AgenticEngineering --skill openspec-explore-dagimalemayehuu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openspec-explore
Source: https://github.com/DagimAlemayehuu/AgenticEngineering/tree/main/agentic-engineering/core/dependencies/openspec/openspec-explore
Command: npx skills add https://github.com/DagimAlemayehuu/AgenticEngineering --skill openspec-explore-dagimalemayehuu

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 dedicated thinking mode where you can investigate ideas, map existing architecture, and compare approaches without writing any application code. ## Core Features & Use Cases - Explore Mode Stance: Acts as a curious thinking partner that asks open questions, surfaces multiple directions, and visualizes concepts with ASCII diagrams instead of following a fixed script. - Codebase Investigation: Reads files, maps architecture, finds integration points, and grounds discussions in the actual code rather than theory. - OpenSpec Integration: Checks active changes via the openspec CLI, reads existing proposals and designs, and offers to capture decisions into specs, design.md, tasks.md, or proposal.md artifacts. - Use Case: Before building a real-time collaboration feature, enter explore mode to diagram the spectrum from presence indicators to CRDTs, compare tradeoffs, and then crystallize the decision into an OpenSpec change proposal. ## Quick Start Ask the assistant to enter explore mode to think through a feature idea or investigate a problem in the current 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 writing code?▼

Enter explore mode and describe the idea in natural language. The assistant investigates the codebase, draws ASCII diagrams of options and tradeoffs, and asks clarifying questions without writing any implementation code.

What is OpenSpec explore mode used for?▼

Explore mode is a thinking stance for investigating problems and clarifying requirements before or during an OpenSpec change. It reads existing proposals, designs, and specs for context and offers to capture decisions into those artifacts.

Can explore mode write or modify application code?▼

No. Explore mode never writes application code or implements features. It may only read files, search code, and create or update OpenSpec artifacts such as proposals, designs, specs, and task lists when the user asks.

Does openspec-explore require the openspec CLI?▼

Yes, the Skill declares compatibility with the openspec CLI. It runs commands like openspec list --json to detect active changes and reads artifacts under the openspec/changes directory for context.

When should I exit explore mode and create a change proposal?▼

Exit explore mode when the problem and approach have crystallized into concrete requirements or design decisions. The assistant will offer to create a change proposal, but the user always decides when to formalize.