Free · FDE Academy

Train the operator, not the prompt.

A field curriculum for anyone using Claude Code, Codex, Cursor, Windsurf, Hermes or any coding agent to ship AI systems. Every module ends in an artifact your agent can inspect, test and improve — self-paced, artifact-driven, open.

final project · ship a scoped AI workflow from vague request to production handoff
fde academy · operator track
8
modules
12
labs
5
artifacts
1
capstone
Research → 6-Q → Scope → Prototype → Evals → Handoff → Productize
What this actually is

The training layer for the open-source Skill.

Field thesis: most AI projects fail because the operator lets the agent code before the problem is scoped, measured, evaluated and owned. The Academy teaches the operating discipline that prevents that failure.

YOU PRODUCE

Real deliverables

Domain dossier, scoping report, prototype spec, eval plan, production handoff, productization memo.

YOU PRACTICE

The discipline

Domain research, 6-Q interviews, ROI sizing, architecture trade-offs, eval design, runbooks.

YOU AVOID

The failure modes

Prompt theater, vague requirements, eval-less demos, no-owner handoffs, SaaS-first confusion.

COST

Free & open

Self-paced. Every artifact maps to a template or script in the open-source repo.

Choose your track

One Academy, three operator paths.

TRACK 01

Agent Operator

Builders using coding agents to ship real projects. Control context & scope, demand concrete artifacts, use evals before trusting output.

TRACK 02

FDE Consultant

A repeatable delivery method for client-facing AI work. Run discovery without vague questions, translate pain into scope, hand off maintainable systems.

TRACK 03

Skill Maintainer

Contributors improving the Skill, templates, scripts and examples. Add tests, sharpen rubrics, productize repeated field patterns.

Curriculum

Eight modules with real deliverables.

Not "watch videos and feel inspired." You pass by producing artifacts that survive the FDE rubric.

MODULE 00 · ORIENTATION

Install the Skill and set operator rules

What the Skill is, what it is not, and how to keep agents in co-founder mode instead of autocomplete mode. Pass artifact: local install + one vague prompt rewritten into an FDE request.

MODULE 01 · FUNDAMENTALS

Learn the 4-stage FDE loop

Scoping → Prototyping → Production → Feedback as the backbone of every engagement. Pass artifact: one-page operating memo (outcome, owner, timeline, artifact chain).

MODULE 02 · DOMAIN RESEARCH

Build the dossier before asking questions

Market, pains, regulations, stack, benchmarks, news and talent — before discovery. Pass artifact: domain dossier with 5 insights that change the questions you ask.

MODULE 03 · 6-Q DECOMPOSITION

Turn vague AI demand into a measurable project

Force process, output, data, error cost, current system and success metric before architecture. Pass artifact: completed 6-Q sheet with quantified answers and named assumptions.

MODULE 04 · SCOPING STUDIO

Write the report that decides GO or NO-GO

Stakeholder map, pain matrix, ROI, risks, architecture sketch and 90-day plan in one decision artifact. Pass artifact: 5-page scoping report with a conservative ROI threshold.

MODULE 05 · PROTOTYPE & SCIENTIFIC SEARCH

Make architecture compete before code hardens

Generate candidate architectures, validate against held-out constraints, prune weak paths, keep rejected hypotheses as lessons. Pass artifact: prototype spec with diagram, failure modes, held-out results, data flow.

MODULE 06 · EVALS

Define pass/fail before trusting the demo

Golden cases, adversarial cases, regression checks, human-review rules, metrics and drift alerts. Pass artifact: eval framework with target metrics, test categories, fail cases and owner.

MODULE 07 · PRODUCTION HANDOFF

Move from demo to owned system

Deployment, rollback, observability, security, runbooks, cost projections, ownership, incident paths. Pass artifact: handoff another team could operate tomorrow.

MODULE 08 · PRODUCTIZATION

Turn field work into reusable IP

Extract repeated patterns into templates, scripts, adapters, examples and eventually MCP tools. Pass artifact: productization memo ranking assets by effort, ROI and strategic fit.

Workshop system

12 labs that make the training real.

Lab 01Convert a vague founder prompt into an FDE request.
Lab 02Build a domain dossier for one vertical.
Lab 03Write six stratigraphic discovery questions.
Lab 04Complete a quantified 6-Q interview.
Lab 05Calculate ROI and sensitivity cases.
Lab 06Write a 5-page scoping report.
Lab 07Generate and score 4 architecture candidates.
Lab 08Draft a prototype spec with failure modes.
Lab 09Create an eval suite (happy, edge, adversarial, regression).
Lab 10Write a production handoff runbook.
Lab 11Score your own work with the 6-trait rubric.
Lab 12Extract reusable IP into a productization memo.
Quality gate

The 6-trait rubric is the graduation bar.

Generic work fails. A passing artifact scores ≥3 on every trait, with Ownership and Decomposition at 4+.

TraitExcellent looks likeAuto-fail signal
Customer CuriositySpecific domain reality and stakeholder context.Generic "AI can help" language.
OwnershipConcrete outcome, owner, date and timeline."Could", "maybe", "explore".
Decomposition6-Q answered with numbers.Vague restatement of the problem.
EmpathyAdoption, politics, maintenance and constraints named.Ignores the customer's operating reality.
Product SenseShippable artifact, failure modes, production path.Slides, theory, or no runbook.
CommunicationExecutive summary plus technical detail.Jargon or oversimplification.
Final project

Capstone — ship the field package for one AI workflow.

Run the full loop on one realistic workflow: research the dossier → 6-Q + ROI → scoping & GO/NO-GO → prototype spec, eval suite & handoff → score with the rubric and revise. You don't build the whole system to pass — the package must make implementation obvious, measurable and ownable.

Start here

Run the Academy with the Skill beside you.

Install the Skill, then use the Academy as the path. The first prompt should not ask the agent to code — it should ask the agent to scope.

# from the repository root
mkdir -p ~/.claude/skills
ln -s "$(pwd)/skill" ~/.claude/skills/fde-consultant

# first Academy exercise
/fde-consultant turn this vague AI idea into a 6-Q scoping interview:
"We want an AI agent for customer support operations."