founderos-prompt-scaffold

founderos-prompt-scaffold is a skill for Claude Code from impactbrussels/FounderOS. It costs 97 tokens per session (1,091 once invoked), scanned A, original, Apache-2.0.

A shared guide for writing Founder OS prompts and skills, including three levels of detail for simple tasks, repeatable workflows, and high-stakes decisions.

In plain words
What is it for?
Use it when creating, revising, or moving a Founder OS prompt or skill, or when teaching someone how to write a better prompt.
Why use it?
It helps turn vague requests into prompts with clear roles, steps, outputs, constraints, and consistent terms. This reduces generic or incomplete AI answers.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the founderos plugin — 23 skills, 3 agents shipped together

Good fit Use it when creating, revising, or moving a Founder OS prompt or skill, or when teaching someone how to write a better prompt.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/impactbrussels/founderos/founderos-prompt-scaffold
Install

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.

Any agent
npx skills add impactbrussels/FounderOS --skill founderos-prompt-scaffold
Clone the repo
git clone --depth 1 https://github.com/impactbrussels/FounderOS

Made for: Claude Code.

Or install founderos, the plugin that ships this one along with the rest of its 23 skills, 3 agents.

Wrote 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.

agentmods badge for founderos-prompt-scaffold

README.md
[![agentmods](https://agentmods.dev/badge/skills/impactbrussels/founderos/founderos-prompt-scaffold/github.svg)](https://agentmods.dev/skills/impactbrussels/founderos/founderos-prompt-scaffold)
Your own site
<a href="https://agentmods.dev/skills/impactbrussels/founderos/founderos-prompt-scaffold"><img src="https://agentmods.dev/badge/skills/impactbrussels/founderos/founderos-prompt-scaffold/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.

agentmods 80×15 button for founderos-prompt-scaffold

Your own site · 80×15
<a href="https://agentmods.dev/skills/impactbrussels/founderos/founderos-prompt-scaffold"><img src="https://agentmods.dev/badge/skills/impactbrussels/founderos/founderos-prompt-scaffold.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,091 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00097 $0.01091
Opus 5 $0.00048 $0.00545
Sonnet 5 $0.00019 $0.00218
Haiku 4.5 $0.00010 $0.00109

Measured 10d ago against content hash 4c7ce4332416, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

founderos-prompt-scaffold 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 10d 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.

skills/founderos-prompt-scaffold/SKILL.md · 78 lines

How it starts

The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Founder OS Prompt Scaffold

This is the engine. Every Founder OS skill is this scaffold filled in for one founder job. Use it to author new skills, fix weak prompts, or teach a founder to get better output.

When to reach for this

  • Authoring or editing any Founder OS skill → build the body against the scaffold.
  • An AI answer came back generic, hedgy, or wrong-shaped → the prompt is under-specified; rebuild it with the right tier.
  • A founder asks "how should I prompt for X" → hand them the matching tier.

The method

  1. Pick the lightest tier that does the job. Ceremony is a cost; founders are busy.
    • Low - one-shot, you'll eyeball it: role + task + format.
    • Medium - repeatable, defined output: ROLE_AND_GOAL + STEPS + OUTPUT.
    • High - decision-grade (money, legal, hiring): all six blocks.
  2. Fill every placeholder. Generic input → generic output. Use the shared glossary so vocabulary is consistent across skills ([STARTUP_NAME], [STAGE], [ICP], [RISKIEST_ASSUMPTION], [CONSTRAINT], …).
  3. Add <CONSTRAINTS> naming the task's failure mode. Most bad output is a known trap (inventing facts, generic tone, skipping a step). Name it.
  4. Define <OUTPUT> precisely, and end with one concrete next action the founder can take.
  5. For High tier, add <QUALITY_STANDARDS> - 1-3 acceptance tests the founder can check themselves.

The full scaffold text, the six blocks, and the placeholder glossary live in references/scaffold.md. The canonical copy is also at the repo's templates/prompt-scaffold.md.

The four non-negotiable principles (enforced in every skill)

  1. Research before asserting - verify checkable claims or label them assumptions.
  2. A draft is not a decision - name what still needs a human call.
  3. Batch, then decide - generate, gather all feedback, revise once.
  4. Ask before assuming - one tight question beats the wrong artifact.

Output

  • The chosen tier (Low / Medium / High) with a one-line reason it fits the task.
  • The filled-in prompt - every placeholder resolved, <CONSTRAINTS> naming the failure mode, <OUTPUT> precise - ending with one concrete next action.

Read the full file on GitHub · 78 lines

Files

What ships with it

1 file 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.

Changes

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.

  1. 10d ago First seen · 78 lines · 97 tokens per session scan A 4c7ce4332416

Subscribe to this mod's changes

founderos-prompt-scaffold is a skill published in the GitHub repository impactbrussels/FounderOS (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 97 tokens to every session and 1,091 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

prompt-engineer

Prompt engineering expert for chain-of-thought, few-shot learning, evaluation, and LLM optimization.

RightNow-AI/openfang · 23 tokens

prompt-lab

LLM prompt engineering: analyzes failure modes, generates variants (direct, few-shot, CoT), designs rubrics, produces test suites. Triggers on: "prompt engineering", "generate prompt variants", "A/B test prompts", "optimize prompt", "improve this prompt". NOT for SKILL.md files, use skill-evaluator.

Mathews-Tom/armory · 74 tokens

Prompt Engineering

Write better prompts for AI tools — structured, specific, and optimized for quality output.

OpenLabor/openlabor · 19 tokens

prompt-engine

Ultimate AI prompt database and builder with 2,500+ curated prompts across 19 categories and 17 AI models (Midjourney, Flux, Leonardo AI, DALL-E, Sora, Imagen, Mystic, Stable Diffusion, Ideogram, Adobe Firefly, and more). Search, build, enhance, and adapt prompts for image generation, video creation, text, and…

AgriciDaniel/claude-prompts · 166 tokens

prompt-adapt

Adapt and convert AI prompts between different models and platforms. Translates between Midjourney, Flux, Leonardo AI, DALL-E, Sora, Imagen, Stable Diffusion, Adobe Firefly, Ideogram, and more. Handles syntax differences, parameter mapping, and model-specific optimizations. Use when user says "adapt prompt", "convert…

AgriciDaniel/claude-prompts · 97 tokens

prompt-enhance

Enhance and improve existing AI prompts using professional techniques from a 2,500+ prompt database. Adds detail, fixes structure, optimizes for specific models, and applies proven patterns from top-performing prompts. Use when user says "enhance my prompt", "improve this prompt", "make this prompt better", "optimize…

AgriciDaniel/claude-prompts · 83 tokens