dream

Execute development wishes overnight and generate reviewed Pull Requests.

328|53|Updated Aug 1, 2025
One-click install
npx skills add https://github.com/automagik-dev/genie --skill dream-automagik-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dream
Source: https://github.com/automagik-dev/genie/tree/main/skills/dream
Command: npx skills add https://github.com/automagik-dev/genie --skill dream-automagik-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of executing multiple development tasks overnight, transforming a list of approved wishes into reviewed Pull Requests by morning.

Core Features & Use Cases

  • Batch Execution: Queues and runs multiple development tasks concurrently or in a defined order.
  • Automated Review: Includes a dedicated phase for code review and necessary fixes.
  • Reporting: Generates a comprehensive report detailing the outcomes of the overnight run.
  • Use Case: A product manager can queue up several small feature requests or bug fixes before leaving for the day, and return to find them implemented and ready for final approval as PRs.

Quick Start

Use the dream skill to pick wishes from .genie/brainstorm.md and execute them overnight.

Frequently Asked Questions about dream

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate overnight batch processing for development tasks to generate pull requests?

You can automate overnight batch processing by orchestrating multiple development wishes concurrently, managing dependencies, and running automated code reviews to generate reviewed Pull Requests by morning.

What is the best way to queue multiple feature requests for overnight CI/CD execution?

The best way to queue feature requests for overnight CI/CD execution is using a structured workflow that selects wishes from a brainstorm file, dispatches workers, and runs automated CI checks.

How does automated code review work during batch PR generation?

Automated code review during batch PR generation works by including a dedicated review phase in the execution cycle, identifying issues, and applying necessary fixes before final PR creation.

Can I manage dependencies and parallel processing for multiple development wishes?

Yes, you can manage dependencies and parallel processing by orchestrating worker dispatch across multiple queued development wishes, ensuring tasks run concurrently or in a defined order.

What happens if a task fails during overnight batch execution?

If a task fails during overnight batch execution, the system generates a comprehensive report detailing the failure outcomes, ensuring you can review what went wrong the next morning.

Do I need a structured workflow file to select wishes for batch PR generation?

Yes, you need a structured workflow file like a brainstorm markdown file to select wishes, which serves as the input source for planning, execution, and review phases.