openspec-explore

Explores ideas and clarifies requirements through OpenSpec-guided conversational discovery.

Updated Sep 16, 2026
One-click install
npx skills add https://github.com/JoeShi/coding-agent-usage-montior --skill openspec-explore-joeshi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-explore
Source: https://github.com/JoeShi/coding-agent-usage-montior/tree/main/.kimi-code/skills/openspec-explore
Command: npx skills add https://github.com/JoeShi/coding-agent-usage-montior --skill openspec-explore-joeshi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often jump into implementation before fully understanding a problem, leading to rework and misaligned features. This Skill provides a structured thinking partner that helps you investigate codebases, compare design options, and clarify requirements before committing to a change. ## Core Features & Use Cases - Guided Discovery: Acts as a curious thinking partner that asks focused questions, challenges assumptions, and surfaces risks without forcing a rigid workflow. - Codebase Investigation: Reads files, maps architecture, and grounds discussions in the actual code using read-only commands. - OpenSpec Integration: Checks existing changes via the openspec CLI, scaffolds new change proposals with openspec new change, and captures decisions into proposals, designs, specs, and task artifacts. - ASCII Visualization: Draws plain-ASCII diagrams, state machines, and comparison tables to clarify thinking. - Use Case: Before adding real-time collaboration to your app, use this Skill to explore the tradeoffs between presence indicators, shared cursors, and CRDT-based sync, then capture the chosen direction as an OpenSpec change proposal. ## Quick Start Ask the AI to enter explore mode and help you think through a feature idea or investigate a problem in your codebase before writing any code.

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 or problem. The Skill investigates your codebase, asks focused questions, draws ASCII diagrams of options, and helps crystallize requirements before you create an OpenSpec change proposal.

What is OpenSpec explore mode used for?

Explore mode is a thinking stance for investigating problems and clarifying requirements without implementing anything. It can read code and run read-only commands, and may capture decisions into OpenSpec artifacts like proposals and designs only after explicit confirmation.

Can openspec-explore write code or implement features?

No. The Skill explicitly forbids writing code or implementing features during exploration. It may only create or update OpenSpec change artifacts within a confirmed scope, and asks for a direct yes/no confirmation before any write-capable action.

Does openspec-explore require the openspec CLI?

Yes, the Skill requires the openspec CLI to be installed. It uses commands like openspec list, status, instructions, and new change to inspect existing changes and scaffold new ones with proper metadata.

How does openspec-explore capture decisions into a change proposal?

After you confirm, it runs openspec new change to scaffold the change, then follows openspec status and instructions output to create requested artifacts in dependency order. It never creates change directories manually and re-checks status after each artifact.