Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Daniel-mode fast-track auto-approves Checkpoint 1-8 when Trust ≥ 80, fastTrack on, Design doc exists. Else L2 + manual gates. Triggers: pdca fast-track, skip checkpoints, auto approve, 패스트 트랙, ファストトラック, 快速通道, vía rápida.
.claude/skills/popup-studio-ai-pdca-fast-track/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 47% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -21% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 2% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -30% | 0% |
> v2.1.11 Sprint β FR-β5. Wraps lib/control/fast-track.js. Provides a > single auto-escalation gate for users who have already earned Trust > ≥ 80 and produced a Design doc — Checkpoints 1-8 default to > Recommended without prompting. Falls back to L2 + manual review the > moment any preconditions fails (E-β5-01 / E-β5-02).
| Argument | Description | Example | |----------|-------------|---------| | <feature> | Feature name to engage fast-track for | /pdca-fast-track bkit-v2111-integrated-enhancement |
bkit.config.json#control.fastTrack.enabled === true.bkit/state/trust-profile.json#trustScore≥ fastTrack.minTrustScore (default 80)
bkit.config.json#pdca.docPaths.designtemplates against <feature>
When any block, surface the reason with a remedy hint:
| Block | Remedy hint | |-------|-------------| | disabled_in_config | "Set control.fastTrack.enabled = true in bkit.config.json" | | trust_score_too_low | "Run a few /pdca check cycles to raise trust" | | design_doc_missing | "Run /pdca design <feature> first" |
fastTrack.autoLevel(default L3).
.bkit/runtime/fast-track-log.json:json { "engaged": true, "feature": "<feature>", "engagedAt": "<ISO>", "trustScore": 85, "autoLevel": "L3", "fallbackLevel": "L2", "skipCheckpoints": [1,2,3,4,5,6,7,8], "designPath": "docs/02-design/features/<feature>.design.md", "decisions": [] }
fast-track.recordCheckpointto append a decision entry (audit trail).
recordCheckpoint({ decision: 'fallback', reason: 'no_recommended' }) and pause to fallbackLevel.
process.env.CLAUDE_PROJECT_DIR (or repo root).whitelisted checkpoint (number), decision (enum), reason (sanitized string).
bkit.config.json — no traversalvia untrusted feature arg (pattern is {feature} placeholder only).
| Module | Function | Usage | |--------|----------|-------| | lib/control/fast-track.js | evaluatePreconditions(feature) | Block list | | lib/control/fast-track.js | engage(feature) | Audit + record | | lib/control/fast-track.js | recordCheckpoint({...}) | Per-CP decision | | lib/control/fast-track.js | isCheckpointSkipped(n) | Should we skip? |
bash# Engage on a Design-complete feature /pdca-fast-track bkit-v2111-integrated-enhancement # Result if Trust < 80 # Block: trust_score_too_low (current 68 < required 80) # Result if Design missing # Block: design_doc_missing → run /pdca design first
/control trust — current Trust Score breakdown/control level <0-4> — manual override/pdca-watch — observe progress while fast-tracking/pdca design <feature> — required prerequisiteARGUMENTS:
Other measured skills in the registry, with their headline benchmark lift.