What problem does it solve?
Building a WhatsApp agent from a characterization spec is error-prone and time-consuming. This skill guarantees a consistent, deploy-ready codebase by enforcing a specific architecture (FastAPI + direct LLM SDK + SQLite + explicit tool registry) and guiding Claude Code to produce readable, maintainable files that downstream skills can modify reliably.
Core Features & Use Cases
- Converts spec.json into a runnable project skeleton including core files (config, database, prompt, agent, main) and a minimal but complete tool registry.
- Enforces a fixed architecture so wa-connect, wa-deploy, and wa-maintain have stable file expectations.
- Provides an end-to-end workflow from spec understanding to a smoke-testable local deployment.
Quick Start
Start the wa-build skill after wa-characterize, when spec.json exists, to generate a deploy-ready WhatsApp agent project.