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.

查看源码
仓库原始内容

按源仓库内容呈现,保留标题、案例、代码、表格、链接以及原文引用的演示图片。

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.

来自同一仓库

更多 Skills

全部 Skills