UNPKG

automagik-genie

Version:

Self-evolving AI agent orchestration framework with Model Context Protocol support

45 lines (37 loc) 1.21 kB
--- name: blueprint description: Create wish from brief/context and save standard structure genie: executor: - CLAUDE_CODE - CODEX - OPENCODE background: true forge: CLAUDE_CODE: model: sonnet dangerously_skip_permissions: true CODEX: model: gpt-5-codex sandbox: danger-full-access OPENCODE: model: opencode/glm-4.6 --- ## Mandatory Context Loading **MUST load workspace context** using `mcp__genie__get_workspace_info` before proceeding. # Create Wish • Blueprint Workflow ## Goal Generate a wish at `.genie/wishes/<slug>/<slug>-wish.md` using the Create template and the gathered brief/context. Initialize `validation/` and `reports/` folders. ## Inputs - Planning brief and discovery notes - Context Ledger entries (files, links, sessions) - Style/brand guide references (optional) ## Steps 1. Create folder `.genie/wishes/<slug>/` 2. Load template: @.genie/product/templates/wish-template.md 3. Populate sections from the planning brief and ledger 4. Save wish file and create `validation/` and `reports/` 5. Return path and next actions ## Output - `Wish saved at: @.genie/wishes/<slug>/<slug>-wish.md` - Short summary of groups, risks, and validation plan