From codagent
Reviews Markdown design artifacts (proposals, specs, designs, tasks) for internal consistency, gaps, contradictions, and cross-artifact alignment.
npx claudepluginhub codagent-ai/agent-skills --plugin codagentThis skill uses the workspace's default tool permissions.
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.
Performs read-only cross-artifact consistency analysis across spec.md, plan.md, tasks.md detecting duplications, ambiguities, coverage gaps, constitution violations with severity ratings before implementation.
Reviews planning artifacts like requirements, data models, API contracts for gaps in analysis and design phases. Classifies issues by severity for quality gates before proceeding.
Analyzes spec.md, plan.md, and tasks.md for inconsistencies, duplications, ambiguities, gaps, and constitution violations after task generation.
Share bugs, ideas, or general feedback.
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.