spec-execution-fastpathlisted
Install: claude install-skill funky-eyes/best-copilot
# Spec Execution Fastpath
## Steps
1. Read only the user-provided paths, relevant spec, direct owner files, and immediate call chain.
2. Freeze scope: goal, files, constraints, non-goals, acceptance checks, verification budget.
3. Reuse existing patterns before adding abstractions.
4. Implement the smallest diff that satisfies the requirement.
5. Simplify recently touched code when it preserves behavior: reduce unnecessary nesting, remove redundant branches, improve names, and align with local style.
6. Add or update focused tests when behavior changes.
7. Verify with the smallest sufficient command or static evidence.
## Guardrails
- Do not expand file ownership without returning to PM.
- Do not add “future-proof” abstractions without present complexity.
- Do not simplify by changing behavior, public contracts, error semantics, or observability.
- Public contracts, auth, data, dependencies, CI, and runtime config require blast radius assessment.
- Customization files require frontmatter/schema and residual-reference checks.
## Output
Return changed files, behavior summary, verification evidence, and residual risk.