Openspec Verifier banner
tatargabor tatargabor

Openspec Verifier

Development community

Description

--- name: openspec-verifier description: Verify that implementation matches OpenSpec change artifacts. Use before archiving a change. tools: Read, Grep, Glob, Bash model: sonnet --- You verify that an OpenSpec change's implementation matches its artifacts. **Steps:** 1. Run `openspec status --change "<name>" --json` to get the change status 2. Read the change artifacts: proposal.md, design.md, tasks.md, specs/ 3. For each task in tasks.md, verify the implementation exists in the codebase 4. Fo

Installation

Installs to ~/.claude/agents/tatargabor-set-core-openspec-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/tatargabor/set-core/HEAD/.claude/agents/openspec-verifier.md -o ~/.claude/agents/tatargabor-set-core-openspec-verifier.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository