freshcrate

Description

Ready Player One - stop prompting; start shipping

README

rp1

Ready Player One

> stop prompting; start shipping

rp1-base rp1-dev Docs License

Professional development workflows for AI coding assistants.
39 commands. 49 specialized agents. Single-pass execution.
Works today with Claude Code. Experimental support for OpenCode and Codex CLI.


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.

Codebase awareness โ€” Run knowledge-build once. Your architecture becomes context for every command. No generic advice โ€” everything respects your patterns.

Lean context architecture โ€” Progressive disclosure and subagent delegation keep your main thread focused. Complex work happens in specialized agents, results flow back clean.

Validate before you build โ€” Hypothesis testing catches bad assumptions early. Design decisions get validated against your codebase before implementation begins.

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.


Quick Start

1. Install the CLI

# macOS / Linux (Homebrew)
brew install rp1-run/tap/rp1
rp1 install

# Windows (Scoop)
scoop bucket add rp1 https://github.com/rp1-run/scoop-bucket
scoop install rp1
rp1 install

# Or use the install script
curl -fsSL https://rp1.run/install.sh | sh

Homebrew and Scoop install the rp1 CLI binary. Run rp1 install next to install integrations into detected host tools, then run rp1 verify to confirm the installation. The standalone install script already attempts the rp1 install step automatically.

2. Initialize your project

cd your-project
rp1 init

This will set up rp1 and install plugins for your AI assistant (Claude Code, OpenCode, or Codex CLI).

3. Restart your AI tool and run

/knowledge-build    # Generate your codebase knowledge base

Full installation guide โ†’


Beta Releases

Want to try upcoming features before they're officially released?

Install Beta

brew install rp1-run/tap/rp1-beta
rp1 install

Note: You cannot have both stable and beta installed simultaneously. Installing one requires uninstalling the other first.

Verify

rp1 --version
# Should show a pre-release version like 0.7.0-beta.1

Rollback to Stable

brew uninstall rp1-beta && brew install rp1-run/tap/rp1
rp1 install

What Can You Do?

Ship a feature

/build user-auth

Review a PR

/pr-review "feature/auth"

Investigate a bug

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

Quick code check

/code-check

See all 39 commands โ†’


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, Codex CLI, and more coming.

Platform Support

Platform Status
Claude Code Available
OpenCode Experimental
Codex CLI Experimental
Cursor, Goose, Amp Coming Soon

Guides

  • Feature Development โ€” End-to-end workflow from requirements to verified implementation
  • Bug Investigation โ€” Systematic root cause analysis with evidence-based hypothesis testing
  • PR Review โ€” Thorough multi-pass analysis with visual diagrams
  • Team Onboarding โ€” Get new developers productive on your codebase fast

Contributing

See the documentation for architecture and contribution guides. Issues and PRs welcome!

License

Apache 2.0 โ€” See LICENSE


Documentation ยท Issues ยท Releases

GitHub starsRelease History

