Interactive skill for planning new write (PATCH/POST/DELETE/PUT) API endpoints in the AudioReach Creator Backend. First checks the LLD/spec for Swagger or API documentation and extracts what it can, then runs a targeted interview for anything not covered,…
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior in audioreach-creator-api. Explores user intent, requirements and design before implementation. Use whenever the user is designing…
Executes written implementation plans by loading the plan, reviewing it critically, and running each task in sequence with CI verification. Use when the user has a written implementation plan ready to execute in a dedicated session with human review…
Produces comprehensive, TDD-driven implementation plans from specs or requirements, with exact file paths and complete code in every step. Use when the user has a spec or requirements document for a multi-step task and needs a structured plan before touching…
Use when implementing a new bulk inserter in the AudioReach Creator Backend (packages/infrastructure/persistence). Covers the full TDD pattern: write integration tests first, then implement StepResult skip-sets, groupRawFailures, BatchInserter,…