Cross Check banner
jonase47 jonase47

Cross Check

Development community

Description

# /cross-check – Cross-Artifact Consistency Check Across Phases Reads phase indexes and selected detail files, checks inconsistencies **between** phases (architecture ↔ implementation, features ↔ stories, threats ↔ mitigations, etc.). Bridges the gap between intra-phase lints (`phase-docs-lint.sh`) and gate content evaluation — finds contradictions no other skill surfaces. **Recommendation, not a mandatory step.** Gates list `/cross-check` as an optional pre-flight check. ## Argument: $ARGUM

Installation

Installs to ~/.claude/skills/jonase47-ccpr-cross-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jonase47-ccpr-cross-check && curl -fsSL https://raw.githubusercontent.com/jonase47/ccpr/HEAD/commands/cross-check.md -o ~/.claude/skills/jonase47-ccpr-cross-check/SKILL.md

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

Full documentation available on GitHub

View Source Repository