What problem does it solve?
Experienced users of the PDCA workflow must manually approve eight checkpoints per feature even after earning a high trust score, creating repetitive friction. This Skill removes that friction by auto-approving Checkpoints 1-8 once trust and design prerequisites are met, while falling back to manual gates when they are not.
Core Features & Use Cases
- Precondition Gating: Engages only when fast-track is enabled in bkit.config.json, the trust score is at least 80, and a design doc exists for the feature.
- Automation Level Escalation: Recommends escalation from L2 to L3 and persists an engagement record with an audit trail to .bkit/runtime/fast-track-log.json.
- Fail-Open Fallback: Blocks engagement with a specific remedy hint (disabled_in_config, trust_score_too_low, design_doc_missing) and pauses to the fallback level if a checkpoint has no Recommended option.
- Use Case: A developer who has completed several /pdca check cycles and written a design doc runs /pdca-fast-track my-feature to skip all eight manual checkpoint prompts while keeping a per-checkpoint decision audit log.
Quick Start
Run /pdca-fast-track with your feature name after creating its design doc to auto-approve all PDCA checkpoints.