Free download

The 5-Part Prompt Framework

The exact structure behind every high-quality AI prompt — role, context, example, rules, format. One page. Print it. Keep it next to your keyboard.

Used by the corAIgen community for every guide, sprint challenge, and workflow.

Get instant access

Enter your email and we'll send the framework + weekly AI lessons.

No spam. Unsubscribe any time.

What's inside

1

Role

Who Claude should be — the expertise level that shapes every response.

2

Context

The situation, audience, and background Claude can't assume.

3

Example

One good example beats three paragraphs of instruction.

4

Rules

Explicit constraints that eliminate the most common AI failures.

5

Format

Tell Claude exactly what to deliver and how to structure it.

+

3 worked examples

The email rewrite, the decision framework, the research brief.

Already signed up?

`; const blob = new Blob([html], { type: 'text/html' }); const url = URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; a.download = 'corAIgen-5-Part-Prompt-Framework.html'; a.click(); URL.revokeObjectURL(url); } // Allow enter key on email input document.getElementById('lead-email').addEventListener('keydown', e => { if (e.key === 'Enter') submitEmail(); });