-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Problem
When transitioning from /opsx:explore to creating a change proposal, the agent may manually create files in openspec/changes/ without running openspec new change, which skips scaffolding and misses the .openspec.yaml metadata file.
What happened:
- Ran
/opsx:exploreto explore an idea - User said "capture this in a proposal"
- Agent created
proposal.mddirectly instead of runningopenspec new changefirst .openspec.yamlwas missing from the change directory
Proposed Fix
-
Add to explore skill: Explicit guidance for transitioning to change creation
To capture as a change, run `openspec new change "<name>"` or `/opsx:new` -
Add project rule to
openspec/config.yaml:rules: design: - Never manually create files in openspec/changes/ - always use `openspec new change` first
-
Add guardrail to ff skill: Verify
.openspec.yamlexists afteropenspec new change
Context
Discovered during creation of simplify-skill-installation change in PR #719.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels