Reference Implementation Metrics

Repository maturity scorecard and evidence model for OpenForge standards compliance.

Reference Implementation Metrics

OpenForge provides a practical Maturity Scorecard to evaluate repository engineering quality and standards compliance.

Scoring Rubric

ScoreStatusDescription
2AutomatedFully implemented and automated via CI/CD where practical
1ManualPartially implemented or manually maintained
0MissingMissing or non-compliant with standard baseline
N/ANot ApplicableNot applicable to the project type (e.g. UI localization for CLI tools)

9 Core Assessment Domains

DomainCore CheckpointsTarget State
DocumentationDual README pair, architecture docs, development guide, lessons logComplete 1:1 EN/KO parity, active lessons log
ArchitectureArchitecture Decision Record (ADR) systemMaintained docs/adr/ index and records
GitHubIssue/PR templates, CODEOWNERS, labeling taxonomyStructured, template-driven change management
CI / ValidationAutomated build, test, format, and documentation checksMandatory pre-merge automated gates
SecurityDependabot, container scanning, secret detection, SECURITY policyAutomated scheduled scans and SBOM generation
DevelopmentLanguage formatters (gofumpt), Makefile task automationSingle-command local build and verification
ReleaseSemVer, CHANGELOG, release workflows, cryptographic signingTag-triggered automated signed distribution
Configuration.env.example, clean configuration boundariesClean separation of secrets from configuration
LocalizationMultilingual UI resources (en-US, ko-KR)Structured, modular i18n resource bundles