Build AI Agent

Funnel workflow for going from "I want an agent that does X" to a deployed, evaluated, cost-monitored agent. Runs through nine phases starting with the is-this-task-agent-appropriate check (agent-project-development), then prompt design with eval criteria first (prompt-engineering), tool design and consolidation (tool-design), architecture selection for multi-step work (multi-agent-patterns), persistence decisions (memory-systems), context-window management (context-optimization), evaluation pipeline construction (agent-evaluation), deployment (hosted-agents), and ongoing cost and quality monitoring (cloud-finops + agent-evaluation). Use when you're starting a new agent project and want to avoid the common failure modes. NOT for one-shot prompts — use prompt-engineering directly for those. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/viktorbezdek--skillstack--build-ai-agent commit 0b64525055

Frequently asked questions

npx skillmds@latest add tomevault-io/build-ai-agent-2