What problem does it solve?
This Skill helps you design agent skills that trigger correctly and behave consistently by guiding you through disciplined discovery and architecture before you write the actual SKILL.md.
Core Features & Use Cases
- Outcome-first discovery: elicits concrete workflows, failure modes, target users, tools (built-in or MCP), and measurable success criteria.
- Architecture planning: selects an appropriate pattern, defines a minimal folder structure, drafts a trigger-focused description, and maps content to progressive disclosure (frontmatter, SKILL.md body, linked files).
- Quality validation before delivery: enforces structural rules, trigger boundaries, and instruction clarity so the resulting skill is deterministic, compact, and composable with other skills.
Core Use Cases:
- Turn “make my agent do X consistently” into a well-specified, reliable new skill with clear boundaries and examples.
- Produce an MCP-enhanced workflow skill design (while avoiding guidance meant for subagents or technical-design documents).
- Create SKILL.md content that is efficient to load and hard to mis-trigger.
Quick Start
Use the skill to design a new skill by describing your target workflow and a real example of what you want the agent to do, then follow its phases in order until you have validated triggers, structure, and success criteria.