AI-Enabled Builder Course - Verified TODOs
This list reflects a fresh pass against the current content in blog/courses/ai-enabled-builder and removes items that are already fixed or appear to be incorrect.
Phase 1: Quick Fixes (Confirmed)
1.1 Browser Automation (Spec 3) - Format Prompts
Location: specializations/browser-automation.mdIssue: Prompts are in blockquotes, not code blocks. Fix: Convert prompt blockquotes to fenced code blocks.
1.2 Resources - Add Discord URLs
Location: resources.mdIssue: Discord communities listed without invite URLs. Fix: Add real invite links or remove the list.
1.3 Sidebar Ordering & "99" Display
Location: .vitepress/sidebar.tsIssue: Specializations not ordered 1/2/3/4, and items without ordering show "99". Fix: Add explicit ordering for specializations and suppress "99" in titles.
1.4 Module #3 - Update AI Models
Location: 03-understanding-ai-tools.mdIssue: References outdated models (GPT-4o / 4o-mini / o1). Fix: Update model names and table to current offerings.
1.5 Module #4 - Tool Coverage Gaps
Location: 04-prompt-engineering.mdIssues:
- Copilot chat/agent features not covered.
- Lovable builds React apps; no React/JS framework context. Fix: Add a short section covering Copilot chat/agents and a brief React/framework primer.
1.6 Module #7 (Git) - Add From-Scratch Flow
Location: 07-version-control-git.mdIssue: No complete "start from empty folder" CLI walkthrough. Fix: Add a short step-by-step subsection: create folder -> git init -> add -> commit.
1.7 Module #9 - Update Netlify Info
Location: 09-deployment-maintenance.mdIssue: Netlify plan/free-tier details are outdated vs current pricing page. Verified (Netlify pricing page):
- Free: $0 forever, credit-based usage with 300 credits/month
- Personal: $9/month, 1,000 credits/month
- Pro: $20 per member/month, 3,000 credits/month
- Enterprise: custom Fix: Update the comparison table + narrative to reflect the credit-based plans.
Phase 2: Specializations (Confirmed)
2.1 Spec 1 (Knowledge System) - Shift Emphasis
Location: specializations/knowledge-system.mdIssue: Obsidian is still the recommended path; notes request "folder + VS Code + AI" as primary. Fix: Make the simple folder workflow primary; move Obsidian/Notion into optional sections.
2.2 Spec 2 (MCP Integration) - Verify Examples
Location: specializations/mcp-integration.mdIssue: Needs validation that the filesystem server example is current and add better discovery guidance. Verified (MCP servers repo):
- The official reference servers include filesystem, git, fetch, memory, time, sequentialthinking.
- README recommends the MCP Registry for finding servers: https://registry.modelcontextprotocol.io/Fix: Keep filesystem example, add MCP Registry link, and mention a few official reference servers.
2.3 Spec 4 (Claude Code) - Intro Only + Future Course Note
Location: specializations/claude-code.mdIssue: Must stay lightweight and point to a future dedicated course. Fix: Add a short note about a dedicated course and keep only intro-level material.
Phase 3: Editorial Enhancements (Open)
3.1 Add More Explanatory Boxes
Locations: Throughout modules Issue: Some sections move too fast. Fix: Add targeted ::: info ::: / ::: details ::: where helpful.
3.2 Review Course Overlap (Builder vs Power User)
Locations: Early modules in both courses Issue: Content overlap is still significant. Fix: Decide on strategy (reference vs consolidate vs keep).
Removed From TODO (Already Fixed or Not Reproducible)
- Spec C "Add Claude Code + Playwright MCP" (already present).
- Spec D "empty prompts" (prompts are present).
- Module #5 JSON formatting error (not reproducible).
- "Add motivation section" (already in
index.md). - Global 2025 -> 2026 (only appears as an example in knowledge cutoff text).
- "Post-Course Growth has no content" (content exists).
