| name | openspec-view |
| description | View OpenSpec change details and artifacts |
What I do
View detailed information about a specific OpenSpec change, including its proposal, design, tasks, and specifications.
When to use me
When the user wants to see the details of a specific change or understand what tasks are pending.
Workflow
- Call
openspec_view with the changeId
- Display the change details
- Show task completion status
- Present relevant artifacts (proposal, design, specs)
Example
User: "show me the add-auth change"
→ Call openspec_view({ changeId: "add-auth" })
→ Display change details and current status