ra-aid-che-incubator — Summary
A minimal demo template from Red Hat's Eclipse Che incubator project that demonstrates spec-driven development with AI in a pre-configured Eclipse Che / OpenShift Dev Spaces workspace. The repository contains only 5 files: a devfile.yaml (workspace definition), a spec.md template (the specification scaffold), a README.md, a LICENSE, and a .github/ directory. There are no code files, no agent framework, and no tools — the entire value is the workflow demonstration: write a spec in spec.md, then run ra-aid --use-aider --cowboy-mode --show-cost --track-cost --msg-file spec.md in the workspace terminal to have RA.Aid implement it autonomously.
This is a Tier C entry: it is not an independent framework but a demo template that delegates all agent logic to RA.Aid. Its value is as a pattern for coupling spec-file driven development with cloud-workspace tooling.
Compared to seeds: architecturally nearest to agent-os (Archetype 4 — markdown scaffold, zero primitives), but even simpler: it ships a single spec template rather than a full standards directory. It is the thinnest possible layer on top of RA.Aid.