SKILL.md
/dream — Cross-Repo Pattern Discovery
"The forest doesn't know it's a forest. Each tree only knows its own roots. But the mycelium underground sees every root, every nutrient, every signal. /dream is the moment the underground tells the forest what it sees."
Usage
/dream # Full dream — all categories
/dream --pain # Focus on what hurts (blocking, broken)
/dream --plan # Focus on what's planned (decided, not built)
/dream --gain # Focus on what we won (completed, delivered)
/dream --all # Maximum depth — every source, every dimension
Step 0: Timestamp
date "+🕐 %H:%M %Z (%A %d %B %Y)"
How It Works
Launch 5 parallel agents, each searching a different dimension:
| Agent | Focus | Source |
|---|---|---|
| 1. Deep Dig | Session history | dig.py across project dirs |
| 2. Deep Trace | Cross-repo patterns | ghq repos, open issues, stale items |
| 3. Deep Learn | Recent activity | git log per repo, abandoned work |
| 4. Oracle Memory | What we already know | ψ/memory/, previous dreams |
| 5. Fleet Status | How the system feels | services, board, running processes |
Agent Instructions
Each agent returns max 500 words (prevents context waste). Format:
## [Agent Name] Findings
### Items Found
- [item]: [classification] — [1-line summary]
### Connections Noticed
- [pattern or link between items]
