4 results for “feature-flags”
Find and remove stale feature flags that are permanently enabled, permanently disabled, or abandoned. Use when the user says "clean up feature flags", "remove the old flags", or after a feature has been fully rolled out for more than a sprint.
Scaffold a complete full-stack feature — API route, DB query, TypeScript types, and frontend component — in one shot. Use when the user says "add a [feature]", "I need a [thing] page", or "scaffold [X]" and wants everything wired up fast.
Generate a structured implementation plan before writing any code. Produces a spec with requirements, data model, API surface, edge cases, and open questions. Use when starting a non-trivial feature, when the user says "plan this out", or before any implementation that touches more than 2 files.
Add voice AI to an app — inbound/outbound phone calls, voice agents, or speech-to-text/text-to-speech pipelines. Supports Bland AI, ElevenLabs, Deepgram, and Web Speech API. Use when the user says "add voice", "make it speak", "phone call feature", or "voice agent".