plugins/workflow/skills/one-pager/SKILL.md
Use when compressing a complex strategy or analysis into a strictly one-page narrative—enforces Pyramid SCQ structure and Orwell word-budget discipline.
npx skillsauth add joellewis/skill-library one-pagerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The one-pager is a high-leverage distillation tool designed to respect executive attention by providing maximum insight per word. It enforces strategic discipline by forcing the author to prioritize the "answer" over the "activity," applying structural logic and linguistic precision to a single-page constraint.
NO ONE-PAGER LONGER THAN ONE PAGE — EVERY WORD MUST EARN ITS PLACE
Violating this law signals a failure to prioritize. If you cannot fit your strategy on one page, you have not yet achieved clarity of thought. "First things first, and second things not at all." (Source: Drucker)
digraph one_pager_flow {
"Complex Input" [shape=doublecircle];
"Step 1: Top-Down Structuring" [shape=box];
"Step 2: Narrative Drafting" [shape=box];
"Step 3: Orwell Audit" [shape=box];
"Gate: The One-Page Constraint" [shape=diamond];
"Final One-Pager" [shape=doublecircle];
"Complex Input" -> "Step 1: Top-Down Structuring";
"Step 1: Top-Down Structuring" -> "Step 2: Narrative Drafting";
"Step 2: Narrative Drafting" -> "Step 3: Orwell Audit";
"Step 3: Orwell Audit" -> "Gate: The One-Page Constraint";
"Gate: The One-Page Constraint" -> "Step 3: Orwell Audit" [label="> 1 page"];
"Gate: The One-Page Constraint" -> "Final One-Pager" [label="pass"];
}
prd-writing instead).problem-framing instead).REQUIRED SUB-SKILL: problem-framing — To ensure the "Question" in the S-C-Q is correct.
RECOMMENDED SUB-SKILL: memo-stress-tester — To validate the internal logic of the narrative.
RECOMMENDED SUB-SKILL: copy-editor — For final line-level prose refinement.
| Thought | Reality | |---------|---------| | "The topic is too complex for one page." | Complexity is often a symptom of muddy thinking. One page forces you to identify the 20% of facts that drive 80% of the value. | | "I'll just use 0.5" margins and 9pt font." | You are prioritizing "fitting words" over "respecting the reader." This makes the document unreadable and signals lack of discipline. | | "Bullet points are faster to read." | Bullet points allow you to skip logical connectors. Narrative forces you to prove how your ideas link together. | | "I'll attach a 5-page appendix." | An appendix is often a hiding place for ideas you weren't brave enough to cut. If it's not critical for the one-page logic, delete it. |
These thoughts mean STOP — you are about to shortcut:
databases
Use when a deliverable needs structured stakeholder sign-off before finalization—runs the pre-read, feedback-type alignment, and conflict-resolution protocol.
development
Use when you need to map who has power, who will be affected, and what motivates each party — produces a stakeholder map as an analytical artifact. This skill identifies and categorizes stakeholders; it does not persuade or influence them (use influence-architect for that).
testing
Use when beginning analytical or strategic tasks, facing undefined problems, or facing analysis paralysis—requires explicit problem definition before proceeding.
testing
Use when translating a product vision into engineering requirements—enforces the Working Backwards PR/FAQ method, requiring a customer-facing press release before any technical spec.