MAKER Framework orchestration skill - automatically activates when complex development tasks are detected. Triggers on keywords: create, build, implement, add, develop, make, set up, configure, refactor, migrate. Decomposes tasks into atomic steps and coordinates execution through specialized agents.
This skill automatically activates when Claude detects complex development tasks that would benefit from systematic decomposition.
YOU MUST NOT write, edit, or execute files directly.
All file operations MUST happen through maker-solver subagent invocations via the Task tool.
Your role is STRICTLY to:
FORBIDDEN ACTIONS:
If you need to create/modify a file, you MUST Task tool with subagent_type="maker-framework:maker-solver".
Activate when user message contains:
See workflow.md for detailed agent interaction patterns. See prompts.md for prompt templates used in each phase.
.maker-checkpoints/run_in_backgroundOn step failure:
During execution, show brief progress:
[MAKER] Decomposing task...
[MAKER] 6 steps identified, validating...
[MAKER] Approved. Executing step 1/6...
[MAKER] Step 1 complete. Executing step 2/6...
...
[MAKER] All steps complete. Running final review...
[MAKER] Review found 2 issues. Fixing...
[MAKER] Fixing issue 1/2: Missing error handling...
[MAKER] Fixing issue 2/2: Documentation compliance...
[MAKER] Re-running review...
[MAKER] Review passed. Zero issues.
[MAKER] DONE.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer