sungjin9288

Stability Review — Development skill for Claude Code

Development community

Run the quarterly stability review report.

How to install Stability Review

Installs to ~/.claude/skills/sungjin9288-design-ai-stability-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sungjin9288-design-ai-stability-review && curl -fsSL https://raw.githubusercontent.com/sungjin9288/design-ai/HEAD/commands/stability-review.md -o ~/.claude/skills/sungjin9288-design-ai-stability-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Stability Review does


description: Run the quarterly stability review report. Surfaces files due for promotion or re-review.

You are running the quarterly stability review for the design-ai knowledge corpus.

Step 1 — Generate the report

Run:

python3 tools/audit/stability-review.py --output docs/STABILITY-REVIEW.md

This produces `docs/STABILITY-REVIEW.md` with:

  • Summary by stability level (stable / beta / experimental / deprecated).
  • Promotion candidates (experimental → stable after 6mo;

Alternatives in Development

  • M Review Completion — Review code against a plan and generate a quality report 139 ★
  • Aod.Roadmap — Scaffold a quarterly roadmap document from completed PRDs with PM sign-off 89 ★
  • Bench Capture — Score the 2 bench variant folders for one size (build/acceptance/regression/conventions/capture + rubric + cro 85 ★

Full documentation available on GitHub

View Source Repository