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