What problem does it solve? Creating a custom sub-agent for an AI coding workflow requires consistent prompt structure, permission boundaries, and delegation contracts; this Skill standardizes that process so every new agent follows the same proven template. ## Core Features & Use Cases - Directory Scaffolding: Creates the agents/{agent-name}/ structure with agent.md plus optional rules/ and skills/ subdirectories. - Structured Prompt Authoring: Writes agent.md following a fixed template covering role definition, capability assumptions, three-tier file permissions, task boundaries, input/output contracts, and failure reporting. - Validation Checklist: Self-checks the output against a verification list including the three-part output contract and the no-redelegation constraint. - Use Case: When you need a dedicated API testing agent, ask to create an api-tester sub-agent and receive a complete agent.md with permission boundaries, a three-section reporting contract, and a companion skill for HTTP assertions. ## Quick Start Ask the AI to create a sub-agent named api-tester that validates HTTP API responses and reports results in the three-section format.