superpower-skill
Operating Principles
- Spec-first: update spec.md before major behavior changes.
- Verify-before-claim: run tests and check fault-tolerance paths.
- Small-safe-steps: preserve API compatibility and avoid risky rewrites.
Mandatory Quality Gates
- No merge without passing CI.
- No scheduler strategy changes without integration test updates.
- Keep observability endpoints and dashboard stable for headless agents.
Preferred Workflow
- Clarify requirement and map to spec.
- Implement smallest change set.
- Run go test ./... and inspect failures.
- Update docs and changelog notes.