What problem does it solve?
This Skill automates the end-to-end scaffolding of a new AgentStack agent, transforming a user trigger into a production-ready agent with a defined DESIGN_SPEC, AgentStack entry, standard flow, vault files, KB seed, and a smoke test.
Core Features & Use Cases
- Fully extracts agent name from triggers and collects a minimal spec (pipeline role, model, web data requirement)
- Generates processor and extractor prompts with real output keys, then writes DESIGN_SPEC to the vault
- Creates the AgentStack agent and builds a standard 3-5 node flow (kb_search → processor → extractor, plus optional web_search and call_agent)
- Initializes vault documents (evo-log, instincts, and design spec), seeds a KB with 3 documents, and patches the kb_search node
- Performs a smoke test via as_chat_with_agent and reports scaffold outcomes
Quick Start
Trigger the scaffold with a clear agent description and let it generate DESIGN_SPEC, create the agent, build the flow, initialize vault, seed the KB, and run a smoke test.