05

Prompt &
Agent Knowledge

For those who want to build the weapons themselves. Battle-tested prompt frameworks and the agent design playbook.

PROMPT FRAMEWORKS BY ROLE

The question your client is waiting for.

Each template is the output of real client work. Adapt the structure; replace the variables; run it.

Meeting Minutes → Action Items

Extract action items from the following meeting notes.
For each action, include: "Owner", "Deadline", "Priority (H/M/L)".
If unknown, mark as "TBD".

[MEETING NOTES]
{Paste meeting notes here}

Client Brief Summary

Structure the following client brief into:
1. Background / Challenge (3 lines max)
2. Objective (1 sentence)
3. Target Audience
4. KPIs
5. Timeline
6. Budget Range
7. Constraints / Notes

[BRIEF]
{Paste brief here}

Estimate Draft

Create a cost estimate structure for the following scope.
Include: "Line item", "Man-days", "Approx. unit cost", "Subtotal".
Format as a table.
Note: Actual rates will be adjusted to internal standards.

[PROJECT SCOPE]
{Describe scope here}

Copy Variation Generator

Generate 10 copy variations for social media
from the following core message.

Conditions:
- Platform: {Instagram / TikTok / LINE}
- Tone: {upbeat / serious / provocative / empathetic}
- Length: {under 30 chars / under 60 / under 120}
- Hashtags: 5 per variation
- Emoji: {yes / no}

[CORE MESSAGE]
{Paste original copy here}

Creative Brief Expansion

From the following creative brief, propose 3 distinct
creative directions.

For each direction:
- Concept word (2-3 words)
- Visual tone & manner
- Key copy (1 sentence)
- Risks and opportunities of this approach

[BRIEF]
{Paste creative brief here}
CLAUDE CODE

Getting Started with Claude Code

Use AI directly from the terminal. File operations, code generation, and agent building — a practical guide.

Core Concepts

Agent-Based AI

Not chat — execution. AI that reads and writes files, runs code, and autonomously completes multi-step tasks.

Memory & Context

CLAUDE.md defines project rules. Memory files maintain learning across sessions.

Usage Patterns

Meeting → Auto Deck Generation

Input meeting transcript → analyze → auto-generate purpose-specific decks (Strategic / Learning / Creative / EN) in one pass.

Data Analysis Pipeline

/analyze → /strategy → /deck → /translate → /review. End-to-end AI pipeline.

AGENT DESIGN

Agent Architecture Framework

The foundational framework for designing your own AI agents.

01

Define Task

What to automate. What goes in, what comes out. Identify the highest time-consuming process.

02

Design Knowledge

What should the agent know? Past cases, brand guidelines, industry data. Inject external knowledge via RAG.

03

Design Prompts

System prompt, few-shot examples, output format definition. Persona settings. Error handling.

04

Test & Iterate

Test with 10 cases. Quality checklist. Feedback loop. Iterative improvement: v1 → v2 → v3.

Design Principles: Derive, Don’t Adopt — Client inputs are hypotheses; validate against independent data. Verdict System — GREEN/AMBER/RED for clear strategic evaluation. Specific Over Generic — Name the competitors, don’t say “competitors.”
COMPLETE

You’ve read all five chapters.

Now pick a tool from Chapter 04, try a prompt from above, or start building your own agent.

Back to AI HUB Home →