requirement-forge-refiner

Solid

Facilitate a structured conversation to define requirement standards for a project — epic and feature definitions, scenario structure, AC format, priority notation, status workflow, and naming conventions. Produces a formal requirement-standards.md that the requirement-quality atom reads via config resolution, customising its embedded defaults for the team's product process. Use when setting up a new project, defining product standards, or when the user says 'set up requirement standards', 'define feature standards', 'configure requirement forge', 'define how features should be structured', or 'requirement forge refiner'.

Web & Frontend 134 stars 8 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
71
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Requirement Forge Refiner ## What This Produces - **Output**: `.lattice/standards/requirement-standards.md` (or custom path from `.lattice/config.yaml` → `paths.requirement_standards`) - **Two modes**: - **Overlay** (`mode: overlay`): A slim document containing only sections that differ from the built-in defaults. The `requirement-quality` atom reads its embedded `defaults.md` first, then applies this document's sections on top. This is the expected common case. - **Override** (`mode: override`): A comprehensive standalone document that fully replaces the atom's embedded defaults. For teams whose product process differs fundamentally from the defaults. - **Default mode**: Overlay — produces only what the team wants to change - **Config key**: `paths.requirement_standards` in `.lattice/config.yaml` - **Consumed by**: `requirement-quality` atom (via config resolution) → `requirement-forge` molecule (composes the atom) - **Template**: Read `./assets/template.md` for the full document structure, default content, and interview guidance comments ## Scope Clarification This refiner defines how requirements are *structured and expressed* for this project. It does not define: - What to build (that is the requirement-forge molecule's job) - Architecture or technical design (that is the architecture-refiner's job) - Domain modeling patterns (that is the ddd-refiner's job) The standards produced here answer: what is an epic, what is a feature, what is a scenario, how are ACs ...

Details

Author
techygarg
Repository
techygarg/lattice
Created
3 months ago
Last Updated
3 days ago
Language
Shell
License
MIT

Related Skills