dream

Solid

Batch-execute SHIP-ready wishes overnight — pick wishes, orchestrate workers, review PRs, wake up to results.

AI & Automation 321 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /dream — Overnight Batch Execution Pick SHIP-ready wishes, build a dependency-ordered execution plan, spawn parallel workers, review PRs, merge to dev, run QA loop, produce a wake-up report. ## When to Use - Human wants to queue multiple wishes for autonomous overnight execution - Multiple SHIP-ready wishes exist in `.genie/brainstorm.md` under `Poured` ## Flow 1. **Pick wishes** from `.genie/brainstorm.md` in the shared worktree. 2. **Generate DREAM.md** with dependency-ordered execution plan. 3. **Human confirms** DREAM.md (may edit before run). 4. **Create dream task (v4):** register the dream run in PG: ```bash genie task create "Dream run <date>" --type software --tags chore ``` 5. **Create child tasks (v4):** one per wish in the dream: ```bash genie task create "<wish title>" --parent #<dream-seq> --type software ``` 6. **Phase 1 — Execute:** dispatch workers per wish via `genie work`, collect outcomes. 7. **Phase 2 — Review + PR:** review each group, create PRs, fix valid issues, CI green. 8. **Phase 3 — Merge + QA:** merge to dev, spawn qa, QA loop until criteria proven. 9. **Phase 4 — Report:** write DREAM-REPORT.md as the wake-up artifact, log to parent task. ## Picker 1. Read `.genie/brainstorm.md`, locate the `Poured` section. 2. Parse each SHIP-ready entry in listed order, extracting `slug` and one-line description. 3. If no entries found, print `No SHIP-ready wishes found in .genie/brainstorm.md` and exit. 4. Display numbered list preser...

Details

Author
automagik-dev
Repository
automagik-dev/genie
Created
10 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

wish

Convert an idea into a structured wish plan with scope, acceptance criteria, and execution groups for /work.

321 Updated today
automagik-dev
AI & Automation Solid

work

Execute an approved wish plan — orchestrate subagents per task group with fix loops, validation, and review handoff.

321 Updated today
automagik-dev
AI & Automation Solid

brainstorm

Explore ambiguous or early-stage ideas interactively — tracks wish-readiness and crystallizes into a design for /wish.

321 Updated today
automagik-dev
AI & Automation Listed

ship

Execute a predetermined spec. Ingests a finalized prd (docs/prd/<slug>/ with prd.md status ready + tasks.md) or an Accepted rfc (RFC.md), locks a definition-of-done contract, implements it on the strongest available engine (agent-teams / subagents / solo, with ultracode awareness), keeps a tight leash with minimal risk-boundary checkpoints, and hands back a user-run verification bundle plus a trace ledger. For a bare prompt with no spec, ship derives a minimal inline execution contract then ships it. Triggers on "ship this", "ship the PRD", "implement the PRD", "execute the RFC", "build from tasks.md", "run the spec", "implement this". The universal implementer; it does NOT author the durable product/technical spec (that is prd and rfc). Never runs build/test toolchain by default.

7 Updated today
mirkobozzetto
AI & Automation Listed

ship

Execute an approved plan using unattended implementation and validation with worktree isolation.

15 Updated 6 days ago
backspace-shmackspace