valuation
Overview
Generates a valuation workbook (.ouro/valuation.xlsx) using the current requirements, ontology, docs map, and technology graph. The workbook includes agent-generated sheets, a summary tab, and optional notes to accompany project valuation exercises.
Usage
ouro valuation [--agent-model <model>] [--value <number>] [--prompt <text>] <prompt...> <value>
Key Options
--prompt <text>– Provide the valuation scenario explicitly; otherwise positional arguments form the prompt.--value <number>– Provide the monetary value explicitly (supports currency symbols and commas).--agent-model <model>– Override the model used to design workbook content.
Inputs & Outputs
- Inputs: valuation prompt plus target value,
.ouro/requirements.md, and optional knowledge artefacts (ontology, docs map, graph). - Outputs: Excel workbook saved to
.ouro/valuation.xlsxcontaining generated sheets (including Summary, Requirements, optional Notes).
When to Use
- Produce valuation artefacts for stakeholder reviews or funding discussions.
- Explore multiple roadmaps with different target values by rerunning with new prompts.
Follow-up Checklist
- Inspect the generated workbook in a spreadsheet viewer to ensure formatting expectations are met.
- Commit the workbook if it should live in version control or share it with stakeholders out of band.