What problem does it solve? Combining multiple skills into one coherent workflow often produces bloated, contradictory, or unstructured prompts that lead to unreliable agent behavior. This Skill merges skill workflows into a single deterministic prompt with clear ordering and verification steps. ## Core Features & Use Cases - Skill Orchestration: Extracts Purpose, Workflow, and Constraints from multiple skills and merges them into one unified execution plan. - Structured Prompt Generation: Produces prompts with task summary, constraints, ordered process, and output format sections. - Built-in Verification: Adds a verification step to check outputs for errors, omissions, and contradictions. - Use Case: Combine a Homelab Change Plan skill, a Proxmox Admin skill, and a Docker Compose Editing skill into one migration-plan prompt with an ordered process and guardrails. ## Quick Start Combine the Homelab Change Plan, Proxmox Admin, and Docker Compose Editing skills into a single prompt that produces a full migration plan with verification steps.