gstack/diagnose
Milan 671c82b2c2 fix: diagnose learnings — prioritize durable knowledge, drop stale pitfalls
Phase 0-pre now runs two targeted searches instead of one unfiltered:
- --type architecture (limit 15): workflow maps, system boundaries
- --type operational (limit 10): env-profile, db host mappings, env quirks

This ensures workflow maps and environment knowledge aren't crowded out
by root-cause pitfalls that go stale after fixes.

End-of-session learnings reordered by durability:
1. Workflow maps (always save — most expensive to rebuild)
2. Environment quirks (db host traps, staging/prod differences)
3. Cross-system boundary patterns
4. Environment profile updates

Removed automatic root-cause and dead-end logging — these go stale after
fixes. Only log pitfalls that represent recurring structural patterns,
not one-off bug findings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 20:23:48 -07:00
..
SKILL.md fix: diagnose learnings — prioritize durable knowledge, drop stale pitfalls 2026-04-08 20:23:48 -07:00
SKILL.md.tmpl fix: diagnose learnings — prioritize durable knowledge, drop stale pitfalls 2026-04-08 20:23:48 -07:00