Superpower Skill

Project-level engineering superpower for spec-driven, fault-tolerant distributed scheduler evolution.

neko233-com 86f5887 764 B Updated

File contents

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

  1. Clarify requirement and map to spec.
  2. Implement smallest change set.
  3. Run go test ./... and inspect failures.
  4. Update docs and changelog notes.

neko233-com/schedulermeshserver233/tree/main/.github/skills/superpower-skill commit 86f588723a

Frequently asked questions

npx skillmds@latest add neko233-com/superpower-skill