Companion repository for the Problem-Solving Crash Course from The AI Agent Factory by Panaversity.
Six small, focused starter packs you can download and use with any AI assistant to practice the techniques taught in the crash course.
- Pick the pack that matches the Practice callout you are working on (see table below).
- Go to the latest release and download just that pack's zip.
- Unzip into a fresh folder, open the pack's
README.md, and follow it.
You do not need to clone this repo. Download only the pack you need.
| Pack | Download | Serves | What you practice |
|---|---|---|---|
| Pack 1 — Cluttered Downloads folder | pack-1-cluttered-folder.zip |
Practice 1 (P1) | Asking the agent to inspect a messy folder and propose an organization scheme before touching anything |
| Pack 2 — Mixed-format receipts | pack-2-receipts.zip |
Practice 2 (P2) | A folder of 15 receipts in 3 formats (JPGs, PDFs, PNGs): see why code outpaces specialized apps |
| Pack 3 — Big-prompt vs decomposed task | pack-3-decomposition.zip |
Practice 4 (P4) | Watching a single overloaded prompt fail, then solving the same problem by decomposing into steps |
| Pack 4 — Four-phase worked example | pack-4-worked-example.zip |
Part 10 capstone | Running the full Understand → Plan → Execute → Reflect loop end-to-end |
| Pack 5 — Q3 variance memo verification | pack-5-verification.zip |
Practice 3 (P3) | Running a verification pass on a staged deliverable to flag ungrounded claims against source files |
| Pack 6 — Hiring loop persistence | pack-6-persistence.zip |
Practice 5 (P5) | Running the same screening task twice — without and with a CLAUDE.md — to feel what persistence buys |
See URLS.md for the exact download URLs lesson links use.
Every pack is self-contained and follows the same shape:
pack-N-slug/
├── README.md # The exact prompt + what success looks like
└── <pack-specific files> # Data, templates, or starter scaffolding
You do not need the other packs to use one pack.
Apache-2.0. See LICENSE.