Provides a structured workflow for analyzing CRAFT framework issues, improvements, and questions
You raise an issue; the AI reframes it for optimal analysis, provides confidence-scored findings grounded in project evidence, double-checks for hallucination, searches closed subproject precedent, and routes approved actions to immediate execution, the project roadmap, or a new subproject.
CRAFT Issue Analyzer & Roadmap Router
TL;DR
How To Start
STEP 1Describe the Issue
-
issue_type
· string · optional · default: “auto-detect”
Type of issue. Options: “bug,” “improvement,” “question,” “incompatibility,” “feature_request.” Auto-detected from your description if not specified. -
project_id
· string · required
Three-digit project ID for roadmap routing. -
roadmap_file
· string · optional · default: “auto-detect”
Path to project roadmap .docx file. Auto-detected from workspace if not specified.
STEP 2Review the Reframed Analysis
STEP 3Review Findings and Route
Usage Examples
How AI Reads This Recipe
- CAPTURE the issue verbatim, classify its type (auto-detect or use provided type), and report the classification.
- REFRAME the issue into an analysis frame with root question, scope boundaries, evidence requirements, and success criteria. Present to user for confirmation before proceeding.
- GATHER evidence using the four-tier hierarchy: Tier 1 (CRAFT project files, highest confidence), Tier 2 (observed behavior), Tier 3 (design intent, including closed-subproject precedent), Tier 4 (AI reasoning, lowest confidence). Score each finding 0–100.
- RUN the hallucination check on every finding: verify file references exist, confirm claims were actually read (not reconstructed), check for Lessons Learned conflicts, and flag untested assumptions. Recalculate confidence after checks.
- SEARCH closed subprojects for precedent: glob project/subprojects/_closed/*/STATE.txt, keyword-match against the analysis frame, surface top 3 hits as advisory Tier-3 evidence capped at confidence 65.
- PRESENT findings with confidence scores. Offer recommendations only if overall confidence is 60 or above.
- ROUTE based on user decision: NOW (execute immediately), LATER (defer to roadmap), SPLIT (partial execution), SP_NEW (new subproject via CWK-048, blocked if an active subproject already exists per single-active rule).
- UPDATE the roadmap file and run a git checkpoint after any file modifications.
When to Use This Recipe
- Discover a bug, inconsistency, or unexpected behavior in CRAFT.
- Have an improvement idea that needs structured analysis before acting on it.
- Want confidence-scored answers to CRAFT questions grounded in project evidence, not guesswork.
- Need to route an issue to the project roadmap with proper tracking and traceability.
- Have an issue large enough to warrant its own subproject.
Recipe FAQ
Q.What are the confidence scoring rules?
Q.What happens if the hallucination check drops a finding below 10?
Q.What is the closed-subproject precedent search?
Q.When should I use SP_NEW instead of NOW or LATER?
Q.What if I already have an active subproject?
Q.Does this recipe modify files directly?
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.
