Skip to content

stop prompting; start shipping

Professional development workflows for AI coding assistants. 21 commands. 18 specialized agents. Single-pass execution. Careful context management. Works today with Claude Code and OpenCode.

Get Started View on GitHub


Try it out

Ship a feature

/feature-requirements "user-auth"
/feature-design "user-auth"
/feature-build "user-auth"

Review a PR

/pr-review "feature/auth"

Investigate a bug

/code-investigate "bug-123" "Login fails"

Generate knowledge base

/knowledge-build

Quick code check

/code-check

Strategic analysis

/strategize

See all 21 commands


Why rp1?

Single-pass execution

Constitutional prompts encode expert patterns with built-in rules. No iteration loops, no "let me revise that" — tasks complete in one shot.

Learn about constitutional prompting

Codebase awareness

Run knowledge-build once. Your architecture becomes context for every command. No generic advice — everything respects your patterns.

Learn about knowledge-aware agents

Lean context architecture

Progressive disclosure and subagent delegation keep your main thread focused. Complex work happens in specialized agents, results flow back clean.

Explore the command-agent pattern

Validate before you build

Hypothesis testing catches bad assumptions early. Design decisions get validated against your codebase before implementation begins.

See hypothesis validation

Start anywhere

Full blueprints with charters and PRDs, or jump straight in with a vague idea. Structured when you need it, flexible when you don't.

Try the blueprint wizard


Our Principles

Batteries Included

Skills, subagents, and finely-tuned prompts ship out of the box. No assembly required.

Always Open Source

Fully pluggable into existing agentic tools. Your workflows, your control.

Visual-First

Heavily leans on visual language — diagrams, charts, and structured outputs for clarity.

Continuous Evolution

Keep improving and adapting as frontier models mature. Today's best, tomorrow's baseline.

Model/Tool Agnostic

No lock-in to any frontier lab or platform. Works with Claude Code, OpenCode, and more tools coming.


Guides

Feature Development

End-to-end workflow from requirements to verified implementation.

Read guide

Bug Investigation

Systematic root cause analysis with evidence-based hypothesis testing.

Read guide

PR Review

Thorough multi-pass analysis that catches what single-reviewer approaches miss. Visual diagrams show exactly what changed.

Read guide

Team Onboarding

Get new developers productive on your codebase fast. Knowledge base + guided exploration beats reading docs alone.

Read guide


Platform support

Claude Code

Native plugin via marketplace

Setup guide

OpenCode

One-line install script

Setup guide

Coming soon: Cursor, Goose, Amp