openspec/explorations/explore-workflow-ux.md
The explore workflow is part of the core loop (propose, explore, apply, archive). Users should be able to think through ideas in explore mode, then smoothly transition into a formal change proposal.
Currently, explore references /opsx:new and /opsx:ff which are being replaced with /opsx:propose. But beyond just updating references, there are deeper UX questions about how explore should work.
This exploration is also affected by the emerging workspace direction: for larger cross-team or cross-repo work, OpenSpec may need to treat the initiative as the first-class planning object and repo-local changes as execution artifacts. That means explore may sometimes be seeding an initiative, not just a single change.
Should exploration be exportable to .md?
Where should exploration files live?
openspec/explorations/<name>.md?openspec/changes/<change>/explorations/?.openspec-workspace/initiatives/<initiative>/explorations/ for coordinated work?What should the format be?
Can a user have multiple explorations related to a change?
How do explorations relate to changes or initiatives?
What happens before a change proposal exists?
/opsx:proposeWhat happens after a change proposal exists?
How does explore → propose transition work?
How do exploration insights flow into proposals?
Should propose be able to read exploration files?
/opsx:proposeopenspec/explorations/<name>.mdchanges/<name>/explorations/openspec/changes/simplify-skill-installation/ - current change updating core workflowssrc/core/templates/workflows/explore.ts - explore workflow template