Skip to main content

Product templates overview

Build Trilemma hosts opinionated starters under product-templates/ in microproduct-lab. Each starter includes README, AGENTS guidance, YAML metadata stubs, Markdown contracts, src/ and tests/ placeholders, and GitHub Actions (stub workflows until you attach a toolchain).

Legacy markdown templates

The top-level templates/ folder is for documentation and submission scaffolding (for example playbook modules)—not runnable product repos.

Starter index

Each row links into the canonical repository paths.

TemplateAudienceHighlights
data-appEngineers shipping decision tools atop structured datasetsOpinionated Markdown contracts plus placeholder app layout
llm-appTeams combining retrieval/classification workflowsMirrors standard agent files for LLM-first delivery
analytics-apiBuilders exposing reusable APIs around analyticsHighlights data contracts meant for integrations
dashboard-to-toolTeams converting passive dashboardsFocus on decision outcomes and evaluation
research-to-productResearchers hardening notebook insightsEmphasizes reproducibility and promotion path
capstone-projectStudents and faculty partnersAdds classroom-friendly README framing
benchmark-suiteEvaluation-heavy teamsEvaluation + metrics docs first
agentic-workflowOperators orchestrating autonomous agentsCaptures escalation + human review hooks
Stub CI workflows

Starter .github/workflows/checks.yml files intentionally perform placeholder steps so you can choose npm, pnpm, uv, etc. Swap them once you finalize your stack.

References