Extends the CRAFT Operations Manager in Claude Cowork and runs automatically
Extends the CRAFT Operations Manager (Core COM) with Cowork-specific monitoring: file system awareness, git state tracking, enhanced token threshold actions, monorepo push safety, branding detection, file size watchlists, and a post-response priority tracker footer. Runs as a persistent overlay throughout the entire session.
Cowork-Aware COM Extension
TL;DR
How To Start
STEP 1Configure Monitors (Optional)
-
monitoring_level
· string · optional · default: “standard”
Controls reporting verbosity. “standard” reports triggers when they fire. “verbose” includes environmental state in each report. “minimal” fires triggers silently, reports only actions taken. -
git_monitoring
· boolean · optional · default: true
Enable git state monitoring. When true, COM tracks uncommitted changes, branch drift from remote, and time since last commit. -
file_monitoring
· boolean · optional · default: true
Enable file system monitoring. When true, COM checks for modified files without git protection, stale CLAUDE.md, roadmap staleness, file size thresholds, and untracked CRAFT files. -
auto_actions
· boolean · optional · default: true
Allow COM to auto-execute protective actions (checkpoint, git commit suggestions). When false, COM only suggests actions without executing.
STEP 2Monitor Activation Confirms
STEP 3Respond to COM Alerts
Usage Examples
How AI Reads This Recipe
- REGISTER all enabled monitors during CWK-001 Step 7 activation. Report which monitors are active and their initial state.
- FIRE monitors at the correct trigger points: session_init for initial state checks; after_file_modification for git and file size monitors; after_file_creation for untracked file detection; before_git_push for monorepo safety; post_response for the priority tracker footer.
- EXECUTE auto-actions when enabled: 70% token auto-checkpoint (single-fire), emergency save at 90% (single-fire). Suggest but do not auto-execute: 85% handoff, git commits, CLAUDE.md re-sync.
- RENDER the priority tracker footer after every substantive response. If an active subproject exists, prepend the subproject block (hard-capped at 8 lines). Wrap the entire footer in a triple-backtick fenced code block for correct markdown rendering.
- ROUTE recipe suggestions through the Cowork routing table: if Core COM would suggest a Core recipe, check for a Cowork equivalent and suggest that instead.
When to Use This Recipe
- Want automated session monitoring for token usage, git state, and file health.
- Need the post-response priority tracker footer with subproject awareness.
- Are working in a project with git version control and want uncommitted-change tracking.
- Want monorepo push safety enforcement via CWK-038 pre-push gate.
- Need file size threshold monitoring for growing project files.
Recipe FAQ
Q.Does this replace Core COM?
Q.How much token budget does this use?
Q.Can I disable individual monitors?
Q.What is the priority tracker footer?
Q.What triggers the monorepo push detection?
Q.Why does the footer use a fenced code block?
Version History
Get this recipe with CRAFT for Claude Cowork
Cowork recipes ship bundled with CRAFT for Claude Cowork — there’s no separate download. Clone the framework once, and your AI runs every recipe automatically when invoked.
Pull anytime to stay on the latest version — free to clone, no login or email required.
Then start your session
Once CRAFT is in your project folder, open a new Cowork session and ask Claude to initialize. For example:
You
Claude
Not familiar with Git? Download as a ZIP
No command line needed. Just download, move, and unzip:
- Open the CRAFT framework repo on GitHub.
- Click the green Code button, then choose Download ZIP.
- Move the downloaded ZIP into your Claude Cowork project folder.
- Unzip it: double-click on Mac, or right-click → Extract All on Windows.
