What problem does it solve?
It eliminates the uncertainty and churn of implementing new transcription providers by giving a structured, step-by-step workflow that keeps code, docs, tests, and review in sync.
Core Features & Use Cases
- Repeatable provider implementation flow: turns provider architecture steps into an execution checklist covering pre-flight context, planning, tests-first, implementation, verification, docs, review, commit, and progress logging.
- TDD with safety and regression gates: enforces test-first development plus build/type verification and a provider-specific self-review aligned to core KPIs.
- Provider-specific autonomy modes: supports standalone execution with user consent gates and an
--sub-skill mode used by /autopilot for autonomous commit/review/merge under stricter orchestrated conditions.
- Use Case: Add an OpenAI-compatible batch transcription provider (new API adapter + registry wiring + presets/UI if needed) while maintaining stability via RED→GREEN→REVIEW loops and explicit manual test planning.
Quick Start
Use the command: /pluggable-impl openai-compatible to implement the OpenAI-compatible transcription provider step-by-step with tests, review, and progress tracking.