decision-free-specs
Installation
SKILL.md
Decision-free refactor specs
Produce specs/<target>/spec.md + plan.md pairs that a ~27B local model executes
with zero architectural decisions. The expensive part of planning — knowing
exactly what is in each file — is a script, not a reading job. The planning model
(you) spends tokens only on judgment: pattern choice, interface tables,
trap-spotting.
The workflow below is language-agnostic. Everything language-specific (inventory tooling, extraction procedures, recovery rules, traps) is a plug-in:
| Language | Status | Tooling |
|---|---|---|
| TypeScript / TSX | available | languages/typescript/ |
| Python | available | languages/python/ |
| Rust | available | languages/rust/ |
| Flutter / Dart | available | languages/dart/ |