openspec-explore

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

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/aguachis/Nicole-DB --skill openspec-explore-aguachis
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openspec-explore
Source: https://github.com/aguachis/Nicole-DB/tree/main/.agents/skills/openspec-explore
Command: npx skills add https://github.com/aguachis/Nicole-DB --skill openspec-explore-aguachis

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 that helps you explore ideas, investigate the codebase, compare options, and clarify requirements before or during a change—without writing any implementation code. ## Core Features & Use Cases - Guided Discovery: Asks focused, dependency-aware questions grounded in your actual codebase and existing OpenSpec artifacts, using ASCII diagrams to visualize architecture, state machines, and tradeoffs. - OpenSpec Integration: Reads project context, active changes, and specs via the openspec CLI, and can scaffold new changes and capture decisions into proposals, designs, specs, and task lists with explicit user confirmation. - Strict Guardrails: Never implements code; read-only investigation runs freely while any write action requires naming the artifacts and getting a direct yes/no confirmation first. - Use Case: While planning a new authentication feature, use explore mode to map the current auth flow, compare OAuth versus magic-link approaches, and capture the resulting decisions into a change proposal and design document. ## Quick Start Ask the assistant to enter explore mode and help you think through a feature idea or investigate a problem in your codebase 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 or problem. The assistant investigates your codebase, asks focused questions, draws ASCII diagrams of options and tradeoffs, and only captures decisions into OpenSpec artifacts after you explicitly confirm.

What is OpenSpec explore mode used for?▼

Explore mode is a thinking stance for clarifying requirements, investigating problems, and comparing approaches before or during a change. It can read files and run read-only openspec commands freely, but never implements features.

Can openspec-explore write code or implement features?▼

No. Explore mode explicitly forbids writing code or implementing features, including workflow configuration changes. It may only create or update OpenSpec change artifacts such as proposals, designs, and specs within a scope you confirm first.

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 read project context and scaffold change artifacts with required metadata.

When should I exit explore mode and create a change proposal?▼

Exit explore mode when the problem and approach are clear enough to implement. The assistant will offer to scaffold a change with openspec new change and capture artifacts, but only after you give explicit confirmation.