Implements a planned Larapilot spec by executing its technical plan. Use when the user wants to implement a PLANNED spec, start coding a backlog item, or execute sprint work. Do not use for discovery, backlog creation, or planning.
Conducts product inception and generates a PRD covering vision, personas, delivery target, scope, technical architecture, and functional requirements. Use when the user wants to define a new product, explore a product idea, choose MVP vs full product scope, write a PRD, or develop a PHP/Laravel Composer package. Opens…
Pre-deploy OWASP security gate and production release to any Laravel hosting target. Honors the deploy/edge/cloud choices recorded in the PRD; supports Cipi, Forge, Laravel Cloud, Ploi, AWS, Kubernetes, DigitalOcean, Hetzner/OVH, and custom VPS. Use when shipping to production, deploying releases, or setting up CI/CD.…
Use when building asynchronous networking applications with Boost.Asio or standalone Asio — TCP/UDP servers and clients, SSL/TLS streams, async I/O via C++20 coroutines OR pre-C++20 callbacks/stackful coroutines, timers, strand-based concurrency, or composing async operations. Use when code involves iocontext…