Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub outcomeeng/claude --plugin pythonALWAYS invoke this skill when writing ADRs for Python.
ALWAYS invoke this skill when auditing ADRs for Python or after writing an ADR. NEVER implement from an unaudited ADR.
ALWAYS invoke this skill when auditing tests for Python or after writing tests. NEVER use auditing-python for test code.
ALWAYS invoke this skill when auditing code for Python or after writing code. NEVER modify a spec to match code without auditing the code first.
ALWAYS invoke this skill when writing or fixing implementation code for Python.
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.
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation
Skills-first specification-driven development framework with 7 agent skills for planning, implementation, review, and shipping. Natural language activation with intelligent agent orchestration. Includes /plan, /implement, /research commands plus managing-specifications, implementing-features, and reviewing-and-shipping skills.
Spec-driven development using GitHub spec-kit methodology. Constitution-first approach with specify, plan, tasks, and implement phases.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Prose craft: /writing-prose (always active), /reviewing-prose (on request)
Claude Code plugin agents, commands, and skills
Legacy Outcome Engineering (spx/): PRDs, ADRs, capabilities, features, stories
Visual diagrams: /excalidrawing (Excalidraw JSON generation)
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 | ![]() |