Answers โhow do I…?โ questions by dynamically searching your CRAFT project files
Finds recipes by ID or keyword, shows organized category overviews, and troubleshoots errors by searching Lessons Learned entries and known error patterns. Results are grounded in actual file content โ excerpts come directly from your cookbooks, CLAUDE.md, and Lessons Learned file.
Cowork Help System
TL;DR
How To Start
STEP 1Ask for Help
-
query
· string · required
Your help question or topic in natural language. An empty string or “help categories” triggers the category overview. -
verbosity
· string · optional · default: standard
Output detail level: “brief” (2–3 lines), “standard” (structured sections), or “detailed” (full excerpts). Auto-detected from query keywords. -
mode
· string · optional · default: auto
Search strategy: “auto” (infers from query), “search” (multi-file grep), “categories” (organized overview), “recipe” (ID lookup), or “troubleshoot” (Lessons Learned + error patterns). -
called_by
· string · optional · default: user
Caller context for integration. Set to “CWK-014” when triggered by the Error Interceptor for proactive help.
Usage Examples
EXAMPLE 1Category overview
EXAMPLE 2Topic search
EXAMPLE 3Recipe lookup
EXAMPLE 4Troubleshooting
How AI Reads This Recipe
- Parse Help Request (Step 1). Extract query text. Auto-detect mode: empty or “help categories” → categories; recipe ID pattern → recipe; error-related keywords (“error,” “fail,” “broken,” “fix,” “stuck,” “crash”) → troubleshoot; everything else → search. Auto-detect verbosity from query keywords.
- Execute Search (Step 2). Categories: display organized recipe list by function group. Recipe: grep the recipe index for the ID, read the recipe source, display title, version, parameters, dependencies, and quick reference. Search: grep across recipe index, CLAUDE.md, and cookbooks; rank by source priority; deduplicate to top 5. Troubleshoot: grep Lessons Learned and CWK-014 error patterns; if called by CWK-014, prepend error acknowledgment.
- Format Response (Step 3). Use #Cat->H::Help: prefix. Brief: 2–3 lines. Standard: structured sections with “Related” links. Detailed: full excerpts with parameters and examples. Always include source file reference and related topic suggestions.
- Integration (Step 4). COM TIER_1_CRITICAL — always executes regardless of COM state, bypasses verbosity restrictions, never triggers token warnings. When called by CWK-014, auto-set mode to troubleshoot and include error context.
- Audit (Step 5). Log audit trail entry with query, mode, verbosity, match count, and sources searched.
When To Use This Recipe
Recipe FAQ
How does auto-detection decide the mode?
What files does this recipe search?
What is the COM integration?
Can this recipe be triggered automatically?
Why live file search instead of a hardcoded help database?
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.
