Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By forsonny
Massively Decomposed Agentic Processes (MAD) - Break complex tasks into atomic steps with near-zero errors
npx claudepluginhub forsonny/maker-frameworkManage MAKER pattern cache - list, clear, or inspect cached decompositions
Resume MAKER pipeline from last checkpoint
Check current MAKER pipeline execution status
Execute MAKER pipeline - decomposes complex tasks into atomic steps and executes them
This file is lazy-loaded when working with agent definitions.
MAKER Cache Manager - Handles decomposition pattern lookup, storage, and invalidation for improved pipeline efficiency.
MAKER Checkpoint Manager - Creates file checkpoints before each step and enables rollback to last known good state on pipeline failure.
MAKER Complexity Estimator - Analyzes tasks before decomposition to determine appropriate granularity level. Read-only agent that assesses task complexity.
MAKER Decomposition Discriminator - Validates task decompositions. MUST BE USED AUTOMATICALLY after maker-decomposition. Do not ask permission.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code integration for MCP Task Orchestrator — schema-aware context, note-driven workflow
Task distribution, agent coordination, progress monitoring - executes plans via subagents. Requires AI Maestro for inter-agent messaging.
AI-native task management system. Track progress, coordinate multi-agent work, manage hierarchical tasks with dependencies, sprints, acceptance criteria, and a web dashboard.
AI 오케스트라의 그랜드마스터 — PM이 코드를 쓰지 않고 AI 에이전트를 지휘하여 개발
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Agent-optimized development orchestrator with parallel task execution and workflow enforcement
Complete writing system for epic fantasy novels using the Crucible Structure—a 36-beat narrative framework with three interwoven story strands. Includes planning, outlining, prose writing with bi-chapter reviews, and editing.
Opinionated developer-session workflow plugin. Encodes a deterministic pipeline from first message to merged branch as skills that hand off to each other in a fixed order.
Massively Decomposed Agentic Processes (MAD) - Break complex tasks into atomic steps with near-zero errors.
Based on the research paper: "Solving a Million-Step LLM Task with Zero Errors" (arXiv:2511.09030)
/plugin marketplace add forsonny/maker-framework
/plugin install maker-framework@maker-framework
Restart to load the new plugin.
The MAKER orchestrator skill automatically activates when your request contains trigger words like: create, build, implement, add, develop, make, set up, configure, refactor, migrate.
Example:
Create a REST API endpoint for user authentication with JWT tokens
# Execute MAKER pipeline on a task
/maker-framework:maker "Build a file upload component"
# Check pipeline status
/maker-framework:maker-status
# Resume from checkpoint
/maker-framework:maker-resume
# Manage pattern cache
/maker-framework:maker-cache list
/maker-framework:maker-cache clear
/maker-framework:maker-cache inspect <pattern-id>
You can also request specific agents:
Use the maker-decomposition agent to break down this task
| Agent | Purpose |
|---|---|
maker-decomposition | Breaks tasks into atomic steps |
maker-decomposition-discriminator | Validates decomposition quality |
maker-solver | Executes individual steps |
maker-red-flag | Validates solver outputs |
maker-solution-discriminator | Votes on critical steps |
maker-reviewer | Final quality gate |
maker-complexity-estimator | Assesses task complexity |
maker-cache-manager | Manages decomposition patterns |
maker-checkpoint-manager | Enables rollback/recovery |
maker-parallel-coordinator | Optimizes parallel execution |
| Command | Description |
|---|---|
/maker-framework:maker | Execute full MAKER pipeline |
/maker-framework:maker-status | Check pipeline status |
/maker-framework:maker-resume | Resume from checkpoint |
/maker-framework:maker-cache | Manage pattern cache |
Auto-activates on complex development tasks and coordinates the full pipeline.
QA automation server for testing integration.
maker-framework-plugin/
.claude-plugin/
plugin.json # Plugin manifest
marketplace.json # Marketplace catalog
agents/ # 10 specialized agents
commands/ # 4 slash commands
skills/
maker-orchestrator/ # Auto-activating skill
hooks/
hooks.json # Validation hooks
scripts/ # Support scripts
.mcp.json # QA server config
qa_server/ # Python MCP server
cache/ # Pattern cache
docs/ # Documentation
MIT