Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By outcomeeng
Legacy Outcome Engineering (spx/): PRDs, ADRs, capabilities, features, stories
npx claudepluginhub outcomeeng/claude --plugin spx-legacyExecute migration from legacy specs/ to Outcome Engineering spx/ structure. Moves specs and reverse-graduates tests for co-location.
Review and verify migration from legacy specs/ to Outcome Engineering spx/. Validates naming, tests, coverage, and completeness.
ALWAYS invoke this skill when breaking down a capability into features. NEVER decompose capabilities without this skill.
ALWAYS invoke this skill when breaking down a feature into stories. NEVER decompose features without this skill.
ALWAYS invoke this skill when breaking down a PRD into capabilities. NEVER decompose PRDs without this skill.
ALWAYS invoke this skill when creating or organizing specs, capabilities, features, stories, or ADRs. NEVER create, read, or modify any files in the spx/ directory without this skill.
ALWAYS invoke this skill when migrating specs to spx, reviewing migrations, or debugging migration issues. NEVER migrate specs without this skill.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Specification-Driven Development with Process Discipline for Claude Code
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
AI image generation Creative Director powered by Google Gemini Nano Banana models. Claude interprets intent, selects domain expertise, constructs optimized prompts, and orchestrates Gemini for best results.
Prose craft: /writing-prose (always active), /reviewing-prose (on request)
Claude Code plugin agents, commands, and skills
Visual diagrams: /excalidrawing (Excalidraw JSON generation)
Python development workflow with testing, architecture, and coding skills
Design and build beautiful web UI that doesn't look generic
A Claude Code plugin marketplace for Outcome Engineering — spec-driven development where a durable map of your product drives all implementation.
/bootstrapinterviews you about your product, then scaffolds a spec tree — the durable map that drives all implementation.

npm install -g @outcomeeng/spx
The spx CLI is the developer tool for spec-driven development. Required by all engineering plugins.
# Add the marketplace
claude plugin marketplace add outcomeeng/claude
# Spec-driven development (requires spx CLI)
claude plugin install spec-tree@outcomeeng
# Language plugins (install per project, require spx CLI)
claude plugin install python@outcomeeng
claude plugin install typescript@outcomeeng
> /bootstrap # set up a new spec tree

> /author outcome for search # author a new outcome node
> /author PDR for auth policy # author a product decision
> /author ADR for caching strategy # author an architecture decision
> /apply # start the TDD flow
> /commit # commit with Conventional Commits
See the full tutorial for the complete workflow — from bootstrapping to handoffs.
claude plugin install prose@outcomeeng # writing and reviewing prose
claude plugin install claude@outcomeeng # meta-skills for plugin development
claude plugin marketplace update outcomeeng
The core of Outcome Engineering. Three phases: spec-tree maintenance, implementation, commit.
/bootstrap in action — interactive product interview and scaffold| Step | Screenshot |
|---|---|
| Detect product — reads CLAUDE.md, identifies what the product does | ![]() |
| Outcome hypothesis — what user behavior change do you expect? | ![]() |
| Scope — what are the major concerns? | ![]() |
| Shared infrastructure — should anything be an enabler? | ![]() |
| Confirm — review the scaffold before creating files | ![]() |
| Result — scaffold created with product spec, guides, and nodes | ![]() |