Skip to content

Latest commit

 

History

History
294 lines (248 loc) · 6.05 KB

File metadata and controls

294 lines (248 loc) · 6.05 KB

Commit Maps for CMS

03.04 — Build A Feature

<CommitMap>
  <Commit id="03.04.01">
    My solution - built star ratings
  </Commit>
</CommitMap>

03.07 — The Plan-Execute-Clear Loop

<CommitMap>
  <Commit id="03.04.01">
    Start the lesson — star ratings from the previous lesson are in place
  </Commit>
  <Commit id="03.07.01">
    My solution
  </Commit>
</CommitMap>

04.01 — What Is An Agents.md File

<CommitMap>
  <Commit id="04.01.01">
    Start the lesson — comments system from the previous lesson in place
  </Commit>
</CommitMap>

04.02 — Steering With The Agents.md File

<CommitMap>
  <Commit id="04.01.01">
    Start the lesson with CLAUDE.md from the AGENTS.md lesson in place
  </Commit>
  <Commit id="04.02.01">
    See my solution — lesson bookmarks and updated CLAUDE.md built
  </Commit>
</CommitMap>

04.05 — A Skill For Writing Skills

<CommitMap>
  <Commit id="04.05.01">
    Start here - added the `/write-a-skill` skill to the repo
  </Commit>
  <Commit id="04.05.02">
    See my `/zod-to-valibot` skill
  </Commit>
  <Commit id="04.05.03">
    See the solution - the valibot migration fully applied to the app
  </Commit>
</CommitMap>

05.02 — Write Great PRDs With This Skill

<CommitMap>
  <Commit id="05.02.01">
    Start here - added the `/write-a-prd` skill to the repo
  </Commit>
  <Commit id="05.02.02">
    See the solution - added my PRD to the repo
  </Commit>
</CommitMap>

05.03 — Split Features Across Multiple Context Windows

<CommitMap>
  <Commit id="05.02.02">
    Start the lesson — PRD from the previous lesson in place
  </Commit>
  <Commit id="05.03.01">
    See my solution — naive multi-phase plan created
  </Commit>
</CommitMap>

05.05 — Use Tracer Bullets In Our Multi-Phase Plan

<CommitMap>
  <Commit id="05.05.01">
    Start the lesson — added the `/prd-to-plan` skill to the repo
  </Commit>
  <Commit id="05.05.02">
    See my solution — plan improved with tracer bullets
  </Commit>
</CommitMap>

05.06 — Executing Our Multi-Phase Plan

<CommitMap>
  <Commit id="05.05.02">
    Start the lesson — tracer-bullet plan from the previous lesson in place
  </Commit>
  <Commit id="05.06.01">
    See the completed phase 1 — service, route, and summary cards
  </Commit>
  <Commit id="05.06.02">
    See the completed phase 2 — revenue chart and per-course table
  </Commit>
  <Commit id="05.06.03">
    See all phases completed — admin access and empty states
  </Commit>
</CommitMap>

06.03 — Building A Do Work Skill

<CommitMap>
  <Commit id="05.06.03">
    Reset to the state before we added the `/do-work` skill - usually not needed
  </Commit>
  <Commit id="06.03.01">
    See my solution — `/do-work` skill added
  </Commit>
</CommitMap>

06.04 — Using Our Do Work Skill

<CommitMap>
  <Commit id="06.04.01">
    Start the lesson - added a PRD and plan to follow
  </Commit>
  <Commit id="06.04.02">
    See my solution — in-app enrollment notifications built
  </Commit>
</CommitMap>

06.05 — Fixing Agents' Broken Formatting With Pre-Commit

<CommitMap>
  <Commit id="06.05.01">
    Added Husky pre-commit hooks with lint-staged configured
  </Commit>
</CommitMap>

06.07 — Red-Green-Refactor

<CommitMap>
  <Commit id="06.07.01">
    Start the lesson — added a plan for building coupon redemption notifications
  </Commit>
  <Commit id="06.07.02">
    See the solution - updated `/do-work` skill with red-green-refactor
  </Commit>
  <Commit id="06.07.03">
    See the built code — coupon redemption notifications built
  </Commit>
</CommitMap>

07.03 — Trying HITL RALPH

<CommitMap>
  <Commit id="07.03.01">
    Added an admin analytics PRD and plan
  </Commit>
  <Commit id="07.03.02">
    See my solution — admin analytics Phase 1 summary cards built via HITL
  </Commit>
</CommitMap>

07.05 — Setting Up And Trying AFK RALPH

<CommitMap>
  <Commit id="07.03.02">
    Start the lesson — Phase 1 from the HITL lesson in place
  </Commit>
  <Commit id="07.05.01">
    See my solution — admin analytics Phase 2 revenue chart built via AFK
  </Commit>
</CommitMap>

07.08 — Hooking Up RALPH To Your Backlog

<CommitMap>
  <Commit id="07.08.01">
    Start the lesson — hooked up Ralph to GitHub issues
  </Commit>
  <Commit id="07.08.02">
    See my solution — Phase 3 course breakdown table added
  </Commit>
  <Commit id="07.08.03">
    See my bugfix — added a 12-month default
  </Commit>
</CommitMap>

07.09 — Updating Our PRD And Plan Skill To Use GitHub

<CommitMap>
  <Commit id="07.09.01">
    Start the lesson - PRD and plan skills updated to use GitHub
  </Commit>
</CommitMap>

08.02 — Don't Plan, Kanban

<CommitMap>
  <Commit id="08.02.01">
    Start the lesson — `/prd-to-issues` skill added
  </Commit>
</CommitMap>

08.03 — Using The Kanban Skill

<CommitMap>
  <Commit id="08.03.01">
    Start the lesson — added a gamification PRD
  </Commit>
  <Commit id="08.03.02">
    See the built code — XP, streaks, quiz XP, and dashboard gamification built
  </Commit>
</CommitMap>

08.05 — Trying Out Research

<CommitMap>
  <Commit id="08.03.02">
    Start the lesson — gamification from the previous lesson in place
  </Commit>
  <Commit id="08.05.01">
    See my solution — live-presence-indicator research doc written
  </Commit>
</CommitMap>

08.07 — Trying Out Prototyping

<CommitMap>
  <Commit id="08.05.01">
    Start the lesson — research from the previous lesson in place
  </Commit>
  <Commit id="08.07.01">
    See my solution — live presence prototype with Ably built
  </Commit>
</CommitMap>

08.09 — The Improve My Codebase Skill

<CommitMap>
  <Commit id="08.09.01">
    Start the lesson — `/improve-codebase-architecture` skill added
  </Commit>
</CommitMap>

08.10 — Adding Module Awareness To Our Plan/PRD Skill

<CommitMap>
  <Commit id="08.10.01">
    Start the lesson — module awareness added to write-a-prd skill
  </Commit>
</CommitMap>