3 Commits

Author SHA1 Message Date
097eb030a2 docs(specialty): add Home Cooking specialty module with comprehensive instructions and profiles 2026-04-20 14:28:05 -04:00
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
b5ea5b175c feat(architecture): introduce Frank v6 modular skills-centric system
Phase 1-4 Complete: Setup, Core Extraction, ITIL Specialty, Documentation

- Created v6/ folder with 3-layer architecture (core + skills + specialties)
- Extracted Frank.core.agent.md with universal personas and base commands
- Copied 7 skill modules (CRAFT, CoT, ToT, RAG, Markdown, Mermaid, Advanced Reasoning)
- Created specialty.itil.instructions.md for IT Service Management (ITIL v4)
- Added comprehensive ARCHITECTURE.md with usage patterns and migration guide
- Created v6/copilot-instructions.md for VS Code integration
- Organized legacy DOCX files into _Frank_/docx/ subdirectory
- Updated all cross-references to use v6 relative paths

Design Principles:
- Portability first: zero environment-specific paths
- Modular composition: load only what you need
- Multi-specialty support: combine domain experts
- Version compatibility: all files tagged v6.0

Ref: Session plan in /memories/session/plan.md
Next: Phase 3 (remaining specialties: devops, prompt-engineering, data-analysis, sccm)
2026-04-19 14:07:29 -04:00