What problem does it solve? Small features and non-trivial bug fixes often do not justify a heavyweight multi-agent planning workflow, yet still need structured execution, testing, and review. This Skill provides a lightweight inline orchestration path that takes a spec or idea to committed, reviewed code without worktrees or coordinator subagents. ## Core Features & Use Cases - Inline orchestration: Runs every step in the orchestrator session, dispatching one coder subagent with high thinking and a one-time NEEDS_CONTEXT retry. - Verification and baseline comparison: Runs the project test suite through a shared test-runner artifact contract, with optional stash-based baseline comparison to separate pre-existing failures from new regressions. - Commit, review, and closure gates: Invokes commit, refine-code review, idea closure, and branch finishing only at defined checkpoints, never pushing automatically. - Use Case: After running define-spec on a small feature, invoke fastlane with the spec path or an IDEA-<id> to get a checklist-confirmed implementation, test verification, code review, and a committed result on the current branch. ## Quick Start Run fastlane on docs/specs/my-small-feature.md to implement, test, review, and commit the change in the current workspace.