Diagnose why a Claude Project stopped following instructions
使うタイミング: Your Project worked, you added stuff, now it ignores key rules.
前提条件
- Skill cloned — git clone https://github.com/drayline/rootnode-skills ~/.claude/skills/rootnode-skills
フロー
-
Run the project auditUse rootnode-project-audit on my Project system prompt + instructions.✓ コピーしました→ Six-dimension scorecard with specific failures called out
-
Check for anti-patternsNow rootnode-anti-pattern-detection — which of the 7 patterns do I have?✓ コピーしました→ Named patterns (e.g. 'conflicting directives', 'buried critical instruction')
-
Rebalance memoryApply rootnode-memory-optimization — where should each rule actually live?✓ コピーしました→ Recommendation on what belongs in system prompt vs project docs vs user memory
結果: A diagnosed Project with a concrete fix list.
注意点
- Audit report is long; you only fix the easy ones — Start with anti-patterns flagged — those block the rest