From codagent
Reviews design artifacts (proposals, specs, designs, tasks) for internal consistency, gaps, and cross-artifact alignment before implementation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codagent:review-specThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review design artifacts for internal consistency, cross-artifact alignment, and obvious gaps. Accept requirements as written — flag conflicts between artifacts, not disagreements with product decisions.
Review design artifacts for internal consistency, cross-artifact alignment, and obvious gaps. Accept requirements as written — flag conflicts between artifacts, not disagreements with product decisions.
Read all *.md files recursively in the provided directory. Classify each by role using the following path-based heuristics (applied in order; first match wins):
proposal.md or motivation.md (anywhere in the path) → Motivation / proposaldesign.md or architecture.md (anywhere in the path) → Design / architecturespec.md, or any file matching specs/**/spec*.md → Requirements / specstasks.md, or any file matching tasks/*.md → Tasks / planAn artifact may combine roles; assign the primary role first. Missing artifacts are not errors.
Skip any check that doesn't apply to the artifacts present. Every issue must cite the exact artifact, section, and text.
Compare artifacts that discuss overlapping topics (e.g. proposal vs spec).
For any artifact containing behavioral requirements or scenarios, check only testability and completeness — do not assess product intent or design choices:
For any artifact breaking work into implementation tasks:
<path>, <your-service>, etc.) — all values must be concreteWithin each artifact: no self-contradictions, sections that reference each other are consistent, unresolved items are explicitly marked.
Report issues found directly to the user. Cite exact artifact paths and text for each issue.
When a finding leaves multiple reasonable fixes, recommend the smallest safe fix. Do not turn every ambiguity into a question; ask only when the artifact owner must choose product behavior, scope, or architecture.
npx claudepluginhub codagent-ai/agent-skills --plugin codagentReviews planning artifacts like requirements, data models, API contracts for gaps in analysis and design phases. Classifies issues by severity for quality gates before proceeding.
Verifies code implementations against OpenSpec design.md and tasks.md artifacts, checking completeness, correctness, and coherence.
Reviews spec.md files for completeness, clarity, implementability, testability, and structure. Identifies ambiguities, gaps, and missing sections before implementation.