Structured, repeatable workflows for digital production domains. 275+ skills across 16 domains — powered by proven methodologies. Works with any AI coding assistant — Claude Code, Codex CLI, OpenCode, Cursor, and more.
npx create-metapowersOr install everything at once:
npx create-metapowers --allThen try a skill:
/design:empathize button
/research:discover user-onboarding
/development:plan auth-system
| Domain | Methodology | Skills | Description |
|---|---|---|---|
| Design | Design Thinking | 9 | Component design with Figma MCP integration |
| Research | Double Diamond | 4 | Structured discovery and validation |
| Development | Dev Workflow | 6 | Plan, build, test, debug, review, ship |
| Marketing | RACE Framework | 33 | Full growth marketing lifecycle |
| Branding | Brand Lifecycle | 6 | Brand creation and compliance auditing |
| Accessibility | WCAG-EM | 6 | Accessibility audit and remediation |
| Project Management | Scrum | 32 | Sprint-based project management |
| Coaching | Domain Coaching | 5 | Expert feedback across 5 disciplines |
| Leadership | Leadership Dev | 12 | Team building and management tools |
| Legal | Legal Lifecycle | 35 | Contracts, compliance, governance |
| Security | NIST CSF 2.0 | 39 | Cybersecurity framework |
| Compliance | GRC Lifecycle | 48 | 30+ regulatory frameworks |
| Bookkeeping | Bookkeeping Cycle | 9 | Transaction recording and reporting |
| Accounting | Accounting Cycle | 13 | Full 8-phase accounting cycle |
| Finance | FP&A | 11 | Financial planning and analysis |
| Metapowers | Cross-domain | 7 | Status, init, report, workflow, detect, find, create |
Each domain provides:
- Phases — ordered steps in a proven methodology
- Skills — slash commands that guide you through each phase
- Quality gates — checks that enforce phase ordering
- Artifacts — structured output stored in
.metapowers/<domain>/
/metapowers:detect # Scan project tech stack, suggest skills
/metapowers:find-skill <topic> # Search skill marketplaces
/metapowers:create-skill <topic> # Create a custom skill
/metapowers:improve-skill <name> # Refine based on feedback
/metapowers:workflow launch-product # 23-step cross-domain workflow
/metapowers:status # View all projects across domains
/metapowers:report # Cross-domain summary report| Tool | Status | How It Works |
|---|---|---|
| Claude Code | Native | claude install bromso/metapowers |
| Codex CLI | Compatible | AGENTS.md auto-loaded |
| OpenCode | Compatible | AGENTS.md auto-loaded |
| Cursor | Compatible | .cursorrules auto-loaded |
Full documentation: bromso.github.io/metapowers
metapowers/
├── apps/docs/ # Documentation site (Fumadocs + Next.js)
├── packages/
│ ├── create-metapowers/ # CLI — npx create-metapowers
│ ├── figma-mcp/ # Figma MCP server
│ ├── scoring-harness/ # Skill output scoring
│ └── skill-validator/ # SKILL.md validation
├── plugins/ # 16 domain plugins with 275+ skills
└── docs/plans/ # Design and implementation plans
- Bun >= 1.3
- One of: Claude Code, Codex CLI, OpenCode, Cursor, or any SKILL.md-compatible assistant
git clone https://github.com/bromso/metapowers.git
cd metapowers
bun installbun run build # Build all packages
bun run test # Run all tests
bun run lint:skills # Validate all 275+ SKILL.md files
bun run check # Biome check
bun run format # Biome format
bun run changeset # Create a changeset for releasingSee CONTRIBUTING.md for development guidelines.
MIT — Jonas Broms