一键导入
creating-openspec-change
// Creates a new OpenSpec change directory and initial structure. Use when starting a new feature, bugfix, or refactor.
// Creates a new OpenSpec change directory and initial structure. Use when starting a new feature, bugfix, or refactor.
Staff Strategic Orchestrator for Spec-Driven Development (SDD). Proactively leads the lifecycle of a change, ensuring strategic alignment, technical rigor, and cross-disciplinary excellence.
Outputs enriched instructions for creating an artifact or applying tasks for an OpenSpec change. Use when the agent needs guidance on how to write a spec, design, or implement tasks.
Archives a completed OpenSpec change and updates the main specifications. Use when implementation is finished and verified.
Displays the completion status of artifacts for an OpenSpec change. Use to track progress of proposal, specs, design, and tasks.
Initializes OpenSpec in a project directory. Use when starting a new project or adding OpenSpec to an existing one.
Lists OpenSpec items such as active change proposals and specifications. Use to discover what changes are in progress or what specs exist.
| name | creating-openspec-change |
| description | Creates a new OpenSpec change directory and initial structure. Use when starting a new feature, bugfix, or refactor. |
Initializes a new change proposal directory with the standard OpenSpec structure, enabling spec-driven development for a new task.
npx @fission-ai/openspec@latest new change --help.add-dark-mode).npx @fission-ai/openspec@latest new change <name>.openspec/changes/<name>/.Command: npx @fission-ai/openspec@latest new change user-auth
Expected Output: A new directory openspec/changes/user-auth/ is created with initial template files.