Draft Agent banner
dwarvesf dwarvesf

Draft Agent

Development community

Description

--- description: "Meta-agent agent-builder. From a one-line description, generates a new subagent definition OR a mega-goal sub-goal file and (by default) installs the subagent so it is dispatchable next session. --draft stops at a staged draft for review." --- Dispatch the `meta-agent` to generate a new subagent definition (or a mega-goal sub-goal file) from a description, then INSTALL it by default so it is runnable at runtime. Installing is local: the agent goes live in your `~/.claude/agent

Installation

Installs to ~/.claude/skills/dwarvesf-dwarves-kit-draft-agent/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dwarvesf-dwarves-kit-draft-agent && curl -fsSL https://raw.githubusercontent.com/dwarvesf/dwarves-kit/HEAD/commands/draft-agent.md -o ~/.claude/skills/dwarvesf-dwarves-kit-draft-agent/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository