Checking OpenSpec Status
Purpose
Provides a summary of which artifacts have been completed and which are still pending for a specific change proposal.
1. Safety & Verification
- •Check Help: Run
cd docs && npx @fission-ai/openspec@latest status --help.
2. Common Workflows
Workflow: Check Change Progress
- •Run
cd docs && npx @fission-ai/openspec@latest status --change <change-name>. - •Review the artifact completion list.
Workflow: Get Status as JSON
- •Use
--jsonfor programmatic status checks:cd docs && npx @fission-ai/openspec@latest status --change <change-name> --json
3. Examples
Example: Check Status of Current Feature
Command: cd docs && 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.