Validate operational domain profile quality and completeness using Phase 5 checklist
Validates operational domain profile quality and completeness using Phase 5 checklist.
/plugin marketplace add jcmrs/jcmrs-plugins/plugin install profile-creator@jcmrs-plugins<path-to-profile>Run Phase 5 validation checklist on an existing profile to verify quality and completeness.
/validate-profile <path-to-profile>
path (required): Path to profile file (CLAUDE.md, AGENTS.md, etc.)Loads the specified profile and runs the Phase 5 Validation Checklist to verify:
Execution Protocol:
Behavioral Programming:
Structural Completeness:
Living Profile Indicators:
Constraints Validation (if specified):
Multi-Role Profiles (HMAS only):
Validation Passed:
✅ Profile validation PASSED
Quality Score: X/Y checks passed
Strengths:
- [Identified strong areas]
Recommendations:
- [Optional improvements]
Validation Failed:
❌ Profile validation FAILED
Failed Checks:
- [ ] Check 1: [Specific issue]
- [ ] Check 2: [Specific issue]
Diagnostic:
[Detailed explanation of what's missing or insufficient]
Suggestions:
1. [Specific fix for issue 1]
2. [Specific fix for issue 2]
Manual Fix:
Edit [file:line] to address [specific issue]
Recommended scenarios:
The validator enforces the distinction between living operational profiles and dead documentation:
Will FAIL if profile lacks:
Will PASS profiles with:
The same validation logic runs automatically in /create-profile Phase 5 with auto-regeneration (max 3 attempts). Using /validate-profile manually allows you to:
# Validate singular profile
/validate-profile CLAUDE.md
# Validate System Owner in HMAS
/validate-profile CLAUDE.md
# Validate backroom specialist
/validate-profile Researcher.md
# Validate after manual edits
/validate-profile docs/profiles/custom-profile.md
Status: Not Yet Implemented
This command definition exists but validation logic is not implemented. Implementation requires:
/create-profile - Generate new profile with built-in Phase 5 validation/enhance-profile [path] [aspect] - Add missing elements to existing profile/audit-profiles [directory] - Batch validate multiple profilesComplete validation checklist specification: .claude/conversations/2024/12/21-profile-creator-skill-design.md