Component Readiness Grades (CRG) is a general-purpose quality assessment scheme for software components. It defines seven grades (X, F, E, D, C, B, A) that map individual components to release thresholds based on the evidence of their readiness. This v2 revision intentionally raises the bar: long alpha and beta phases are expected, publication requires stronger evidence, and the standard is open to challenge if readers think the bar is still too low.
This standard is part of the Rhodium Standard Repositories (RSR) family of standards.
Most software projects assess quality at the project level ("version 2.0 is stable"). CRG operates at the component level, recognising that a project is a collection of parts with varying levels of maturity. A project may have battle-hardened core modules alongside untested experimental features — CRG gives you the vocabulary to say so precisely.
| Grade | Name | Release Stage | Stability Posture | Meaning |
|---|---|---|---|---|
X |
Untested |
— |
— |
No testing performed. Status unknown. |
F |
Harmful / Wasteful |
— |
— |
Actively harmful, wasteful, or better handled by an external tool. Reject, deprecate, or delegate. |
E |
Minimal / Salvageable |
Pre-alpha |
Unstable |
Does something slight. Barely functional. Needs redesign or major work. |
D |
Partial / Inconsistent |
Alpha |
Unstable |
Works on some things but not systematically. Honest label: |
C |
Self-Validated |
Alpha |
Stable in home context |
Dogfooded and reliable in the home context. Honest label: |
B |
Broadly Validated |
Beta |
Stable for broad trial |
Tested on 6+ diverse external targets and seen outside the home repo. Honest label: |
A |
Field-Proven |
Stable |
Stable |
Real-world external feedback confirms value. Minimum for Stable. |
Grades are per-component, not per-project. A project with ten A-grade components and one F-grade component is not an A-grade project.
Grade A does not mean perfection. It means the component has demonstrated value in the field and has not regressed. There is always more to do.
Grade F includes opportunity cost. A technically functional component earns F if maintaining it diverts effort from something more valuable, or if an existing external tool does the job better.
Grades are earned and can be lost. Promotion requires evidence. Demotion happens when evidence of quality disappears or evidence of harm appears.
The gaps are intentionally large. Moving from D to C means surviving hard internal dogfooding. Moving from C to B means escaping the home repo and earning external validation. Moving from B to A means enduring real-world use. Long periods in alpha or beta are normal when the standard is honest.
Beta should reassure, not merely flatter. In CRG terminology, beta
implies beta-stable: externally exposed and safe enough for broad trial.
If something is still externally visible but too shaky for that description,
call it public alpha, not beta.
Non-abstract publication starts at B. Do not publish implementation-facing
work as if it were ready for community reliance until the relevant components
have reached B or above. Earlier publication is acceptable only for genuinely
abstract, theoretical, or clearly conjectural work that does not overclaim
implementation status.
This standard invites challenge. If you think these requirements are still insufficient, say so and explain the missing evidence. The point of CRG v2 is to make the bar explicit and revisable upward, not to pretend it is final.
Grades can be skipped. The scheme defines evidence thresholds, not mandatory sequential steps. A component with strong evidence can skip intermediate grades.
See COMPONENT-READINESS-GRADES.md for the complete standard, including:
-
Detailed grade definitions with examples
-
Evidence requirements for each grade
-
Assessment guidelines and checklists
-
Promotion and demotion criteria
-
Template assessment tables (Markdown and Guile Scheme formats)
-
Conformance requirements
To adopt CRG in your project:
-
Create a
READINESS.mdfile (or add a section to yourSTATE.scm). -
List each assessable component with its current grade.
-
Provide evidence for each grade above X.
-
Ensure components at
Dor above satisfy RSR compliance or a documented equivalent. -
Ensure components at
Cor above have deep code and folder annotation. -
Review grades before each release and at least once per release cycle.
-
Respect the minimum grade thresholds when choosing release stages and publication claims.
This standard is licensed under PMPL-1.0-or-later (Palimpsest License). See LICENSE for the full license text.