openspec-explore

Explores ideas and clarifies requirements through OpenSpec change artifacts and codebase investigation.

5|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/8007342/tillandsias --skill openspec-explore-8007342
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openspec-explore
Source: https://github.com/8007342/tillandsias/tree/main/.opencode/skills/openspec-explore
Command: npx skills add https://github.com/8007342/tillandsias --skill openspec-explore-8007342

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 investigates the codebase, visualizes options, and captures decisions as OpenSpec change artifacts without writing implementation code. ## Core Features & Use Cases - Guided Exploration: Acts as a thinking partner that asks focused questions, challenges assumptions, and surfaces risks before any code is written. - Codebase Grounding: Reads existing specs, changes, and project context via the openspec CLI so discussions are anchored in the actual architecture. - Artifact Capture: Scaffolds new changes with openspec new change and records decisions in proposals, designs, specs, and task files after explicit user confirmation. - Use Case: A developer considering real-time collaboration can explore the tradeoffs between presence indicators, shared cursors, and CRDT-based sync, then capture the chosen direction as an OpenSpec proposal. ## Quick Start Ask the assistant to enter explore mode and think through whether your planned feature should use SQLite or Postgres 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 your idea in natural language. The assistant investigates the codebase, asks focused questions, draws ASCII diagrams of options, and only captures decisions into OpenSpec artifacts after you explicitly confirm.

How to create an OpenSpec change proposal from a discussion?▼

Once exploration crystallizes, confirm the scope and the assistant runs openspec new change to scaffold the change, then follows status and instructions commands to create the proposal, design, specs, and tasks in dependency order.

Does openspec-explore write implementation code?▼

No, explore mode never writes code or implements features. It only reads files, runs read-only commands, and creates or updates OpenSpec change artifacts such as proposals and specs within a confirmed scope.

What is required to use the openspec explore workflow?▼

The openspec CLI must be installed and available on the system. Commands like openspec list, status, instructions, and new change drive context discovery and artifact scaffolding, optionally scoped to a registered store with --store.

When should I not use explore mode?▼

Avoid explore mode when you already know exactly what to build and want implementation immediately. It is designed for thinking and requirement clarification, so direct implementation requests should exit explore mode and use a change proposal workflow instead.