What problem does it solve?
Creating a new Agent Zero subordinate agent profile requires knowing where profiles live, the exact agent.yaml schema, and how prompt inheritance works. This Skill guides the full workflow so profiles are valid, discoverable, and correctly scoped on the first attempt.
Core Features & Use Cases
- Progressive intake and blueprint generation: Interviews the user one question at a time, then produces a confirmed AgentProfileBlueprint JSON as the single source of truth before writing any files.
- Correct profile scaffolding: Creates agent.yaml with exactly title, description, and context, plus optional prompt overrides, profile-specific tools, and lifecycle extensions in user, plugin, or project scope.
- Prompt inheritance guidance: Explains the agent.system.main.specifics.md override slot and when to override communication, solving, or environment prompts without copying unchanged files.
- Use Case: Ask for a data-analyst subordinate agent and receive a confirmed blueprint, a valid /a0/usr/agents/data-analyst/ directory, and verification steps to delegate to it via call_subordinate.
Quick Start
Ask the agent to create a new agent profile for your desired specialty and confirm the blueprint it proposes.