claude-code-ultimate-guide/docs/resource-evaluations
Florian BRUNIAUX c28161dca8 docs: enrich RTK evaluation with T3 Stack production testing
Real-World Testing Results (Méthode Aristote - T3 Stack):
- Project: Next.js 15 + tRPC + Prisma + pnpm
- Commands tested: 12 (git, pnpm, Vitest, TypeScript, Prisma)
- Git workflows validated: 85.6% avg reduction (up from 72.6%)

Critical Bug Discovered:
- git argument parsing broken (`--oneline`, `--graph` blocked)
- Workaround: `rtk git log -- -20` (works)
- Impact: CRITICAL - affects ALL git users

Modern Stack Gaps Identified:
- pnpm support MISSING (80-90% reduction possible, CRITICAL impact)
- Vitest support MISSING (90% reduction possible, HIGH impact)
- TypeScript support MISSING (70% reduction possible, MEDIUM impact)

ROI Analysis:
- Current v0.2.0: 40% command coverage, 55% token reduction
- Proposed v0.3.0 (pnpm + Vitest): 85% coverage, 80% reduction
- Dev effort: 1 week (7 days)

New Deliverables:
- Benchmark script: examples/scripts/rtk-benchmark.sh (reproductible tests)
- Test results: claudedocs/rtk-test-results-aristote.md (53KB, gitignored)
- Updated PR proposals: claudedocs/rtk-pr-proposals.md (P0-P2 ranking)
- GitHub issues: claudedocs/rtk-github-issue-template.md (ready for upstream)

Updated Evaluation:
- Score: Still 4/5 (GOOD) but clearer path to 5/5 (CRITICAL)
- Blockers: git args bug + pnpm/Vitest gaps
- Strength: 85.6% git reduction validated on production codebase

Full report: claudedocs/rtk-test-results-aristote.md (23K detailed analysis)
2026-01-28 14:01:37 +01:00
..
015-everything-claude-code-github-repo.md fix: correct mgrep misattribution in Everything Claude Code evaluation 2026-01-28 09:50:07 +01:00
016-gang-rui-tasks-api-limitations.md docs: document Tasks API field visibility limitations (Gang Rui analysis) 2026-01-27 16:16:49 +01:00
2026-01-27-claude-code-hidden-feature-social-post.md docs: add Myths vs Reality appendix + TeammateTool documentation 2026-01-27 09:45:06 +01:00
anaconda-croce-evaluation.md docs: add Anaconda Croce evaluation (minimal integration) 2026-01-26 16:53:48 +01:00
anthropic-releases-jan16-23-2026.md docs: add resource-evaluations to tracked docs 2026-01-26 14:02:05 +01:00
astgrep-flavien-metivier.md docs: add resource-evaluations to tracked docs 2026-01-26 14:02:05 +01:00
boris-cowork-video-eval.md docs: add resource-evaluations to tracked docs 2026-01-26 14:02:05 +01:00
clawdbot-twitter-analysis.md docs: add resource-evaluations to tracked docs 2026-01-26 14:02:05 +01:00
eval-claude-code-releases-jan2026.md docs: update $ARGUMENTS syntax for v2.1.19 breaking change + evaluation 2026-01-26 17:37:49 +01:00
gsd-evaluation.md docs: add resource-evaluations to tracked docs 2026-01-26 14:02:05 +01:00
mcp-apps-announcement.md docs: add MCP Apps (SEP-1865) documentation 2026-01-27 08:14:49 +01:00
mikul-gohil-hooks-evaluation.md docs: add missing hook events from official CHANGELOG (v2.1.9-v2.1.10) 2026-01-27 12:45:47 +01:00
nick-jensen-plugins.md docs: add resource-evaluations to tracked docs 2026-01-26 14:02:05 +01:00
prompt-repetition-paper.md docs: add resource-evaluations to tracked docs 2026-01-26 14:02:05 +01:00
README.md release: version 3.15.0 - MCP Apps integration 2026-01-27 08:24:25 +01:00
remotion-claude-code-video.md docs: add resource-evaluations to tracked docs 2026-01-26 14:02:05 +01:00
rtk-evaluation.md docs: enrich RTK evaluation with T3 Stack production testing 2026-01-28 14:01:37 +01:00
se-cove-plugin.md docs: add resource-evaluations to tracked docs 2026-01-26 14:02:05 +01:00
self-improve-skill.md docs: add resource-evaluations to tracked docs 2026-01-26 14:02:05 +01:00
system-prompts-official-vs-community.md docs: add system prompts official sources (Anthropic + community analyses) 2026-01-26 17:03:42 +01:00
uml-oop-diagrams.md docs: add resource-evaluations to tracked docs 2026-01-26 14:02:05 +01:00
vibe-coding-rusitschka.md docs: add resource-evaluations to tracked docs 2026-01-26 14:02:05 +01:00
wooldridge-productivity-stack.md docs: add resource-evaluations to tracked docs 2026-01-26 14:02:05 +01:00
worktrunk-evaluation.md docs: add resource-evaluations to tracked docs 2026-01-26 14:02:05 +01:00

