Planning and specification repository for OpenShift Data Hub (ODH) features, with a focus on the Crimson Dashboard.
This repository provides a structured approach to feature planning using the .specify framework. It contains detailed specifications, implementation plans, and cross-team coordination materials for ODH features.
specs/
├── 001-playground-compare/ # Feature: Model comparison in playground
├── 002-playground-prompt-ui/ # Feature: Prompt-centric playground UI
└── 003-playground-prompt-lab/ # Feature: Prompt lab functionality
Each feature specification includes:
- spec.md - Detailed feature specification
- plan.md - Implementation plan and approach
- checklists/ - Requirements and acceptance criteria
- coordination/ - Executive summaries and team briefs
- contracts/ - API contracts and dependencies
Specification templates are available in .specify/templates/:
spec-template.md- Feature specification structureplan-template.md- Implementation planning formattasks-template.md- Task breakdown templatechecklist-template.md- Requirements checklist
The planning framework follows the Crimson Dashboard Constitution, which defines personas, principles, and workflows for feature planning.
See CODEOWNERS for team ownership and review requirements.
Apache License 2.0 - See LICENSE for details.