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/frameworkGenerates custom Claude Code agent.md files from purpose-based templates (Reviewer, Generator, Fixer, Tester, Documenter, Orchestrator). Configures tools, model, color; saves to .claude/agents/ and validates.
Interactive six-phase questionnaire that designs focused sub-agent definitions — specialist, role, or team-lead — with proper frontmatter, tool permissions, and system prompts.
Generates markdown agent files with YAML frontmatter for Claude Code, configuring system prompts, tools, and isolation for autonomous task delegation in plugins.