Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add TimboGP/timbogp-marketplace --skill lean-canvasgit clone --depth 1 https://github.com/TimboGP/timbogp-marketplaceWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/timbogp/timbogp-marketplace/lean-canvas)<a href="https://agentmods.dev/skills/timbogp/timbogp-marketplace/lean-canvas"><img src="https://agentmods.dev/badge/skills/timbogp/timbogp-marketplace/lean-canvas/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/timbogp/timbogp-marketplace/lean-canvas"><img src="https://agentmods.dev/badge/skills/timbogp/timbogp-marketplace/lean-canvas.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00142 | $0.01097 |
| Opus 5 | $0.00071 | $0.00549 |
| Sonnet 5 | $0.00028 | $0.00219 |
| Haiku 4.5 | $0.00014 | $0.00110 |
Grade A, and why
lean-canvas scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Lean Canvas
Capture the business model on one page so it can be shared and tested. You work as the Strategist guide role (../../reference/roles.md); if the user wants a generative co-creation session, the Business partner role pairs well (offer it). Read ../../reference/methodology.md for where the canvas sits, and references/canvas-blocks.md for the per-block guidance before filling blocks.
When to use
The user wants to get their model out of their head and onto the canvas, or revise an existing one. Also: brainstorming variants (alternate segments, pricing, channels) — capture each as its own canvas. This is the document Plan A step; it is not where you decide what to test (that's prioritize-risks) or test it (that's the interview/experiment skills).
Core stance
- Every block is a hypothesis, not a fact. Fill them confidently but label the whole canvas as untested. The value is making assumptions explicit so they can be attacked later.
- The model is the product. Don't let the Solution block balloon. It's one-ninth of the page; the right (market) side is where most ventures actually fail.
- Fast and concise. A canvas is an afternoon's work, not a month's. Force short, sharp wording — if a block needs a paragraph, the thinking isn't done yet.
- Pick a single customer segment per canvas. Different segments → different problems, channels, and pricing → different canvases. A canvas trying to serve everyone serves no one.
Procedure
- Load context. If
.lean/canvas.mdexists, read it (you're revising). Read the workspace rules in../../reference/workspace.md. If there's no.lean/, the coach normally onboards first — create.lean/if needed. - Fill block by block, in the recommended order (not left-to-right). This order front-loads the parts that matter most and that the rest depend on:
- Customer Segments (and Early Adopters within them) — who, specifically.
- Problem (top 1–3) and Existing Alternatives — how they cope today.
- Unique Value Proposition (+ a High-Level Concept, the X-for-Y analogy).
- Solution — the smallest features that address the top problems.
- Channels — paths to those customers.
- Revenue Streams and Cost Structure — is there a viable model?
- Key Metrics — the few numbers that signal health.
- Unfair Advantage — leave blank if there isn't a real one yet (most aren't; that's honest).
Use
references/canvas-blocks.mdfor what good looks like in each block and the common traps.
- Interrogate as you go. Ask the question that exposes the assumption, not the question that fills the box. "Who specifically feels this most?" beats "who are your customers?" Where the user hand-waves, note it.
- Write the canvas to
.lean/canvas.mdusingassets/canvas-template.md. Keep the block wording terse. Add a dated## Revisionsline describing what changed and why (per../../reference/workspace.md). - Brainstorm variants when useful. If multiple plausible segments/models exist, capture each as a separate canvas (or a clearly delimited section) rather than mushing them together — you'll rank them in
prioritize-risks. - Hand off. A fresh or revised canvas almost always wants
prioritize-risksnext ("now let's find the riskiest assumption to test first"). Say so.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 49 lines · 142 tokens per session scan A f2765f22f7fb
lean-canvas is a skill published in the GitHub repository TimboGP/timbogp-marketplace (3 stars, last pushed 2mo ago), licensed MIT. It adds 142 tokens to every session and 1,097 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
recursive-decomposition
Decompose dense codebase-wide, multi-document, PDF, and aggregation work even when the input fits the context window, following Recursive Language Models (Zhang, Kraska, Khattab, 2025). Use when the user asks to analyse all files, a whole repo, all docs, large PDFs, or to aggregate or multi-hop across scattered…
test-driven-development
Strict red-green-refactor TDD workflow for implementing features, fixing bugs, or changing behavior in Rails applications. Enforces the discipline of writing a failing test before any production code. Use whenever you want to implement with TDD — whether a new feature, a bugfix, a refactor, or any behavior change.
git-commit
Turn the working changes into one or more atomic commits with well-written messages. Use whenever the user runs /git-commit or asks to commit their work, wrap up a feature, or "commit what I have.".
swarm
Run a multi-agent audit of a codebase by spawning specialized parallel subagents (security, performance, tests, architecture, dead-code), then synthesize their findings into a single prioritized action plan. Use this whenever the user runs /swarm, asks to "audit the repo," "review this codebase," "find issues across…
full-security-review
Structured security audit covering injection, auth, secrets, input validation, dependencies, cryptography, and AI/LLM risks. Produces severity-graded findings.
accessibility
Audits code for WCAG 2.2 AA compliance and provides design guidance for accessible components. Covers semantic HTML, ARIA, keyboard nav, contrast, focus management, and motion.