Create operational domain profile through 6-phase knowledge engineering pipeline
Creates operational domain profiles through a 6-phase knowledge engineering pipeline.
/plugin marketplace add jcmrs/jcmrs-plugins/plugin install profile-creator@jcmrs-plugins[intent] [repository_url]Create a living operational domain profile through conversational knowledge engineering pipeline.
/create-profile [intent] [repository_url]
intent (optional): Quick description like "research team" or "system architect"repository_url (optional): GitHub/GitLab repository URL to analyzeLaunches the 6-Phase Knowledge Engineering Pipeline:
If no arguments provided, begins guided conversation with educational context:
"What's the primary role or archetype for this profile?"
"What's the domain focus?"
"Single profile or multi-role structure?"
"Any critical behavioral constraints?"
"Repository URL?" (if analyzing codebase)
"Additional study links?" (optional framework docs)
Produces Structured Intent Object for validation.
If arguments provided, constructs structured intent automatically and confirms with user.
The Killer Phase - catches 95% of issues before user sees them.
Checklist enforcement:
IF FAIL → Auto-regenerate Phase 4 (max 3 attempts with diagnostic feedback) IF PASS → Continue to Phase 6
Writes operational profile file(s):
Singular: CLAUDE.md
Composite (HMAS):
CLAUDE.md (System Owner){PrimaryRole}.md (e.g., Researcher.md){Specialist}.md (backroom profiles)User reviews final output with option to iterate.
# Guided conversation (recommended for first use)
/create-profile
# Quick creation with defaults
/create-profile "research team" "https://github.com/joaomdmoura/crewai"
# Documentation project
/create-profile "documentation architect" "https://github.com/facebook/docusaurus"
At validation checkpoints:
Living operational profiles with 6 layers:
Profiles have agency: activation triggers, self-monitoring, rejection protocols, transformation logic.
Phase 1: In Development - Basic conversational flow Phases 2-6: Not Yet Implemented - See design in conversation log
/validate-profile [path] - Run Phase 5 validation on existing profile/adjust-phase [N] - (Future) Backward iteration to specific phase/regenerate-phase [N] - (Future) Manual retry of phaseComplete architecture in: .claude/conversations/2024/12/21-profile-creator-skill-design.md