원클릭으로
checking-openspec-status
// Displays the completion status of artifacts for an OpenSpec change. Use to track progress of proposal, specs, design, and tasks.
// Displays the completion status of artifacts for an OpenSpec change. Use to track progress of proposal, specs, design, and tasks.
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.
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.
Lists OpenSpec items such as active change proposals and specifications. Use to discover what changes are in progress or what specs exist.
| name | checking-openspec-status |
| description | Displays the completion status of artifacts for an OpenSpec change. Use to track progress of proposal, specs, design, and tasks. |
Provides a summary of which artifacts have been completed and which are still pending for a specific change proposal.
npx @fission-ai/openspec@latest status --help.npx @fission-ai/openspec@latest status --change <change-name>.--json for programmatic status checks:
npx @fission-ai/openspec@latest status --change <change-name> --jsonCommand: npx @fission-ai/openspec@latest status --change my-feature
Expected Output: A checklist showing the status of proposal.md, specs/, design.md, and tasks.md.