The problem
This page exists so the /use-cases/[slug] route compiles and renders during the wedge-2 SEO infra build.
How Tycoon handles it
It exercises every UseCaseContent field — steps, outcomes, recommendedRoles, toolsUsed — so the typechecker and route handler both have a fully populated fixture to verify against.
How it works
1. Verify route
Hit /use-cases/sample and confirm 200.
2. Verify markdown
Hit /use-cases/sample/page.md and confirm clean markdown output.
What you get
Route returns 200 in production
Markdown variant returns 200 with clean front-matter
Tools used
- Next.js
- Vercel