openspec-progressive-superpowers
Installation
SKILL.md
OpenSpec Progressive Superpowers
Configures OpenSpec's config.yaml so that every artifact instruction automatically
carries project context and invokes the right superpowers skills at each workflow
step. This is a setup skill — run once per project, update when conventions or
available skills change.
The problem it solves: Skills are session-scoped. If you invoke TDD in one
session but create artifacts in another, TDD is forgotten. config.yaml is the
cross-session memory that ensures conventions survive.
When to Use
- New project setup: After
openspec initor whenconfig.yamlis empty/default - Missing discipline: Agent didn't invoke TDD during apply, skipped progressive phases, ignored project conventions
- New skills added: Installed new superpowers or tech-specific skills that should be woven into the OpenSpec workflow
- Project docs changed: New PRD, updated system spec, changed tech stack
Related skills