mit einem Klick
listing-openspec-items
// Lists OpenSpec items such as active change proposals and specifications. Use to discover what changes are in progress or what specs exist.
// Lists OpenSpec items such as active change proposals and specifications. Use to discover what changes are in progress or what specs exist.
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.
Creates a new OpenSpec change directory and initial structure. Use when starting a new feature, bugfix, or refactor.
Initializes OpenSpec in a project directory. Use when starting a new project or adding OpenSpec to an existing one.
| name | listing-openspec-items |
| description | Lists OpenSpec items such as active change proposals and specifications. Use to discover what changes are in progress or what specs exist. |
Provides visibility into the current state of OpenSpec artifacts (changes and specs) within the project.
npx @fission-ai/openspec@latest list --help.npx @fission-ai/openspec@latest list (defaults to changes).npx @fission-ai/openspec@latest list --specs.--json for structured output:
npx @fission-ai/openspec@latest list --jsonCommand: npx @fission-ai/openspec@latest list --specs --sort name
Expected Output: A list of all specifications in alphabetical order.