openspec-explore

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

1|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/trutoman/Conjuros --skill openspec-explore-trutoman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-explore
Source: https://github.com/trutoman/Conjuros/tree/main/.opencode/skills/openspec-explore
Command: npx skills add https://github.com/trutoman/Conjuros --skill openspec-explore-trutoman

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 the codebase, compare options, and surface risks before committing to a change. ## Core Features & Use Cases - Explore Mode Stance: Acts as a curious, non-prescriptive thinking partner that asks questions, challenges assumptions, and visualizes concepts with ASCII diagrams—without writing any implementation code. - OpenSpec Integration: Reads active changes, specs, and project context via the openspec CLI, and offers to capture decisions into proposals, designs, specs, or tasks when insights crystallize. - Codebase Grounding: Investigates existing architecture, integration points, and patterns to keep discussions grounded in reality rather than theory. - Use Case: Before adding real-time collaboration to your app, enter explore mode to map the collaboration spectrum (presence, cursors, CRDTs), compare tradeoffs, and then capture the chosen direction in an OpenSpec change proposal. ## Quick Start Ask the assistant to enter explore mode and think through your idea or problem, for example by describing a feature you are considering or a problem you are stuck on.

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 skill acts as a thinking partner that asks clarifying questions, draws ASCII diagrams, compares options, and investigates your codebase, without writing any implementation code.

What is OpenSpec explore mode used for?

Explore mode is a thinking stance for clarifying requirements and investigating problems before or during a change. It can read OpenSpec changes and specs for context and offer to capture decisions into proposals, designs, or tasks when insights solidify.

Can explore mode implement code or features?

No. Explore mode explicitly never writes application code or implements features. It may only create OpenSpec artifacts such as proposals, designs, and specs, and will remind you to exit explore mode and create a change proposal for implementation.

Does openspec-explore require the openspec CLI installed?

Yes, the skill requires the openspec CLI to be available. It runs commands like openspec list, status, and store list to discover active changes, read project context, and resolve artifact paths.

When should I not use explore mode?

Avoid explore mode when you already know exactly what to build and just want implementation. It is designed for open-ended thinking, so for direct coding tasks you should create a change proposal and work in an implementation-oriented workflow instead.