Flatten KQVI chart structure, update skills with layout guidelines

This commit is contained in:
2026-03-20 11:48:05 -07:00
parent 06edea3352
commit e9c939dc42
5 changed files with 472 additions and 802 deletions

View File

@@ -73,11 +73,13 @@ ACTION: Trade with pawn broker
### Layout Rules
- [ ] Top-down flow: `START` at top, `END` at bottom
- [ ] Top-down flow: `START` at top (centered), `END` at bottom (centered)
- [ ] Fan-out model: parallel paths spread apart, then converge
- [ ] Only `START` and `END` outside subgraph groupings
- [ ] Area titles are prominent and readable
- [ ] Area titles are prominent and readable (fontsize=18)
- [ ] Areas use index-based color palette
- [ ] **FLAT STRUCTURE**: No nested subgraphs - all subgraphs at same level
- [ ] **Same Area = Same Color**: If area appears twice (start AND end), use SAME color
## Dangling Node Detection