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