Quick Reference

One-page reference for all frameworks, patterns, and workflows from the Prompt Engineering Bootcamp

Joey Lopez · Prompt Engineering Bootcamp

Three Approaches Decision Matrix

When your task is...Choose this approachExample
Simple–Medium complexityADRs + Config.github/copilot-instructions.md
Team uses multiple AI toolsADRs + ConfigReference standards document
Complex, repeated tasksStructured FilesPriority Builder (325 lines)
Learning prompt engineeringStructured Files4-file interview workflow
Team committed to one IDETool-AssistedWindsurf workflows
Want automated guidanceTool-AssistedPlatform-integrated prompts
Decision Rule

Use the simplest approach that handles your complexity level.

Foundational Patterns Checklist

Before writing any prompt, check for all four patterns:

Quality check: Does your prompt use all 4 patterns? If not, which one would help most?

Advanced Patterns Quick Guide

ReAct Pattern — multi-step tasks

THINK:   Analyze the situation — what is actually needed?
ACT:     Take a specific, concrete action
OBSERVE: Check results — did it work? What changed?
THINK:   Next steps based on what you observed
         (repeat until complete)

Tree of Thoughts — decision points

1. Generate 3 genuinely different approaches
2. Evaluate pros/cons/risks of each
3. Choose best approach with explicit rationale

Spec-Kit Workflow — complex tasks

knowledge-base.md      Domain expertise (reusable across tasks)
specification.md       This task's specific requirements
implementation-plan.md Execution strategy (ReAct + Tree of Thoughts)
execution.md           Generated output materials

Pattern Recognition Quick Test

When you see any prompt, identify:

Good prompt = all 4 patterns visible

If you can't find one of the four, the prompt has a gap. Fill it before you run it.

Taking This Forward

This Week

  1. Apply ReAct pattern to one complex work decision
  2. Use Tree of Thoughts for your next strategic choice
  3. Create a spec-kit workflow for a task you do repeatedly

Longer Term

The Core Principle

Patterns beat formats. Choose your approach based on team context and task complexity.

Research Backing

.md