quick
Installation
SKILL.md
/specforge:quick — audited fast-track for trivial changes
The escape hatch that keeps SpecForge from becoming ceremony for a one-line fix. It flips
fasttrack: on so the gate allows code edits without a full spec+plan — and records that choice
in the audit log. User-invoked only.
When to use
- A genuinely small change: typo, comment, config value, dependency bump, tiny bug fix, or a refactor under a handful of files that doesn't change behavior or contracts.
- Not for new features or anything touching a public contract — those deserve the full flow.