Review Spec banner
tomas-rampas tomas-rampas

Review Spec

Testing community

Description

--- description: Manually run a spec conformance review — check the current build against specs/<name>.md requirement by requirement argument-hint: <spec name, e.g. "user-auth" — omit to use the single approved/built spec> --- # /agentic-framework:review-spec — Manual Spec Conformance Check ## Your role Entry point only: you resolve the spec, launch the independent `spec-compliance-reviewer` subagent, and relay its report faithfully. You do not review yourself, soften findings, or fix anything

Installation

Installs to ~/.claude/skills/tomas-rampas-claude-agentic-framework-review-spec/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tomas-rampas-claude-agentic-framework-review-spec && curl -fsSL https://raw.githubusercontent.com/tomas-rampas/claude-agentic-framework/HEAD/commands/review-spec.md -o ~/.claude/skills/tomas-rampas-claude-agentic-framework-review-spec/SKILL.md

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

Full documentation available on GitHub

View Source Repository