Skip to content

Research to Prototype

Research-driven prototype pipeline. Starts with product research and a PRD, scaffolds an agentic loop prototype, and optionally adds a test plan for validation.

Nameresearch-to-prototype
Version0.1.0
Tagsresearch, prototype, product, ai, qa
Sourcecomposites/research-to-prototype.yaml

Render it

# CLI
npx @nanohype/sdk render-composite research-to-prototype --out ./my-app

# SDK
import { LocalSource, renderComposite } from "@nanohype/sdk";
const result = await renderComposite(source, "research-to-prototype", variables);

# MCP — from an agent
get_composite({ name: "research-to-prototype" })

What it draws together

TemplateRendered atNotes
monoreporootthe root project
research-frameworkdocs/research
prd-templatedocs/product
agentic-loopapps/agent
test-plandocs/qaonly when IncludeTests

Variables

Required

ProjectName string
Project name used across all templates Must be lowercase kebab-case.

Optional

ResearchType string — defaults to generative
Type of research (generative, evaluative)
LlmProvider string — defaults to anthropic
LLM provider for the prototype
IncludeTests bool — defaults to true
Include test plan for prototype validation