Usage:
/agent-create
agent-create
Create a new agent in the current repository. A thin delegator to the Deep Work Plan author sub-skill.
What it does
agent-create routes to the author sub-skill’s agent-creation flow. An agent is a specialized worker definition (role, model tier, tools, system prompt) dispatched to handle a class of tasks. It encodes “who does X” and lives under .agents/agents/<name>.md.
Usage
/agent-create
Behavior
- Detect the repo’s
.agents/layout and local conventions. - Confirm a recurring role with distinct model/tools needs; name it kebab-case.
- Scaffold and fill the agent (Role, Inputs, Process, Output, escalation).
- Choose a justified model tier — light, standard, or heavy — without hardcoding vendor model IDs.
- Update the
.agents/docs/catalog to match.
Notes
For procedures use /skill-create. Keep model tiers abstract and map them in repo config.