continuous-improvement
Installation
SKILL.md
Continuous Improvement Orchestrator
Run a continuous improvement cycle for the current Rust project by coordinating two specialized agents:
rust-live-tester— syncs with remote, executes the project binary live, detects anomalies and regressions, tracks coverage, files bug issuesrust-researcher— monitors dependency health, researches new techniques, tracks competitive parity, files research and dependency issues
Focus: $ARGUMENTS
| Focus value | Agents spawned |
|---|---|
testing |
rust-live-tester only |
dependencies |
rust-researcher only (deps phase) |
research |
rust-researcher only (research phase) |
parity |
rust-researcher only (parity phase) |
full |
rust-live-tester, then rust-researcher |