1 Commits

Author SHA1 Message Date
fd5ec2923b feat(specialties): add Phase 3 specialty modules (devops, prompt-engineering, data-analysis, sccm, template)
Complete Frank v6 specialty system with 5 new domain-expert modules:

Specialty Modules Created:
- specialty.devops.instructions.md: Docker, Compose, Swarm, Traefik, Ansible, IaC automation
- specialty.prompt-engineering.instructions.md: LLM optimization, CRAFT integration, reasoning techniques
- specialty.data-analysis.instructions.md: SQL, Python/Pandas, visualization, SCoT methodology
- specialty.sccm.instructions.md: Modern endpoint management, Intune, Co-management strategies
- specialty.TEMPLATE.instructions.md: Pattern for creating custom specialties

Each Specialty Includes:
- Domain-specific personas and expertise
- Custom slash commands (e.g., /docker, /ansible, /craft, /analyze, /sccm)
- Step-by-step workflows with examples
- Integration with v6 skills (CoT, ToT, RAG, CRAFT)
- Error handling protocols
- References to knowledge base

Architecture:
- All specialties compatible with Frank.core v6+
- Load independently or in combination (multi-specialty composition)
- Zero environment coupling (portable across systems)
- Relative path references (../skills/, ../knowledge/)

Total v6 Structure:
- 1 core agent (Frank.core.agent.md)
- 7 skills (reasoning techniques)
- 6 specialties (5 domains + 1 template)
- 6 knowledge examples
- Full documentation (ARCHITECTURE.md, copilot-instructions.md)

Ref: Session plan Phase 3 in /memories/session/plan.md
Next: Phase 5 (README, legacy cleanup)
2026-04-19 14:17:56 -04:00