speed-loop
SKILL.md
Speed Loop
If $ARGUMENTS is empty, stop and ask: "What flow or file do you want to optimize?" Do not proceed until the user provides it.
The flow to optimize is: $ARGUMENTS
Read references/start.md now. The flow above is your [FLOW] throughout that document.
File Locations
Framework (read-only): references/
start.md— entry pointsacred_rules.md— 7 inviolable rules10_optimization_commandments_example.md— commandments templatephase_rules/01_understand.md→06_integrate.md
Working directory (gitignored): speed_loop/ at project root
speed_loop/10_optimization_commandments.md— project-specific commandmentsspeed_loop/fundamentals/— architecture docs, rebuilt each loopspeed_loop/loop_01/,loop_02/, ... — one directory per iteration
Loop Directory Structure
loop_XX/
├── README.md # status + navigation
├── phase1_understand.md
├── phase2_decompose.md
├── phase3_analysis.md
├── phase4_implement.md
├── phase5_results.md # verification + decision
├── phase6_integrate.md # only if APPROVED
├── HANDOFF.md
├── benchmarks/
│ ├── baseline.json
│ ├── optimized.json
│ └── comparison.md
└── test_server/
Always lowercase_snake_case. Never ALL_CAPS filenames.
Sacred Rules
See references/sacred_rules.md. Always cite by number when justifying decisions.
- Output Integrity — same inputs → identical outputs
- Verification Checkpoints — every optimization measured quantitatively
- Correctness First — wrong results = failure, regardless of speedup
- Test Environment Isolation — changes only in
test_server/until Phase 6 - One Optimization Per Iteration — exactly one change per loop
- Document Everything — hypothesis, implementation, measurements, decision
- Rollback Readiness — every change reversible via git tag
The 10 Commandments
See references/10_optimization_commandments_example.md. These are engineering principles — general best practices for building fast systems on this stack. Always cite by number (#1–#10) when documenting optimization decisions.
Weekly Installs
11
Repository
toomingos/open_…ion_loopFirst Seen
Feb 16, 2026
Security Audits
Installed on
opencode11
gemini-cli11
github-copilot11
codex11
cursor11
amp10