<Recommendation>
workshopAgendaContentNarrative
Actionable next step with priority, owner, and effort.
When to use: Whenever the report tells the client to do something. Always answer 'what should they do, and by when'. Use sparingly: a 12-page report typically has 5–8.
Preview
RecommendationDo nowEffort: MOwner: COO + IT Director
Commit to a 12-week first wave covering invoice intake, order acks, and HR triage
The three use cases share a deployment pattern (Lunnoa agent + ERP API + ticket fan-out) and together cover the largest concentration of manual hours we observed.
| Prop | Type | Notes |
|---|---|---|
| priority | "now" | "next" | "later" | Optional. Default: next. Wave assignment. now = wave 1, next = wave 2, later = backlog.Values: now, next, laterExample: now |
| title | string | Required. The recommendation as an imperative sentence.Example: Commit to a 12-week first wave covering invoice intake, order acks, and HR triage |
| owner | string | Optional. Named role or person responsible.Example: COO + IT Director |
| effort | "S" | "M" | "L" | "XL" | Optional. T-shirt size estimate.Values: S, M, L, XLExample: M |
| children | ReactNode | Required. Rationale and next-step detail. |
Examples
<Recommendation priority="now" title="Commit to a 12-week first wave covering invoice intake, order acks, and HR triage" effort="M" owner="COO + IT Director">
The three use cases share a deployment pattern (Lunnoa agent + ERP
API + ticket fan-out) and together cover the largest concentration of
manual hours we observed.
</Recommendation>