Skip to content

Improve explore → change transition guidance in skills #720

@TabishB

Description

@TabishB

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:

  1. Ran /opsx:explore to explore an idea
  2. User said "capture this in a proposal"
  3. Agent created proposal.md directly instead of running openspec new change first
  4. .openspec.yaml was missing from the change directory

Proposed Fix

  1. Add to explore skill: Explicit guidance for transitioning to change creation

    To capture as a change, run `openspec new change "<name>"` or `/opsx:new`
    
  2. Add project rule to openspec/config.yaml:

    rules:
      design:
        - Never manually create files in openspec/changes/ - always use `openspec new change` first
  3. Add guardrail to ff skill: Verify .openspec.yaml exists after openspec new change

Context

Discovered during creation of simplify-skill-installation change in PR #719.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions