What problem does it solve? Full multi-phase orchestration pipelines are overkill for small, well-understood code changes. This Skill skips the analyst, planner, scoring, and review phases by reusing precomputed project knowledge, delivering a fast single-executor implementation lane for Claude Code. ## Core Features & Use Cases - Knowledge-gated preflight: Requires a fresh project wiki (orc-wiki) and a cached code pattern for the request's language; if either is missing it falls back to orc-mini without stopping the session. - Single-executor dispatch: Builds one task slice with wiki pointers, the cached pattern, house rules, and acceptance criteria, then dispatches it to a pinned Sonnet 4.6 high executor (or a configured external model slot). - Smoke gate and repair: Runs a build+test smoke gate sourced from the wiki manifest, allows one repair round, and escalates to orc-mini or the full orc lane on repeated failure. - Use Case: You ask to implement a small, single-file feature in a repository that already has a fresh wiki and cached patterns; the lane confirms a short intent spec, spawns one executor, verifies the build, and offers to commit. ## Quick Start Use orc-fast to implement a small feature or fix in this repository, for example by saying "use orc-fast to add input validation to the login handler".