2 Commits

Author SHA1 Message Date
1b87328166 docs(architecture): update ARCHITECTURE.md to reflect completed Phase 3 and Phase 5
Updated all Phase 3 and Phase 5 references to show completion:

Changes Made:
-  Removed '[Phase 3]' markers from all 5 specialties (now marked )
-  Changed 'Will add' to 'Provides' for specialty descriptions
-  Updated commands lists to reflect actual implementation
-  Updated roadmap: Phases 1-5 now marked complete
-  Updated usage patterns to show DevOps as available
-  Updated migration guide with actual specialty file names
-  Updated troubleshooting section to remove 'not yet implemented' notes
-  Updated Support section with links to README.md and LEGACY.md
-  Removed outdated Phase 3/Phase 5 TODO checklists

Reality Alignment:
- All 6 specialties complete (devops, prompt-engineering, data-analysis, sccm, itil, TEMPLATE)
- Phase 5 documentation complete (README.md, LEGACY.md)
- Custom specialty template available and documented
- Multi-specialty composition fully functional

Architecture now accurately reflects the completed v6 system.
2026-04-19 14:27:12 -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