**Usage**: `/validate-steering`
/plugin marketplace add kiwiswift/claude-spec-first-workflow/plugin install kiwiswift-spec-first-workflow@kiwiswift/claude-spec-first-workflow# Validate Steering Documents **Usage**: `/validate-steering` This command checks if your steering documents are up-to-date and aligned with your current project configuration. ## What It Checks ### 1. Steering Documents Existence - ✅ `quality-standards.md` exists - ✅ `architecture-principles.md` exists - ⚠️ `testing-strategy.md` exists (optional but recommended) ### 2. Freshness Check ### 3. Consistency with Project **Detects mismatches:** #### TypeScript Projects - ✅ Steering doc says "TypeScript strict mode" → `tsconfig.json` has `strict: true` - ❌ Steering doc says "No 'any' ty...