The Intelligence Layer runs automatically — no configuration required.
The four modules
1. Weighted complexity scoring
Every task you describe is scored from 0 to 100 using 47 keyword signals, word count, and fuzzy regex matching. The score maps directly to a model, turn limit, and dollar budget.
The four score ranges and what they produce:
File scope estimation adds a 0–20 point bonus by scanning how many project files the task is likely to touch. You never need to set
--model, --budget, or --max-turns manually.
2. Stack detection
Before every dispatch, CCC reads your project directory and detects your technology stack automatically. It parsespackage.json, Dockerfile, go.mod, and requirements.txt. It also reads your current git branch and the themes of your last five commits, and detects monorepo setups (workspaces, lerna, turbo, nx).
From those files it recognizes: nextjs, react, vue, docker, python, rust, go, github-actions, orm, billing, and testing frameworks. No configuration needed — CCC reads what is already in your project.
3. Skill recommendations
Once the stack and task are known, CCC’s skill recommender combines three signals to surface the most relevant skills:
Trending skills (7-day window) surface automatically. Skills that led to successful sessions compound their ranking advantage the more you use them.
4. Knowledge compounding
Every completed session extracts a lesson — keywords, category, tech stack, error patterns, success patterns — and stores it in~/.claude/commander/knowledge/. The next time you dispatch a similar task, those lessons are injected into the session prompt automatically.
Relevance is weighted by time:
Fuzzy keyword matching and cross-domain boosts (web↔react, api↔backend, testing↔bugfix) catch related concepts across categories. Outcome weighting gives successful sessions a 1.5× boost and error sessions a 1.2× boost, so the knowledge base gets more useful the more you build.
Smart dispatch in action
Here is what CCC’s analysis output looks like before a session starts:How it compounds over sessions
Smart retry
The Intelligence Layer also handles failures automatically so you do not need to babysit long sessions:- Rate limit hit — waits 60 seconds, then retries automatically
- Context overflow — reduces turns to 60% of original, then retries
- Budget exceeded — surfaces a clear error with next steps