te-quanbzhang/skills-pool

opsx-propose

Slash-command skill for OpenSpec — propose a new change via /opsx:propose with all artifacts generated in one step.

View source
Original skill document

Rendered from the source repository. Headings, examples, code, tables, links, and referenced images are preserved.

OPSX: Propose

This skill is a thin wrapper around the opsx propose command. Refer to that file for the complete workflow.

Propose a new change — create the change and generate all artifacts in one step.

Artifacts to generate:

  • proposal.md (what & why)
  • design.md (how)
  • tasks.md (implementation steps)

Input: The argument after /opsx:propose is the change name (kebab-case) or a description of what the user wants to build.

Quick Reference

  1. If no input — ask what they want to build
  2. CodeGraph explorationcodegraph explore "<key terms>"
  3. Create changeopenspec new change "<name>"
  4. Get build orderopenspec status --change "<name>" --json
  5. Create artifacts in sequence — follow instructions from openspec instructions <artifact-id> --change "<name>" --json
  6. Show final statusopenspec status --change "<name>"

See commands/opsx/propose.md for full details.

from this repository

More skills

All skills