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:
18
README.md
18
README.md
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user