@oscaner-skills/osuperpowers
v0.1.1
Published
Standalone osuperpowers skills: orchestration + cli-* family, CDD engine, cross-harness gate.
Readme
@oscaner-skills/osuperpowers
osuperpowers skills for Claude Code — orchestration family, cli-* CDD engine skills, and the CDD orchestrator gate.
What it does
This plugin provides two skill families:
- osuperpowers orchestration — flow orchestrators that read upstream
superpowersbaselines and apply personal rules (clarifying questions viagrilling, spec review via fresh subagent passes, ticket publish redirection, etc.) - cli-* CDD engine — harness CLI three-mode chain (implement / review / fix) that dispatches coding tasks to external AI CLIs (
claude,cursor-agent,droid,pi) - CDD gate — hooks that enforce pending-state contracts on
Write/EditandBashtool calls
Skills
| Skill | Type | Description |
|-------|------|-------------|
| brainstorming | Orchestrator | Delegates discovery to grilling; subagent spec review; overall/phase for large scope |
| writing-plans | Orchestrator | Section-by-section plan writes + review; tickets to docs/superpowers/tickets/ |
| executing-plans | Orchestrator | Three-mode executor (in-session / subagent / cli) |
| finishing | Orchestrator | Branch finish / PR; no worktrees; conventional commits |
| debugging | Orchestrator | Evidence before fixes; delegates to diagnosing-bugs |
| verification | Orchestrator | No completion claims without verification evidence |
| code-review | Orchestrator | Unclear feedback → grilling; fixes → tdd |
| init | Utility | Project initialization (init router writes self-check rules) |
| report-issue | Utility | Structured issue reporting |
| cli-driven-development | CDD Engine | Harness CLI three-mode chain dispatcher |
| cli-select | CDD Engine | Interactive harness selection |
| cli-task | CDD Engine | Single-task CDD execution |
| cli-code-review | CDD Engine | CDD-driven code review |
Installation
npm install @oscaner-skills/osuperpowersOr install from the oscaner-skills Claude Code marketplace.
Quick start
- Install
superpowers,osuperpowers-router,osuperpowers, andmattpocock-skillsfrom the marketplace. - Run
/init routerin each project to write self-check rules. - Use upstream superpowers skills — the router routes automatically to osuperpowers orchestrators.
Claude Code
/osuperpowers:brainstorming # → brainstorming
/osuperpowers:writing-plans # → writing-plans
/osuperpowers:executing-plans # → executing-plansCursor
/brainstorming # → brainstorming (bare upstream slash)
/writing-plans # → writing-plansCDD CLI harness scripts
The CDD engine dispatches via plugin-bundled scripts. The single CLI runner is bin/engine/cdd-run.mjs.
| Harness | CLI binary | Status |
|---------|------------|--------|
| claude | claude | Full |
| cursor-agent | cursor-agent | Full |
| droid | droid | Full |
| pi | pi | Full |
| codex | codex | Not-supported |
| copilot | copilot | Not-supported |
| gemini | gemini | Not-supported |
Docs for maintainers
- CLAUDE.md — osuperpowers plugin internals (hooks, overrides pattern, emit, verification, releasing)
License
MIT
