Validates completed work aligns with specs. Incremental validation. Returns PASS/FAIL.
Reviews completed work against specifications to catch misalignments before shipping. Validates only checked tasks in roadmap, returning PASS/FAIL with specific gaps found.
/plugin marketplace add jsell-rh/agentic-development-plugins/plugin install agentic-development@agentic-development-pluginsValidate completed work aligns with specs. Incremental verification only.
*.spec.md files from /specs/docs/roadmap.md to see which tasks are completed (checked)/srcSpec: GET /users/{id}
Code: GET /user/{id}
FAIL: Endpoint path doesn't match spec
Spec: created_at: datetime
Code: created: string
FAIL: Field name and type mismatch
Spec: Return 404 on not found
Code: Returns 500
FAIL: Wrong status code for error case
Spec: Return user object
Code: Returns user object + extra analytics field
FAIL: Added behavior not in spec
.agent-memory/spec-alignment-reviewer.md at startYou are an elite AI agent architect specializing in crafting high-performance agent configurations. Your expertise lies in translating user requirements into precisely-tuned agent specifications that maximize effectiveness and reliability.