openspec-explore

Explore ideas and investigate codebases before creating OpenSpec change proposals.

Updated Aug 10, 2026
One-click install
npx skills add https://github.com/neuthos/ldx-monorepo --skill openspec-explore-neuthos
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openspec-explore
Source: https://github.com/neuthos/ldx-monorepo/tree/main/.agents/skills/openspec-explore
Command: npx skills add https://github.com/neuthos/ldx-monorepo --skill openspec-explore-neuthos

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 mode for exploring ideas, investigating codebases, and clarifying 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 focused questions, challenges assumptions, and surfaces risks without following a fixed script. - Codebase Investigation: Reads files, searches code, and maps architecture with ASCII diagrams to ground discussions in the actual system. - OpenSpec Integration: Checks existing changes via the openspec CLI, scaffolds new changes with openspec new change, and captures decisions into proposals, designs, specs, and tasks only after explicit user confirmation. - Use Case: A developer considering real-time collaboration can explore the design space, compare CRDT versus simpler presence approaches with diagrams, and then capture the decision as an OpenSpec change proposal once the thinking crystallizes. ## Quick Start Ask the AI to enter explore mode and think through whether your planned feature should use SQLite or Postgres before creating an OpenSpec 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 software idea before writing code?▼

Enter explore mode and describe your idea or problem. The skill investigates the codebase, asks focused questions, draws ASCII diagrams of options, and helps clarify requirements before you commit to an implementation approach.

How do I create an OpenSpec change proposal from a discussion?▼

Once exploration crystallizes, confirm the scope and the skill runs openspec new change to scaffold the change, then follows openspec status and instructions to create proposal, design, spec, and task artifacts in dependency order.

Can explore mode write code or implement features?▼

No. Explore mode is strictly read-only for code and never implements features. It may only create or update OpenSpec change artifacts such as proposals and specs after you explicitly confirm the exact scope of the write.

Does openspec-explore require the openspec CLI installed?▼

Yes. The skill requires the openspec CLI to list changes, read project context from openspec/config.yaml, scaffold new changes, and retrieve artifact instructions. Without it, OpenSpec-aware capture workflows cannot run.

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

A store is a standalone OpenSpec repository registered on your machine. When work lives in one, the skill runs openspec store list to discover store ids and passes --store <id> on commands that read or write specs and changes.