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

@@ -32,15 +32,15 @@ Each cycle produces better results. No unreviewed code reaches your main branch.
Each archetype has a **virtue** (its unique contribution) and **shadows** (what happens when the virtue is pushed too far):
| Archetype | Virtue | Shadows |
|-----------|--------|---------|
| **Explorer** | Contextual Clarity | Rabbit Hole · Catalog Fetish |
| **Creator** | Decisive Framing | Perfectionist · Over-Architect |
| **Maker** | Execution Discipline | Cowboy · Scope Creep |
| **Guardian** | Threat Intuition | Paranoid · Gatekeeper |
| **Skeptic** | Assumption Surfacing | Paralytic · Whataboutist |
| **Trickster** | Adversarial Creativity | Saboteur · Scope Escape |
| **Sage** | Maintainability Judgment | Bureaucrat · Philosopher |
| Archetype | Virtue | Shadow |
|-----------|--------|--------|
| **Explorer** | Contextual Clarity | Rabbit Hole |
| **Creator** | Decisive Framing | Perfectionist |
| **Maker** | Execution Discipline | Cowboy |
| **Guardian** | Threat Intuition | Paranoid |
| **Skeptic** | Assumption Surfacing | Paralytic |
| **Trickster** | Adversarial Creativity | Saboteur |
| **Sage** | Maintainability Judgment | Bureaucrat |
ArcheFlow detects shadow activation and course-corrects automatically.