Templates

Every template is one self-contained HTML file built on the plani token contract, so any design system themes it end to end. Scaffold with plani new <template>, fill it in (or let your agent), then plani share.

Punch lists

Working item lists with statuses, owners, and reviewer reply anchors.

Crew punch list

Field punch list grouped by area: statuses, assignees, severity.

plani new punchlist/crew

Minimal checklist

Calm single-column review checklist with progress summary.

plani new punchlist/minimal

Business plans

From investor one-pager to full narrative with financials.

One-page business plan

Lean canvas-style grid: problem to ask on one screen.

plani new business-plan/onepager

Narrative business plan

Full document with TOC, sections, and 3-year projections table.

plani new business-plan/narrative

Project plans

Briefs: objective, scope, deliverables, milestones, risks.

Project brief

Objective, scope in/out, deliverables, milestones, risks.

plani new project-plan/brief

Roadmaps

Quarterly grids, now/next/later boards, and milestone timelines.

Quarterly roadmap

Quarter columns, workstream rows, milestone blocks, now-marker.

plani new roadmap/quarterly

Now / Next / Later

Three-horizon product roadmap: initiative cards, themes, shipped strip.

plani new roadmap/now-next-later

Milestone timeline

Vertical dated timeline in phases with statuses and a you-are-here marker.

plani new roadmap/milestones

Design concepts

UI/UX proposals: competing directions and single-concept specs, with CSS-drawn mocks.

Design directions

Three competing directions with CSS-drawn mocks, tradeoffs, and a recommendation.

plani new design-concept/directions

Concept spec

Single-concept deep dive: hero mock, flows, components, motion, open questions.

plani new design-concept/spec

Dashboards

KPI tiles, hand-tuned SVG charts, and status boards.

KPI dashboard

Stat tiles with sparklines, bar and line charts, breakdown table.

plani new dashboard/kpi

Status board

Health banner, per-workstream cards, blockers, change feed.

plani new dashboard/status

Planning boards

Interactive kanban and priority matrix, state saved per viewer.

Kanban planning board

interactive

Drag cards across four columns; viewer state persists locally.

plani new planning-board/kanban

Priority matrix

interactive

Impact-by-effort 2x2; assign initiatives to quadrants.

plani new planning-board/matrix

Style seeds

Ready-made looks for any template. Roll one at scaffold time with plani new punchlist/crew --dice, or import one as a design system you can edit: plani ds import --style midnight-terminal

midnight-terminal
paper-ledger
swiss-brutalist
night-editorial
blueprint
soft-studio
forest-fieldnotes
signal-yellow
porcelain
sunset-tape

Build your own template

The template builder gives your agent a precise brief: your prompt, the token contract, and the design system (yours, a seed, or the dice). The agent generates the HTML; saving it makes it a reusable template of your own.

plani new --prompt "a weekly team retro board with went-well / needs-work columns" --ds acme
# your agent builds retro.html against the brief, then:
plani template save retro.html --name team-retro
plani new mine/team-retro --out this-week.html