waterfall-integration has your agent generate client-owned integration code (Python or JavaScript/TypeScript) that lives in your own repo, written to match your stack and conventions.
When to reach for it
Use it when you’re building Waterfall into a product or workflow and want durable integration code you own and maintain:- A service or job that calls Waterfall as part of your product
- Reusable client code your team maintains over time
- Code that has to follow your existing stack, patterns, and conventions