VersionChangesUrgencyDate
v0.7.5## [0.7.5](https://github.com/rp1-run/rp1/compare/v0.7.4...v0.7.5) (2026-04-16) ### Features * **daemon:** add cross-process lifecycle lock and harden daemon mutations ([#339](https://github.com/rp1-run/rp1/issues/339)) ([a86c60e](https://github.com/rp1-run/rp1/commit/a86c60e52938a2ebe2720e4d9c619f76ccded907)) * **web-ui:** sync workspace tabs across browser tabs ([#338](https://github.com/rp1-run/rp1/issues/338)) ([ad03c8e](https://github.com/rp1-run/rp1/commit/ad03c8e37a9f250ae7fa1b0182e3a1High4/16/2026
v0.7.4## [0.7.4](https://github.com/rp1-run/rp1/compare/v0.7.3...v0.7.4) (2026-04-15) ### Features * add GitHub Copilot CLI support ([#311](https://github.com/rp1-run/rp1/issues/311)) ([5c97bf4](https://github.com/rp1-run/rp1/commit/5c97bf416e42a27a3303f3fd6a55bfae80739050)) * **emit-daemon:** add emit-driven live updates for Arcade ([#333](https://github.com/rp1-run/rp1/issues/333)) ([605e532](https://github.com/rp1-run/rp1/commit/605e532435ef8c088fadf93903f81690f0ed13d2)) * **feature-slicer:** adHigh4/15/2026
v0.7.3## [0.7.3](https://github.com/rp1-run/rp1/compare/v0.7.2...v0.7.3) (2026-04-13) ### Features * **state-fixes:** roll out tracked workflow lifecycle states ([#328](https://github.com/rp1-run/rp1/issues/328)) ([8d4c0a7](https://github.com/rp1-run/rp1/commit/8d4c0a704804d9b1f9d8985288eaefa7a58d78e0)) ### Bug Fixes * **cli:** harden update lifecycle and routing ([#326](https://github.com/rp1-run/rp1/issues/326)) ([e259378](https://github.com/rp1-run/rp1/commit/e25937842fd97f098deafbe2253b1d1bcHigh4/13/2026
v0.7.2## [0.7.2](https://github.com/rp1-run/rp1/compare/v0.7.1...v0.7.2) (2026-04-12) ### Features * add /guide meta-skill and stanza version markers ([#309](https://github.com/rp1-run/rp1/issues/309)) ([fcca67a](https://github.com/rp1-run/rp1/commit/fcca67a3eda2220db6823a298b986c2eb7c7500d)) * add Discord button to docs site ([#319](https://github.com/rp1-run/rp1/issues/319)) ([6050230](https://github.com/rp1-run/rp1/commit/6050230f90bb4c8f83d8670d3b1dfec862a1f8e5)) * **cli:** implement determinisMedium4/12/2026
v0.7.1## [0.7.1](https://github.com/rp1-run/rp1/compare/v0.7.0...v0.7.1) (2026-04-05) ### Bug Fixes * **ci:** correct tarball path for opencode release artifacts ([#304](https://github.com/rp1-run/rp1/issues/304)) ([c9312e8](https://github.com/rp1-run/rp1/commit/c9312e87a2434b2e4fc664a01f3006683fe3b278))High4/5/2026
v0.7.0## [0.7.0](https://github.com/rp1-run/rp1/compare/v0.6.5...v0.7.0) (2026-04-04) ### โš  BREAKING CHANGES * support codex ([#295](https://github.com/rp1-run/rp1/issues/295)) ### Features * run rp1 install -y in brew postflight hook ([b5b3e2f](https://github.com/rp1-run/rp1/commit/b5b3e2fd0f6221ff2019bdc018e18e0cb673fddf)) * support codex ([#295](https://github.com/rp1-run/rp1/issues/295)) ([c4c7f3f](https://github.com/rp1-run/rp1/commit/c4c7f3f40ec4e640efdb13347ffda2a5c96027a0)) ### Bug FixeMedium4/5/2026
v0.7.0-beta.8## What's Changed * ci: add beta release support to GoReleaser workflow by @cloud-on-prem in https://github.com/rp1-run/rp1/pull/300 **Full Changelog**: https://github.com/rp1-run/rp1/compare/v0.6.5...v0.7.0-beta.8 ## Beta Installation ### Install ```bash brew install rp1-run/tap/rp1-beta ``` ### Verify ```bash rp1 --version ``` ### Rollback to Stable ```bash brew uninstall rp1-beta && brew install rp1-run/tap/rp1 ``` ### After Installing or Upgrading ```bash rp1 install ``` This sets up Medium4/3/2026
v0.7.0-beta.7## What's Changed * ci: add beta release support to GoReleaser workflow by @cloud-on-prem in https://github.com/rp1-run/rp1/pull/300 **Full Changelog**: https://github.com/rp1-run/rp1/compare/v0.6.5...v0.7.0-beta.7 ## Beta Installation ### Install ```bash brew install rp1-run/tap/rp1-beta ``` ### Verify ```bash rp1 --version ``` ### Rollback to Stable ```bash brew uninstall rp1-beta && brew install rp1-run/tap/rp1 ``` > **Note**: You cannot have both stable and beta installed simultaneousMedium4/3/2026
v0.7.0-beta.6## What's Changed * ci: add beta release support to GoReleaser workflow by @cloud-on-prem in https://github.com/rp1-run/rp1/pull/300 **Full Changelog**: https://github.com/rp1-run/rp1/compare/v0.6.5...v0.7.0-beta.6 ## Beta Installation ### Install ```bash brew install rp1-run/tap/rp1-beta ``` ### Verify ```bash rp1 --version ``` ### Rollback to Stable ```bash brew uninstall rp1-beta && brew install rp1-run/tap/rp1 ``` > **Note**: You cannot have both stable and beta installed simultaneousMedium4/3/2026
v0.7.0-beta.5## What's Changed * ci: add beta release support to GoReleaser workflow by @cloud-on-prem in https://github.com/rp1-run/rp1/pull/300 **Full Changelog**: https://github.com/rp1-run/rp1/compare/v0.6.5...v0.7.0-beta.5 ## Beta Installation ### Install ```bash brew install rp1-run/tap/rp1-beta ``` ### Verify ```bash rp1 --version ``` ### Rollback to Stable ```bash brew uninstall rp1-beta && brew install rp1-run/tap/rp1 ``` > **Note**: You cannot have both stable and beta installed simultaneousMedium4/3/2026
v0.7.0-beta.4## What's Changed * ci: add beta release support to GoReleaser workflow by @cloud-on-prem in https://github.com/rp1-run/rp1/pull/300 **Full Changelog**: https://github.com/rp1-run/rp1/compare/v0.6.5...v0.7.0-beta.4 ## Beta Installation ### Install ```bash brew install rp1-run/tap/rp1-beta ``` ### Verify ```bash rp1 --version ``` ### Rollback to Stable ```bash brew uninstall rp1-beta && brew install rp1-run/tap/rp1 ``` > **Note**: You cannot have both stable and beta installed simultaneousMedium4/3/2026
v0.7.0-beta.3**Full Changelog**: https://github.com/rp1-run/rp1/compare/v0.6.5...v0.7.0-beta.3 ## Installation ### macOS / Linux (Homebrew) ```bash brew install rp1-run/tap/rp1 ``` ### Windows (Scoop) ```bash scoop bucket add rp1 https://github.com/rp1-run/scoop-bucket scoop install rp1 ``` ### CI/CD (curl) ```bash curl -fsSL https://rp1.run/install.sh | sh ``` ### Direct Download Download the appropriate binary for your platform from the assets below. --- **Full Changelog**: https://github.com/rp1-runMedium4/3/2026
v0.7.0-beta.2**Full Changelog**: https://github.com/rp1-run/rp1/compare/v0.6.5...v0.7.0-beta.2 ## Installation ### macOS / Linux (Homebrew) ```bash brew install rp1-run/tap/rp1 ``` ### Windows (Scoop) ```bash scoop bucket add rp1 https://github.com/rp1-run/scoop-bucket scoop install rp1 ``` ### CI/CD (curl) ```bash curl -fsSL https://rp1.run/install.sh | sh ``` ### Direct Download Download the appropriate binary for your platform from the assets below. --- **Full Changelog**: https://github.com/rp1-runMedium4/3/2026
v0.6.5## [0.6.5](https://github.com/rp1-run/rp1/compare/v0.6.4...v0.6.5) (2026-03-26) ### Bug Fixes * remove explicit hooks declaration from plugin manifest ([#296](https://github.com/rp1-run/rp1/issues/296)) ([e904430](https://github.com/rp1-run/rp1/commit/e9044304dde401a512fa1ae164ad6e7883873a89))Medium3/26/2026
v0.6.4## [0.6.4](https://github.com/rp1-run/rp1/compare/v0.6.3...v0.6.4) (2026-03-24) ### Features * small bundle of changes ([#293](https://github.com/rp1-run/rp1/issues/293)) ([49a2850](https://github.com/rp1-run/rp1/commit/49a2850e31fcbbab0ad92e20303f8c9248f81080))Medium3/24/2026
v0.6.3## [0.6.3](https://github.com/rp1-run/rp1/compare/v0.6.2...v0.6.3) (2026-03-24) ### Bug Fixes * clean up broken marketplace state before HTTPS fallback ([#291](https://github.com/rp1-run/rp1/issues/291)) ([7ebc0a8](https://github.com/rp1-run/rp1/commit/7ebc0a84eb49c39c802fb102683711c49dea014d))Medium3/24/2026
v0.6.2## [0.6.2](https://github.com/rp1-run/rp1/compare/v0.6.1...v0.6.2) (2026-03-24) ### Features * HTTPS fallback for plugin installation ([#289](https://github.com/rp1-run/rp1/issues/289)) ([88a9553](https://github.com/rp1-run/rp1/commit/88a9553cde5e87263ecbaf135eff5440d38becb7))Medium3/24/2026
v0.6.1## [0.6.1](https://github.com/rp1-run/rp1/compare/v0.6.0...v0.6.1) (2026-03-23) ### Bug Fixes * **web-ui:** annotation & artifact viewer improvements ([#287](https://github.com/rp1-run/rp1/issues/287)) ([9df6d5f](https://github.com/rp1-run/rp1/commit/9df6d5f4797033311c221950d246880eaa3e11d8))Medium3/23/2026
v0.6.0## [0.6.0](https://github.com/rp1-run/rp1/compare/v0.5.2...v0.6.0) (2026-03-22) ### โš  BREAKING CHANGES * arcade ready to play ([#286](https://github.com/rp1-run/rp1/issues/286)) ### Features * arcade ready to play ([#286](https://github.com/rp1-run/rp1/issues/286)) ([aed76e2](https://github.com/rp1-run/rp1/commit/aed76e2f5b8d15b11603b4c05ad9a002719f0891)) * consolidate workflow state management and remove legacy work command ([#285](https://github.com/rp1-run/rp1/issues/285)) ([51ebe71](httLow3/22/2026
v0.5.2## [0.5.2](https://github.com/rp1-run/rp1/compare/v0.5.1...v0.5.2) (2026-03-08) ### Features * improvements to work status reporting ([#275](https://github.com/rp1-run/rp1/issues/275)) ([7818cd3](https://github.com/rp1-run/rp1/commit/7818cd39e1a79cfbe90a31212a7bd9df3f495139)) ### Bug Fixes * **prompts:** replace hardcoded model: haiku with model: inherit in build agents ([#276](https://github.com/rp1-run/rp1/issues/276)) ([104bcbb](https://github.com/rp1-run/rp1/commit/104bcbb75dc9cdadd69fLow3/8/2026
v0.5.1## [0.5.1](https://github.com/rp1-run/rp1/compare/v0.5.0...v0.5.1) (2026-03-06) ### Features * rename rp1 view to rp1 arcade with singleton hardening and session hooks ([#267](https://github.com/rp1-run/rp1/issues/267)) ([48ecf70](https://github.com/rp1-run/rp1/commit/48ecf70a6b03fc7645fc2a208cf7bec9da1eb842)) * **webui:** redesign dashboard with design system, keyboard nav, and state machines ([#269](https://github.com/rp1-run/rp1/issues/269)) ([7501e30](https://github.com/rp1-run/rp1/commitLow3/6/2026
v0.5.0## [0.5.0](https://github.com/rp1-run/rp1/compare/v0.4.8...v0.5.0) (2026-03-01) ### โš  BREAKING CHANGES * commands are now fully migrated to skills ([#265](https://github.com/rp1-run/rp1/issues/265)) ### Features * commands are now fully migrated to skills ([#265](https://github.com/rp1-run/rp1/issues/265)) ([1cfa1ad](https://github.com/rp1-run/rp1/commit/1cfa1ad06583b3985b0cdb5961fc85ee2589431b))Low3/1/2026
v0.4.8## [0.4.8](https://github.com/rp1-run/rp1/compare/v0.4.7...v0.4.8) (2026-02-24) ### Features * new v2 for webui ([#264](https://github.com/rp1-run/rp1/issues/264)) ([7b6abd9](https://github.com/rp1-run/rp1/commit/7b6abd95677a9449ed6734e6620f109f0dc0cdfc)) ### Code Refactoring * **shared:** extract getClaudePluginDirs into shared/paths module ([#262](https://github.com/rp1-run/rp1/issues/262)) ([5fb84e3](https://github.com/rp1-run/rp1/commit/5fb84e3bd9dbec094a05713fcb64cbebbc68e1ca))Low2/25/2026
v0.4.7## [0.4.7](https://github.com/rp1-run/rp1/compare/v0.4.6...v0.4.7) (2026-02-19) ### Bug Fixes * **release:** guard xattr quarantine removal for macOS only ([#259](https://github.com/rp1-run/rp1/issues/259)) ([4f4e19b](https://github.com/rp1-run/rp1/commit/4f4e19bd0570bb6820ac4c25a90009a0006dff29))Low2/19/2026
v0.4.6## [0.4.6](https://github.com/rp1-run/rp1/compare/v0.4.5...v0.4.6) (2026-02-06) ### Bug Fixes * **evals:** update build attestations and fix eval workspace setup ([#257](https://github.com/rp1-run/rp1/issues/257)) ([907ee1e](https://github.com/rp1-run/rp1/commit/907ee1eea43ceb76c93b62a9b3d9e135c7f7d7e0))Low2/6/2026
v0.4.5## [0.4.5](https://github.com/rp1-run/rp1/compare/v0.4.4...v0.4.5) (2026-02-05) ### Bug Fixes * ensure cli for parsing args suppresses warnings ([#254](https://github.com/rp1-run/rp1/issues/254)) ([47844da](https://github.com/rp1-run/rp1/commit/47844dadcfdb5184b2b2327065be140f84569790))Low2/5/2026
v0.4.4## [0.4.4](https://github.com/rp1-run/rp1/compare/v0.4.3...v0.4.4) (2026-02-05) ### Bug Fixes * all commands to use argument parsing via tool call instruction ([#252](https://github.com/rp1-run/rp1/issues/252)) ([4087453](https://github.com/rp1-run/rp1/commit/4087453856dce8237f9043c3d193b763d0628c64))Low2/5/2026
v0.4.3## [0.4.3](https://github.com/rp1-run/rp1/compare/v0.4.2...v0.4.3) (2026-02-04) ### Bug Fixes * build-fast uses less shell interpolation to reduce issues with param expansion ([#250](https://github.com/rp1-run/rp1/issues/250)) ([0fb957d](https://github.com/rp1-run/rp1/commit/0fb957d85763a1cace5d71243e23292315b8429a))Low2/4/2026
v0.4.2## [0.4.2](https://github.com/rp1-run/rp1/compare/v0.4.1...v0.4.2) (2026-02-03) ### Bug Fixes * params expansion bug ([#248](https://github.com/rp1-run/rp1/issues/248)) ([41c616c](https://github.com/rp1-run/rp1/commit/41c616cb16ec621aec3933b7e9286c4516d0e809))Low2/3/2026
v0.4.1## [0.4.1](https://github.com/rp1-run/rp1/compare/v0.4.0...v0.4.1) (2026-02-01) ### Features * **build-fast:** add --confirm-plan flag and retire executor ([#245](https://github.com/rp1-run/rp1/issues/245)) ([3e8fbc5](https://github.com/rp1-run/rp1/commit/3e8fbc502e304209a91d67a2091da1704931efb8))Low2/1/2026
v0.4.0## [0.4.0](https://github.com/rp1-run/rp1/compare/v0.3.2...v0.4.0) (2026-01-31) This release technically introduces a small breaking change alongside some robust internal refinements and a new workflow-level command. 1. _Breaking change: argument passing refactor_ Argument passing has been refactored across commands. Some positional arguments have shifted. If you rely on positional args, please review the updated docs before upgrading. Claude Code will surface argument hints inline as Low1/31/2026
v0.3.2## [0.3.2](https://github.com/rp1-run/rp1/compare/v0.3.1...v0.3.2) (2026-01-25) ### Bug Fixes * **update:** add --json option and update hook to use non-deprecated command ([#232](https://github.com/rp1-run/rp1/issues/232)) ([b61c8eb](https://github.com/rp1-run/rp1/commit/b61c8eb2e16e58ebe5a438becbb20f07ab54b66a))Low1/26/2026
v0.3.1## [0.3.1](https://github.com/rp1-run/rp1/compare/v0.3.0...v0.3.1) (2026-01-25) ### Features * better update and init paths ([#231](https://github.com/rp1-run/rp1/issues/231)) ([c0e59df](https://github.com/rp1-run/rp1/commit/c0e59df74be969dac8437f70aa70e9102b14eda6)) * introduce content-addressable eval attestation of workflows ([#230](https://github.com/rp1-run/rp1/issues/230)) ([3f28253](https://github.com/rp1-run/rp1/commit/3f282531dd2956d8b99fb2a2ca192068f54201ed)) * introduce evals infraLow1/25/2026
v0.3.0## [0.3.0](https://github.com/rp1-run/rp1/compare/v0.2.16...v0.3.0) (2026-01-18) ### โš  BREAKING CHANGES * **prompts:** make git operations opt-in ([#225](https://github.com/rp1-run/rp1/issues/225)) ### Features * **prompts:** make git operations opt-in ([#225](https://github.com/rp1-run/rp1/issues/225)) ([a6f1eb7](https://github.com/rp1-run/rp1/commit/a6f1eb7ab81be52da740d74e389295a66fb49f60))Low1/18/2026
v0.2.16## [0.2.16](https://github.com/rp1-run/rp1/compare/v0.2.15...v0.2.16) (2026-01-16) ### Features * add feature task api to keep track of agent progress in webui ([#222](https://github.com/rp1-run/rp1/issues/222)) ([d2ce48b](https://github.com/rp1-run/rp1/commit/d2ce48b36be282a976f98555c603751a20bed5c2)) ### Bug Fixes * **ci:** run lighthouse only on releases ([8a257f1](https://github.com/rp1-run/rp1/commit/8a257f172665b3e4e43ae0606ca95465bc33cbb5)) * make the build command interactive to enLow1/16/2026
v0.2.15## What's Changed * feat: remote pr review by @cloud-on-prem in https://github.com/rp1-run/rp1/pull/219 * chore(main): release 0.2.15 by @cloud-on-prem in https://github.com/rp1-run/rp1/pull/220 **Full Changelog**: https://github.com/rp1-run/rp1/compare/v0.2.14...v0.2.15 ## Installation ### macOS / Linux (Homebrew) ```bash brew install rp1-run/tap/rp1 ``` ### Windows (Scoop) ```bash scoop bucket add rp1 https://github.com/rp1-run/scoop-bucket scoop install rp1 ``` ### CI/CD (curl) ```bash Low1/11/2026
v0.2.14## [0.2.14](https://github.com/rp1-run/rp1/compare/v0.2.13...v0.2.14) (2026-01-10) ### Features * cli installation commands consolidation ([#217](https://github.com/rp1-run/rp1/issues/217)) ([97f555f](https://github.com/rp1-run/rp1/commit/97f555ff3eaefc0600fab58f9f417a0f04e7ff22)) ### Bug Fixes * **web-ui:** ensure file monitoring works on projects ([#215](https://github.com/rp1-run/rp1/issues/215)) ([960b47a](https://github.com/rp1-run/rp1/commit/960b47aabce3211ef4ac04e00542b0a6f356041e))Low1/10/2026
v0.2.13## [0.2.13](https://github.com/rp1-run/rp1/compare/v0.2.12...v0.2.13) (2026-01-07) ### Bug Fixes * small fixes to prompt and installation script ([#213](https://github.com/rp1-run/rp1/issues/213)) ([be819ff](https://github.com/rp1-run/rp1/commit/be819ffdb4795b58dd48cd46010a1dde83a3ad1c))Low1/7/2026
v0.2.12## [0.2.12](https://github.com/rp1-run/rp1/compare/v0.2.11...v0.2.12) (2026-01-06) ### Bug Fixes * **ci:** correct release artifact names in verification step ([80504f5](https://github.com/rp1-run/rp1/commit/80504f545acbfe8d5b904c523c2fb73d51cce65a))Low1/6/2026
v0.2.11## [0.2.11](https://github.com/rp1-run/rp1/compare/v0.2.10...v0.2.11) (2026-01-06) ### Features * **web-ui:** improve hot reloading ([#190](https://github.com/rp1-run/rp1/issues/190)) ([8b1ef55](https://github.com/rp1-run/rp1/commit/8b1ef5576091258a3dd46ae87785b7de6a8872ee)) ### Bug Fixes * installation error messages should usable commands ([#211](https://github.com/rp1-run/rp1/issues/211)) ([97b480b](https://github.com/rp1-run/rp1/commit/97b480bc6681e1a31d6346c47df160683badd614)) * **webLow1/6/2026
v0.2.10## [0.2.10](https://github.com/rp1-run/rp1/compare/v0.2.9...v0.2.10) (2026-01-02) ### Features * Add /blueprint-archive for PRD lifecycle management ([#178](https://github.com/rp1-run/rp1/issues/178)) ([5cc082e](https://github.com/rp1-run/rp1/commit/5cc082e0e9cf5018c65eb49628550bf2fda71208)) * Add task DAG with parallelization hints to feature design ([#176](https://github.com/rp1-run/rp1/issues/176)) ([140fdb0](https://github.com/rp1-run/rp1/commit/140fdb0aceea493bcda396e5a39760ffad9fde82)) Low1/2/2026
v0.2.9## [0.2.9](https://github.com/rp1-run/rp1/compare/v0.2.8...v0.2.9) (2025-12-28) ### Features * update docs to match features and some prompt improvements ([#139](https://github.com/rp1-run/rp1/issues/139)) ([cd707fc](https://github.com/rp1-run/rp1/commit/cd707fc7bd19422699bb1d25021c5d36ac1a2cbe))Low12/28/2025
v0.2.8## [0.2.8](https://github.com/rp1-run/rp1/compare/v0.2.7...v0.2.8) (2025-12-27) ### Features * better greenfield experience ([#137](https://github.com/rp1-run/rp1/issues/137)) ([d2d0fe4](https://github.com/rp1-run/rp1/commit/d2d0fe4d818d5c257959fe50eab5ffa80c5e5a93))Low12/27/2025
v0.2.7## [0.2.7](https://github.com/rp1-run/rp1/compare/v0.2.6...v0.2.7) (2025-12-26) ### Features * better init wizard ([#116](https://github.com/rp1-run/rp1/issues/116)) ([e0d86b2](https://github.com/rp1-run/rp1/commit/e0d86b2dad00ca95d7bf1671b348a1094d12a3c4))Low12/26/2025
v0.2.6## [0.2.6](https://github.com/rp1-run/rp1/compare/v0.2.5...v0.2.6) (2025-12-25) ### Features * blazing fast validation of mmd using new built-in agent-tools ([#114](https://github.com/rp1-run/rp1/issues/114)) ([b560bc9](https://github.com/rp1-run/rp1/commit/b560bc97151db0ed5f27fc1b02c3a2b750b8fe84))Low12/25/2025
v0.2.5## [0.2.5](https://github.com/rp1-run/rp1/compare/v0.2.4...v0.2.5) (2025-12-23) ### Documentation * update README ([#111](https://github.com/rp1-run/rp1/issues/111)) ([2202bef](https://github.com/rp1-run/rp1/commit/2202bef432c000915bf9563d4f3d8daab3a5ce46))Low12/24/2025
v0.2.4## [0.2.4](https://github.com/rp1-run/rp1/compare/v0.2.3...v0.2.4) (2025-12-23) ### Features * prompt refinements ([#109](https://github.com/rp1-run/rp1/issues/109)) ([b91ae94](https://github.com/rp1-run/rp1/commit/b91ae94ce991cac5f435b12b80ec140633a26b97))Low12/23/2025
v0.2.3## [0.2.3](https://github.com/rp1-run/rp1/compare/v0.2.2...v0.2.3) (2025-12-08) ### Bug Fixes * **cli:** ci build for webui ([#107](https://github.com/rp1-run/rp1/issues/107)) ([5b1c725](https://github.com/rp1-run/rp1/commit/5b1c7255f0b25b84f31bf697c6b9c7d78aa3a02b))Low12/8/2025
v0.2.2## [0.2.2](https://github.com/rp1-run/rp1/compare/v0.2.1...v0.2.2) (2025-12-08) ### Bug Fixes * **cli:** install issues and bundle generations ([#105](https://github.com/rp1-run/rp1/issues/105)) ([339f52f](https://github.com/rp1-run/rp1/commit/339f52f6678c5a6139c8fadf8478483fd926546e))Low12/8/2025
v0.2.1## [0.2.1](https://github.com/rp1-run/rp1/compare/v0.2.0...v0.2.1) (2025-12-08) ### Documentation * update for open source release ([89dcdb9](https://github.com/rp1-run/rp1/commit/89dcdb907966cc7dcbe466473b83623bedaf6386))Low12/8/2025

Similar Packages

MeowKitProduction ready. AI Agent Workflow System for Claude Codev2.6.0
ai-task-managerTask management for AI coding assistantsv1.36.0
ralphy-openspec๐Ÿค– Enhance AI coding with ralphy-openspec, a spec-driven tool that enables iterative execution for predictable, efficient development.main@2026-04-21
claude-ide-bridgeMCP bridge giving Claude Code full IDE integration โ€” 25+ tools for LSP, debugging, terminals, Git, GitHub, diagnostics, and more. Works with VS Code, Windsurf, Cursor, and Antigravity.v2.46.0
claude-skills-hub2,300+ skills, 10 AI agents, and 100 prompt codes for Claude Code โ€” browse, download, and launch AI tools0.0.0