# Superpower Skill

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

- Skill: `neko233-com/superpower-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neko233-com/superpower-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neko233-com/superpower-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: neko233-com (https://skillmd.com/u/neko233-com)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/neko233-com/superpower-skill

---


# 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.

