From aidd-context
Generates, scaffolds, or refactors an AI agent (subagent/specialized role) from intent, renders per host tool, and validates the output.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-context:06-agent-generateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write one canonical agent from intent and render it per confirmed host tool, or once as a plugin source.
Write one canonical agent from intent and render it per confirmed host tool, or once as a plugin source.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | capture-agent | Gather the role, propose names, pick the model | user request |
| 02 | write-agent | Render the agent per tool and write | the role |
| 03 | validate | Check each agent file | the files |
Run the actions in order, 01 → 03, and run each action's ## Test before the next.
references/agent-authoring.md: the contract (frontmatter, body shape, naming, quality).references/tool-paths.md: per-tool agent path, frontmatter, format conversions, the gate.assets/agent-template.md: agent file scaffold.npx claudepluginhub ai-driven-dev/framework --plugin aidd-contextScaffolds new agent files with correct frontmatter from templates based on purpose (review, generate, fix, test, document, orchestrate).
Generates expert agent definitions with frontmatter, hooks, required sections, and skill references. Invoke when creating new agents or adapting existing ones.
Interactive six-phase questionnaire that designs focused sub-agent definitions — specialist, role, or team-lead — with proper frontmatter, tool permissions, and system prompts.