Configurable Reusable AI Framework Technology — Bring structure and continuity to your AI conversations
CRAFT is a framework for building reliable, maintainable AI workflows using Claude's Cowork desktop app. It adapts Object-Oriented Programming principles to AI interactions, giving you structured patterns for conversation design, session continuity, multi-persona collaboration, and knowledge preservation.
Unlike one-off prompts, CRAFT provides a complete system: a specification that defines communication patterns, cookbooks of reusable recipes (prompts and workflows), project files that track your work across sessions, and a handoff system that preserves context and learnings over time.
Whether you're building internal tools, managing complex projects, or collaborating with others through AI, CRAFT eliminates the friction of starting from scratch each session and keeps your knowledge growing across sessions.
- Structured Communication — Use defined comment types (#H->AI::Type:, #AI->H::Type:, #{Persona}->H::Type:) for clear, unambiguous human-AI conversation
- Recipe System — 97 production-ready recipes across Core, Cowork, Studio, and Brand Identity cookbooks
- Session Continuity — Handoff system preserves context, decisions, and learnings between sessions
- Multi-Persona Collaboration — Work with multiple AI personas (Auguste, Fernand, Alice, Julia, Cat) with role-based routing
- Token Monitoring — Built-in tracking of context usage with warnings and auto-handoff at thresholds
- Git Integration — Secure versioning of project files and automatic checkpoints
- Cross-Project Transfer — Package and reuse knowledge across multiple CRAFT projects
- Brand Kit Builder — Create and manage consistent identity guidelines for your projects
This release contains the complete CRAFT Studio flavor (v0.b0326a1):
- Framework Specification — Complete system design and communication protocol
- 4 Core Cookbooks — 97 recipes across Core (22), Cowork (36), Studio (23), and Brand Identity (16)
- Project Templates — Ready-to-use project scaffolding with git initialization
- Session Management Tools — Initialization, checkpoints, handoffs, and cleanup recipes
- Quality Assurance Recipes — Validators, integrity checkers, and cross-session consistency tools
-
Clone the repository
git clone https://github.com/CRAFTFramework/craft-framework.git -
Open in Claude Desktop with Cowork mode
- Launch Claude Desktop app
- Enable Cowork (Settings → Cowork)
- Open the project folder
-
Load CRAFT context
- Open the
CLAUDE.mdfile in your project directory - Let Claude read it to establish project context and persona state
- Open the
-
Initialize your session
- Use recipe RCP-CWK-001 (Cowork Session Initialization) to establish session state
- Set up git, load handoff history, restore persona configuration
-
Start building
- Refer to
CRAFT-RECIPE-INDEX.txtfor available recipes - Use recipes as building blocks for your workflows
- Refer to
- INSTALL.md — Detailed setup and configuration guide
- CHANGELOG.md — Version history and what's new
- CRAFT-RECIPE-INDEX.txt — Complete index of all recipes
- framework/CFT-FWK-SPEC.txt — Full specification (communication patterns, architecture, design principles)
- Claude Desktop App — v1.0 or later with Cowork mode enabled
- Git — For version control and checkpoints (recommended)
- Text Editor — Any editor that preserves UTF-8 encoding (VS Code, Sublime, etc. all work)
CRAFT Framework is available free for personal use during the Beta phase. Commercial use and team licenses require membership.
See LICENSE for full terms.
- Website — CRAFTFramework.ai
- Email — contact@craftframework.ai
- GitHub — github.com/CRAFTFramework
CRAFT Framework was created by Richard Ketelsen at Ketelsen Digital Solutions LLC.
Currently in Beta (v0.b0326a1). Feedback and contributions welcome.