ready-suite plugin v1.0.0
First release of the Claude Code plugin marketplace bundling all eleven ready-suite skills.
Install
/plugin marketplace add aihxp/ready-suite
/plugin install ready-suite@ready-suite
This adds the marketplace and installs the ready-suite meta plugin, which depends on every specialist. One install command, eleven skills.
Want only one skill? Install it directly: /plugin install prd-ready@ready-suite.
Bundled specialist versions
| Plugin | Version |
|---|---|
| kickoff-ready | 1.0.0 |
| prd-ready | 1.0.6 |
| architecture-ready | 1.0.5 |
| roadmap-ready | 1.0.4 |
| stack-ready | 1.1.11 |
| repo-ready | 1.6.8 |
| production-ready | 2.5.13 |
| deploy-ready | 1.0.10 |
| observe-ready | 1.0.9 |
| launch-ready | 1.0.7 |
| harden-ready | 1.0.3 |
What is the marketplace shape
.claude-plugin/marketplace.jsoncatalogs twelve entries: the meta plugin and eleven specialists.plugins/<skill>/holds each plugin with its manifest plus a vendored copy ofSKILL.mdandreferences/.plugins/ready-suite/is the meta plugin; itsdependenciesarray pulls in all eleven specialists.
See references/PLUGIN-RESEARCH.md in the repo for the format research that shaped these decisions, with citations to the official Claude Code plugin docs.
Codex / Cursor / Windsurf users
The plugin is Claude-Code-only. Use install.sh from the repo for cross-harness install.
curl -sSL https://raw.githubusercontent.com/aihxp/ready-suite/main/install.sh | bash