The 3-Sets framework doesn't transfer well to agents — all three dimensions are fully visible and controllable config, not hidden human psychology. Removed the branding, kept the practical bits: - attention-filters: what context each archetype receives (token savings) - memory: persistent learnings across orchestrations (project knowledge)
53 lines
2.0 KiB
Markdown
53 lines
2.0 KiB
Markdown
---
|
|
name: using-archeflow
|
|
description: Use at session start when implementing features, reviewing code, debugging, or any task that benefits from multiple perspectives. Activates ArcheFlow multi-agent orchestration.
|
|
---
|
|
|
|
# ArcheFlow
|
|
|
|
Multi-agent orchestration using archetypal roles and PDCA quality cycles.
|
|
|
|
## Archetypes
|
|
|
|
| Archetype | Virtue | Shadow | Phase |
|
|
|-----------|--------|--------|-------|
|
|
| **Explorer** | Contextual Clarity | Rabbit Hole | Plan |
|
|
| **Creator** | Decisive Framing | Perfectionist | Plan |
|
|
| **Maker** | Execution Discipline | Cowboy | Do |
|
|
| **Guardian** | Threat Intuition | Paranoid | Check |
|
|
| **Skeptic** | Assumption Surfacing | Paralytic | Check |
|
|
| **Trickster** | Adversarial Creativity | Saboteur | Check |
|
|
| **Sage** | Maintainability Judgment | Bureaucrat | Check |
|
|
|
|
## PDCA Cycle
|
|
|
|
```
|
|
Plan → Explorer researches, Creator proposes
|
|
Do → Maker implements in isolated worktree
|
|
Check → Reviewers assess in parallel (approve/reject)
|
|
Act → All approved? Merge. Issues? Cycle back to Plan.
|
|
```
|
|
|
|
## Workflows
|
|
|
|
| Workflow | Archetypes | Cycles |
|
|
|----------|-----------|:------:|
|
|
| `fast` | Creator → Maker → Guardian | 1 |
|
|
| `standard` | Explorer + Creator → Maker → Guardian + Skeptic + Sage | 2 |
|
|
| `thorough` | Explorer + Creator → Maker → All 4 reviewers | 3 |
|
|
|
|
## When to Use
|
|
|
|
**Use** for features spanning multiple files, security-sensitive changes, or when multiple perspectives help.
|
|
**Skip** for single-file fixes, formatting, or purely informational tasks.
|
|
|
|
## Skills
|
|
|
|
- **archeflow:orchestration** — Step-by-step execution guide
|
|
- **archeflow:plan-phase** / **do-phase** / **check-phase** — Phase protocols
|
|
- **archeflow:shadow-detection** — Recognizing dysfunction
|
|
- **archeflow:attention-filters** — What context each archetype receives
|
|
- **archeflow:memory** — Persistent learnings across orchestrations
|
|
- **archeflow:autonomous-mode** — Unattended sessions
|
|
- **archeflow:custom-archetypes** / **workflow-design** — Extending ArcheFlow
|