From idea-forge
End-to-end skill for creating concise one-pager documents and executive briefs. Produces versioned Markdown documents optimized for quick decision-making — 250-400 words with header/tagline, problem, solution, key differentiators, proof points, and call to action. Supports cross-agent review for metric verification and impact clarity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/idea-forge:one-pager-builderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Foundation:** This skill inherits the quality framework from `skills/builders/builder-foundation/SKILL.md`. The Mid-Draft Quality Check applies in simplified form here due to the document's brevity (250-400 words). Below are one-pager-specific quality prompts.
Foundation: This skill inherits the quality framework from
skills/builders/builder-foundation/SKILL.md. The Mid-Draft Quality Check applies in simplified form here due to the document's brevity (250-400 words). Below are one-pager-specific quality prompts.
Create a tight, impactful one-pager from a North Star document and plan (produced by idea-refiner). Output is a single versioned Markdown file designed to be read in under 30 seconds and drive a specific decision.
File: <slug>-one-pager-v<N>.md
# <Product/Initiative Name>
> <Tagline — one sentence that captures the value proposition>
---
## The Problem
<2-3 sentences: what's broken, who it affects, what it costs>
## The Solution
<2-3 sentences: what you're proposing, how it works at a high level>
## Key Differentiators
- **<Differentiator 1>** — <one sentence explanation>
- **<Differentiator 2>** — <one sentence explanation>
- **<Differentiator 3>** — <one sentence explanation>
- **<Differentiator 4>** — <one sentence explanation> _(optional)_
## Proof Points
| Metric | Value | Source |
|--------|-------|--------|
| <metric> | <number> | <source> |
| <metric> | <number> | <source> |
| <metric> | <number> | <source> |
## Call to Action
<1-2 sentences: what the reader should do next — approve, fund, schedule a meeting, pilot>
---
*<Author> | <Date> | <Version>*
Opus 4.7 follows instructions literally. A vague section produces output that matches the template but misses intent. Lock these per-section "Done When" criteria before drafting:
| Section | Done When |
|---|---|
| The Problem | Reader sees the gap, the cost of the gap, and who feels it. Quantified with at least one number. ≤ 60 words. |
| The Solution | Reader has a one-sentence summary of WHAT the solution is, plus the architectural-level mechanism (the Mermaid diagram supports this). Avoids feature lists. ≤ 90 words + diagram. |
| Key Differentiators | Reader can repeat the 3 differentiators without re-reading. Each differentiator names what is unique vs. status-quo, with a number or specific reference. No vague "better", "faster", "more flexible". |
| Proof Points | Every number sourced. No unsourced superlatives. The reader can verify a claim within one click. |
| Call to Action | Single specific next step (not "contact us", not "learn more"). Names who to contact / which doc to read / which decision to make by when. |
If your draft satisfies the layout but fails any Done When, rewrite the section. A one-pager that reads as bullet-points but lacks specific intent is a 4.7-failure mode.
Every one-pager should include exactly 1 Mermaid diagram — a high-level ecosystem or architecture overview placed in the Solution section. This diagram provides a 10,000-foot visual that a non-technical reader can absorb in 5 seconds.
graph LR (left-to-right) for flow/ecosystem diagrams or graph TD (top-down) for layered diagrams.\n or <br/> for line breaks in Mermaid labels - neither renders reliably (Notion cuts off multi-line text, \n is ignored).```mermaid
graph LR
A["Raw Input"] --> B["Processing Engine"]
B --> C["Output A"]
B --> D["Output B"]
E["Enterprise Layer"] -.->|integrates| B
```
| Dimension | What to Look For |
|---|---|
| Depth | Does the tagline capture the unique value? Do differentiators quantify claims or stay vague? |
| Originality | Is the problem statement novel or generic? Does the solution avoid cliched positioning? |
| Coherence | Do differentiators logically follow from the stated problem? Does the CTA align with the problem/solution? |
| Completeness | Are all proof points verified with sources? Is exactly one action requested in the CTA? |
Document evaluator optional for one-pagers (brief documents). See builder-foundation for details.
After drafting, optionally run cross-agent review.
Verify all numbers in proof points are accurate, sources are valid, claims are current. Flag any unverified metrics.
Review the following one-pager document for metric accuracy and source validity.
Verify:
1. Every number in the Proof Points table is accurate and current
2. Every source cited is valid and accessible
3. All claims in the Problem and Solution sections are factually correct
4. Differentiator claims are substantiated and not exaggerated
5. No outdated statistics or deprecated references
Output format:
1) VERIFIED_METRICS (confirmed accurate with source)
2) UNVERIFIED_METRICS (could not confirm — flag for manual review)
3) INCORRECT_METRICS (wrong or outdated — provide correction)
4) MISSING_SOURCES (claims without backing)
5) READY_FOR_DELIVERY (yes/no + reason)
Evaluate whether the document drives the intended decision, tagline is compelling, problem statement creates urgency, differentiators are genuinely differentiating, CTA is clear and actionable. Check overall visual hierarchy and readability.
Review the following one-pager document for impact, clarity, and decision-driving effectiveness.
Evaluate:
1. Does the tagline capture the value proposition in one compelling sentence?
2. Does the problem statement create genuine urgency?
3. Is the solution clearly articulated without jargon?
4. Are the differentiators genuinely differentiating (not generic claims)?
5. Does the CTA ask for exactly one clear action?
6. Is the document skimmable in 30 seconds?
7. Is the visual hierarchy effective (bold phrases, short sentences, clear sections)?
8. Does the tone match the intended audience?
9. Would a decision-maker reading this in a meeting be able to act on it immediately?
Output format:
1) IMPACT_ISSUES (weak tagline, unclear urgency, generic differentiators)
2) CLARITY_ISSUES (jargon, long sentences, confusing structure)
3) CTA_ASSESSMENT (clear and actionable / vague / multiple asks)
4) VISUAL_HIERARCHY (effective / needs improvement + specifics)
5) READY_FOR_DELIVERY (yes/no + reason)
Only keep the latest version. Delete previous versions when a new one is created (e.g., delete <slug>-one-pager-v1.md when <slug>-one-pager-v2.md is written).
Before finalizing, verify items in priority order per builder-foundation tiers.
Version: 2.0.0
npx claudepluginhub kpachhai/idea-forge --plugin idea-forgeGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.