Resource Evaluations

Ce dossier contient les évaluations de ressources externes (articles, vidéos, discussions) pour déterminer leur pertinence pour le Claude Code Ultimate Guide.

Méthodologie

Chaque ressource est évaluée selon un système de scoring standardisé et challengée par un agent technique pour garantir l'objectivité.

Grille de score (sur 5)

Score Signification Action
5 Critical - Breakthrough, must integrate immediately Intégrer sous 24h
4 High Value - New capability or major improvement Intégrer sous 1 semaine
3 Moderate - Useful addition but not urgent Intégrer si temps disponible
2 Marginal - Secondary info or niche use case Ne pas intégrer (ou mention minimale)
1 Low - Redundant, incorrect, or off-topic Rejeter

Process

  1. Analyse initiale: Extraction des faits, vérification des sources
  2. Scoring: Attribution d'un score avec justification
  3. Challenge: Agent technical-writer remet en question le score
  4. Décision finale: Intégration ou rejet avec traçabilité

Nomenclature des fichiers

Format: [topic-slug].md (date supprimée pour stabilité des liens)

Exemple: remotion-claude-code-video.md

Working Documents

Les documents de travail bruts (prompts Perplexity, audits clients) restent dans claudedocs/resource-evaluations/ (gitignored).

Index des Évaluations

Ressource Score Initial Score Final Décision Fichier
Anthropic Releases (Jan 16-23, 2026) - - Suivi régulier anthropic-releases-jan16-23-2026.md
AST-grep (Flavien Métivier) 3/5 4/5 Intégrer workflow astgrep-flavien-metivier.md
MCP Apps (SEP-1865) 3/5 4/5 Intégré (architecture + guide) mcp-apps-announcement.md
Boris Cherny (Cowork Video) 4/5 4/5 Intégré (mental models) boris-cowork-video-eval.md
Clawdbot (Twitter Analysis) 2/5 2/5 ⚠️ Watch only clawdbot-twitter-analysis.md
GSD (Getting Shit Done) 4/5 4/5 Intégré (workflow) gsd-evaluation.md
Nick Jensen Plugins 3/5 3/5 Mention nick-jensen-plugins.md
Prompt Repetition Paper 3/5 4/5 Intégrer best practices prompt-repetition-paper.md
Remotion + Claude Code (Video Production) 2/5 3/5 Mention minimale remotion-claude-code-video.md
SE-Cove Plugin 2/5 2/5 ⚠️ Watch only se-cove-plugin.md
Self-Improve Skill 3/5 3/5 Template ajouté self-improve-skill.md
UML & OOP Diagrams 3/5 3/5 Mention uml-oop-diagrams.md
Vibe Coding Level 2 (Rusitschka) 4/5 4/5 Intégré (workflows) vibe-coding-rusitschka.md
Peter Wooldridge (Productivity Stack) 2/5 3/5 Practitioner Insights wooldridge-productivity-stack.md
System Prompts (Official vs Community) 4/5 2/5 ⚠️ Watch only (official sources exist) system-prompts-official-vs-community.md
Worktrunk 4/5 4/5 Intégré (workflow) worktrunk-evaluation.md

Dernier update: 2026-01-27 (15 évaluations)