Help us improve
Share bugs, ideas, or general feedback.
From pactkit
Checks consistency between story specs, sprint board tasks, and test cases: verifies requirement-to-task mappings and acceptance criteria-to-scenario coverage. Outputs alignment matrix and coverage report.
npx claudepluginhub pactkit/claude-code-plugin --plugin pactkitHow this skill is triggered — by the user, by Claude, or both
Slash command
/pactkit:pactkit-analyzeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a consistency check between Spec, Sprint Board, and Test Cases for a given Story.
Analyzes spec.md, plan.md, and tasks.md for inconsistencies, gaps, and quality issues after task generation. Read-only cross-artifact review to catch problems before implementation.
Verifies alignment between requirements/specs/PRDs and plans/tasks/implementation steps; detects coverage gaps, scope creep, design mismatches; rewrites tasks in TDD red/green/refactor format.
Reviews implementation against task file requirements, checking every spec scenario and Done When criterion to identify gaps before shipping.
Share bugs, ideas, or general feedback.
Run a consistency check between Spec, Sprint Board, and Test Cases for a given Story.
/pactkit-analyze STORY-XXX
R{N}) has a matching Board Task, and every Task traces to a Requirement.Prints an alignment matrix and coverage report. Non-blocking — advisory only.