Parent PRD
#34
What to build
The wildgecu agent add <name> CLI command. Creates the agent directory under agents/<name>/, runs a bootstrap interview (reusing the existing mechanism from cmd/init.go), and writes SOUL.md and config.yaml. Asks for model preference during setup.
End-to-end: user runs wildgecu agent add researcher, gets an interactive interview, and ends up with a fully configured agent directory.
Acceptance criteria
Blocked by
User stories addressed
- User story 1 (create named agent)
- User story 7 (bootstrap interview for identity)
Parent PRD
#34
What to build
The
wildgecu agent add <name>CLI command. Creates the agent directory underagents/<name>/, runs a bootstrap interview (reusing the existing mechanism fromcmd/init.go), and writesSOUL.mdandconfig.yaml. Asks for model preference during setup.End-to-end: user runs
wildgecu agent add researcher, gets an interactive interview, and ends up with a fully configured agent directory.Acceptance criteria
wildgecu agent add <name>command registered underwildgecu agentgroupHome.Agent(name)SOUL.mdfrom interview resultconfig.yamlwith chosen modelBlocked by
User stories addressed