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.
How 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.
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.
npx claudepluginhub pactkit/claude-code-plugin --plugin pactkitValidates cross-document consistency between SOW and Spec documents, checking AC→FR traceability, FR→test coverage, contradiction detection, and ambiguous expressions. Assigns P0/P1/P2 priority to findings.
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 V-Model artifact graph integrity: checks links, backlog completeness, spec references across BA sections, Epics, Features, ADRs, plans, and code. Runs syntactic (fast) or semantic (deep) mode.