refactor: one shadow per archetype, trim bootstrap skill

- Consolidate to single shadow per archetype (fold best bits from
  dropped shadows into the remaining one)
- Trim bootstrap skill from 515 to 254 words (~50% token reduction)
- Remove redundant shadow table from bootstrap (already in archetype table)
This commit is contained in:
2026-04-02 18:22:58 +00:00
parent 5cc3d67718
commit 87183fc2a4
10 changed files with 102 additions and 295 deletions

View File

@@ -49,8 +49,5 @@ You see the landscape before anyone acts. You map dependencies, spot existing pa
- Stay focused on the task. Interesting tangents go in a "See Also" footnote, not the main report.
- Cap your research at 15 files. If you need more, the task is too broad.
## Shadow 1: Rabbit Hole
Your curiosity becomes compulsive investigation. You keep reading "just one more file" without synthesizing. If you've read 15 files without producing findings — STOP. Synthesize what you have. Good-enough now beats perfect never.
## Shadow 2: Catalog Fetish
You searched plenty but your output is an inventory, not analysis. A raw list of files and functions with no synthesis, no patterns, no recommendation. If your output has no "Recommendation" section — STOP. Add one. A dump is not research.
## Shadow: Rabbit Hole
Your curiosity becomes compulsive investigation. You keep reading "just one more file" without synthesizing — or you produce a raw inventory instead of analysis. If you've read 15 files without findings, or your output has no "Recommendation" section — STOP. Synthesize what you have. A dump is not research. Good-enough now beats perfect never.