I Built an Agent That Does a Week of Work in One Command A developer built the Product Launch Agent, an open-source Node.js CLI that uses the Anthropic SDK and Cloudinary to turn a single command into a full product launch kit — release notes, documentation, a blog post, social posts for four platforms with correctly cropped hero images, an outreach plan, and drafted influencer DMs. The agent relies on human-tagged and approved Cloudinary assets and deterministic tools, never inventing images or sending outreach automatically, and outputs the assembled kit as an HTML report. The author says the same pattern could extend to real estate listings, support log summaries, or event recap galleries. Agents are here to make work more efficient, but not to take over taste and judgment. Finding the point where an agent can save real time without quietly taking the wheel is harder than it sounds. The Product Launch Agent below is my attempt at that sweet spot. You can find it here, on GitHub https://github.com/cloudinary-devs/product-launch-agent . It leans on trusted, deterministic tools and human-curated inputs to do a week of work in one command, without taking the wheel. Clone the Product Launch Agent repository https://github.com/cloudinary-devs/product-launch-agent , connect a Cloudinary product environment, and generate a launch kit from your own approved assets. In about 15 minutes, you can upload and tag a launch image, let the agent find it, and generate platform-specific image variations and launch content. I used this prompt to describe the app I wanted to build. Build a Node.js CLI using the Anthropic SDK and Cloudinary. The CLI should accept a launch brief describing the product, its key benefits, target audience, campaign strategy, and messaging. Use an agent to produce: - Release notes, product documentation, and a blog post - Social posts for four platforms, each with its own correctly cropped hero image - An outreach plan and draft direct messages for a list of influencers The agent should use approved launch assets uploaded to Cloudinary and tagged with a launch identifier. Find those assets, create platform-specific crops and an Open Graph image with a text overlay, and pass the resulting URLs to the content-generation tools. Never invent or substitute an image when no suitable approved asset is available. Outreach messages must be drafts only and must never be sent automatically. Save the complete launch kit as a polished HTML report in: output/