← Back to AI PillarsPillar 1
Brief in. DIY playbook out.
Cost per call:₹0 · In-house inference
The Playbook Generator takes an employer's real project brief and expands it into a kindergarten-grade, milestone-by-milestone learning playbook — with injected micro-tutorials at every concept the candidate hits.
API endpoint
POST /api/v1/playbooks/generateModel routing
In-house specialized inference
Cost envelope
~₹0/call · under ₹5 per full candidate journey
Sample input (employer brief)
{
"title": "Ship a checkout funnel revamp for a D2C brand",
"deliverables": [
"Figma of 3-step funnel",
"Next.js + Stripe prototype",
"5-user usability report"
],
"successCriteria": [
"Reduce drop-off from cart→payment by ≥20% (qual/quant)",
"Passes accessibility a11y-check on all 3 steps"
],
"durationDays": 10,
"domain": "design"
}Sample output (generated playbook)
{
"milestones": [
{
"day": 1,
"title": "Understand the funnel drop-off",
"tutorial_links": [
"nngroup.com/articles/drop-off-analysis",
"baymard.com/checkout-usability"
],
"tasks": [
"Open the brand's live site and screen-record your own attempt...",
"Hypothesize top 3 drop-off reasons from UX research..."
]
},
{ "day": 2, "title": "Competitive teardown (3 checkouts)", ... },
{ "day": 3, "title": "Sketch 3 funnel variants in Figma", ... },
... 7 more milestones
],
"rubric_preview": {
"dimensions": ["research rigor", "visual craft", "a11y", "measurable claim"],
"weights": [0.25, 0.30, 0.20, 0.25]
}
}