Releases: hannsxpeter/ready-suite
Release list
ready-suite 3.0.2
Patch release across all eleven skills, the meta plugin, and marketplace metadata. Completes the unicode discipline the 3.0.1 train grandfathered, and squares away the last structural inconsistencies.
Changed
- Forbidden-unicode purge. Removed every em-dash, en-dash, and arrow from all
SKILL.mdbodies andreferences/*.md(~3,200 characters across 56 files). Prose pauses became commas; alignment separators and empty-cell placeholders became hyphens; arrows became ASCII (->,<-,^,v). Verified character-preserving: only punctuation moved, no words were added, removed, or altered. - unicode-clean lint extended to cover
SKILL.mdbodies andreferences/*.mdwhole-file, so the backlog cannot return (sibling READMEs and CHANGELOG history stay grandfathered). - stack-ready and repo-ready structural alignment. Both gained the standard
## Suite membership,## Consumes from upstream, and## Produces for downstreamsections the other nine skills carry. - antigravity added to every skill's
compatible_with(all eleven now declare it; Antigravity reads the Agent Skills standard). - Residual
.stack-ready/STACK.mdreferences corrected to.stack-ready/DECISION.md.
Full diff: v3.0.1...v3.0.2
ready-suite 3.0.1
Patch release across all eleven skills, the meta plugin, and marketplace metadata. A whole-suite markdown drift audit, the fixes it surfaced, and three new lint checks that make previously-unenforced invariants mechanical.
Fixed
- stack-ready frontmatter restored the
suite,tier,upstream,downstreamkeys it was missing, so all eleven skills satisfy the documented frontmatter contract. - Stack-decision artifact canonicalized to
.stack-ready/DECISION.mdeverywhere (production-ready, roadmap-ready, and the worked example had used a non-existent.stack-ready/STACK.md). - harden-ready added to the shipping-tier list in the 7 specialist skills that omitted it.
- production-ready reference table now indexes all 39 reference files (14 deep-dives were shipped but unreachable from the load-on-demand table).
- README describes the linter's real
unicode-cleanscope, lists all ten checks, and no longer impliesinstall.shcovers Windsurf (manual-install). - MAINTAINING.md / PLUGIN-RESEARCH.md updated for the unified release train (ten checks, four rituals).
- bump-suite-version.sh changelog template is bump-type-aware and updates the README badges.
Added (lint: seven checks to ten)
- frontmatter-schema: every skill declares the required frontmatter keys.
- doc-version-tables: README and SUITE version tables match root
VERSION. - references-indexed: every
references/*.mdis named in itsSKILL.md.
Full diff: v3.0.0...v3.0.1
ready-suite v3.0.0
ready-suite 3.0.0 is the first coordinated release-train release for the monorepo. All eleven skills, the ready-suite meta plugin, and marketplace metadata now publish together as version 3.0.0.
Highlights
- Aligns all eleven skills to the shared 3.0.0 release train.
- Adds root VERSION as the canonical release-train version.
- Adds a release checklist and repeatable bump script.
- Adds suite-release lint so root VERSION, skill frontmatter, changelogs, meta plugin, and marketplace metadata stay aligned.
- Extends plugin-sync to validate specialist plugin packaging, meta plugin dependencies, and marketplace sources.
- Adds strict trigger lint to CI.
- Integrates Pillars as the supported project-memory layer under AGENTS.md.
- Documents arc-ready as the child born from ready-suite, preserving the artifact paths, named failure modes, and tests in a single-skill distribution.
- Adds root and per-skill badges, including Agent Skills, Pillars, version, and license badges.
Verification
bash scripts/lint.sh --verbose
bash scripts/lint.sh --strict-triggers --verbose
git diff --check
bash -n scripts/lint.sh scripts/refresh-plugin-skills.sh scripts/bump-suite-version.sh install.sh uninstall.sh
jq empty .claude-plugin/marketplace.json plugins/*/.claude-plugin/plugin.jsonAll checks passed locally before release.
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