Skip to content
Claude edited this page Apr 7, 2026 · 3 revisions

AI_Workflow Wiki

This wiki is the side surface for the AI_Workflow curriculum. It exists for things that don't belong in the version-controlled chapters: rolling FAQs, recent changes, and the live status of external tools the curriculum depends on.

The curriculum itself lives in the repo. Start there:

What lives here

Page Purpose
FAQ Questions interns hit + answers. Grows organically.
Changelog What's been added or changed in the curriculum recently.
Tool status External tools the curriculum depends on, with last-verified dates. Check this if you suspect a tool is deprecated.

Why a wiki AND markdown chapters?

Two surfaces, two purposes:

  • The markdown chapters in main are the canonical curriculum. Version-controlled, PR-reviewed, visible to Claude Code when you /prep. The thing interns read first.
  • This wiki is for stuff that changes faster than the curriculum and doesn't belong in the chapters: tool status, common questions, "what changed last month."

If something here ever conflicts with a chapter, the chapter wins. The wiki is the side surface, not the source of truth.

Editing

Wiki edits are restricted to repo collaborators. If you're an intern who hit something confusing in a chapter, the right move is one of:

  1. Open an issue describing the problem
  2. Open a discussion for open-ended questions
  3. Submit a pull request directly to the markdown chapter

Don't edit the wiki to fix curriculum content — fix the chapter, then update the wiki only if there's a wiki-shaped reason to.

Companion repo

The hello-world-ai starter is the Day-1 clone target for Chapter 01. Minimal Docker-first Next.js wired for Claude Code, with 30 slash commands preinstalled at .claude/commands/.

Clone this wiki locally