openspec-explore

Explores ideas and investigates codebases as a thinking partner before creating OpenSpec change proposals.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/pvtvv/climber-app --skill openspec-explore-pvtvv
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openspec-explore
Source: https://github.com/pvtvv/climber-app/tree/main/.cursor/skills/openspec-explore
Command: npx skills add https://github.com/pvtvv/climber-app --skill openspec-explore-pvtvv

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 exploration mode where the AI acts as a thinking partner—investigating the codebase, visualizing options with ASCII diagrams, and clarifying requirements—without writing any implementation code. ## Core Features & Use Cases - Explore Mode Stance: Investigates problems, challenges assumptions, and compares options without implementing code, keeping thinking separate from building. - OpenSpec Integration: Reads project context via the openspec CLI, scaffolds new changes with openspec new change, and captures decisions into proposals, designs, specs, and tasks. - Visualization: Uses ASCII diagrams for state machines, architecture sketches, and comparison tables to clarify complex tradeoffs. - Use Case: Before adding real-time collaboration to an app, use explore mode to map the collaboration spectrum (presence, cursors, CRDTs), inspect existing architecture, and then capture the chosen approach as an OpenSpec change proposal. ## Quick Start Ask the assistant to enter explore mode and think through whether SQLite or Postgres fits your CLI tool 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 design idea before writing code?▼

Enter explore mode and describe your idea or problem. The assistant investigates the codebase, draws ASCII diagrams of options and tradeoffs, and asks clarifying questions, but never writes implementation code during exploration.

How to create an OpenSpec change proposal from exploration?▼

Ask to capture the exploration as a change. The assistant runs openspec new change to scaffold the directory, then follows openspec status and instructions commands to create the requested artifacts like proposal.md, design.md, and specs in dependency order.

Does openspec-explore require the openspec CLI installed?▼

Yes, the Skill requires the openspec CLI for context discovery and change scaffolding. Commands like openspec list, status, instructions, and new change drive the workflow; without the CLI, only free-form thinking is possible.

Can explore mode write or modify application code?▼

No, explore mode explicitly forbids implementing features or writing application code. It may only read files, search code, and create OpenSpec artifacts such as proposals and specs, since those capture thinking rather than implementation.

What is a store in openspec and when do I need one?▼

A store is a standalone OpenSpec repository registered on your machine. If your work lives in one, the assistant discovers it with openspec store list --json and passes --store <id> on all spec and change commands for the rest of the session.