feat: add virtues and second shadows to all archetypes

Each archetype now has the full Jungian triad:
- Virtue: the unique contribution (what makes it worth including)
- Shadow 1: primary dysfunction (strength pushed too far)
- Shadow 2: complementary dysfunction (different failure mode)

Virtues: Contextual Clarity, Decisive Framing, Execution Discipline,
Threat Intuition, Assumption Surfacing, Adversarial Creativity,
Maintainability Judgment.

New shadows: Catalog Fetish, Over-Architect, Scope Creep, Gatekeeper,
Whataboutist, Scope Escape, Philosopher.
This commit is contained in:
2026-04-02 18:18:29 +00:00
parent 21becd8b58
commit 5cc3d67718
10 changed files with 268 additions and 99 deletions

View File

@@ -30,17 +30,19 @@ Each cycle produces better results. No unreviewed code reaches your main branch.
## The Seven Archetypes
| Archetype | Role | Shadow |
|-----------|------|--------|
| **Explorer** | Researches context, maps dependencies | Rabbit Hole — endless research, no synthesis |
| **Creator** | Designs the solution | Perfectionism — infinite revision, never ships |
| **Maker** | Implements in isolated worktree | Cowboy Coding — ships without tests |
| **Guardian** | Security & reliability review | Paranoia — blocks everything |
| **Skeptic** | Challenges assumptions | Paralysis — questions everything, approves nothing |
| **Trickster** | Adversarial testing | Saboteur — breaks things without purpose |
| **Sage** | Holistic quality review | Bureaucrat — over-documents, under-delivers |
Each archetype has a **virtue** (its unique contribution) and **shadows** (what happens when the virtue is pushed too far):
Every archetype has a **shadow** — the destructive inversion of its strength. ArcheFlow detects shadow activation and course-corrects automatically.
| 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 |
ArcheFlow detects shadow activation and course-corrects automatically.
## Built-in Workflows