DEV Community

Richard  Ketelsen
Richard Ketelsen

Posted on

Introducing CRAFT for Cowork

Claude Cowork is stateless. Every session starts blank — no project memory, no context from yesterday, no record of the decisions you already made.

If you've built anything complex with it, you know the workaround: paste a wall of context at the start of every session and hope nothing gets lost. That approach breaks down fast.

CRAFT (Configurable Reusable AI Framework Technology) is a structured communication framework that fixes this. It provides 188 recipes across 12 cookbooks that handle session continuity, automatic git backup, quality verification, and multi-persona collaboration — all running inside Cowork's native environment.

What the recipes cover

Session handoffs: Structured snapshots capture your full project state and restore it next session. Tested across 72 development sessions — 71 consecutive handoffs with zero data loss, surviving context compaction events, crashes, and device switches.

Git integration: Event-driven commits (not timer-based) that protect every change. Cowork's Linux sandbox resets between sessions; CRAFT ensures your work is committed before that happens.

Quality assurance: A 14-point QA plan with 4 verification gates — file pointability, read-vs-reconstructed detection, constraint conflict checking, and untested assumption flagging. During development, this caught a licensing error across 9 content files before publication.

Multi-persona system: Separate AI personas for different roles (operations, content creation, validation). The Creator/Validator workflow prevents the AI from reviewing its own output.

The numbers

  • 188 recipes, 12 cookbooks (from ~60 pre-project — 213% growth)
  • 7 formal specifications
  • 64 documented lessons learned
  • ~59,000 lines of recipe content
  • 9 projects in a unified monorepo

Get it

CRAFT for Cowork is available now as a free public beta:

GitHub: github.com/CRAFTFramework/craft-framework

The Language Spec is licensed under BSL 1.1 (converts to Apache 2.0, January 1, 2029). Content is proprietary via membership. Full license details: craftframework.ai/craft-license

This is week 1 of an 8-week series. Next week: how the handoff system eliminates the session amnesia problem.

Top comments (0)