claude-code-playbook (avinashmyerolkar) — Summary
claude-code-playbook by avinashmyerolkar is a structured personal study guide documenting Claude Code's core features through 8 topic folders, each containing a notes.md with research and learnings. Topics progress from slash commands and CLAUDE.md through spec-driven development, plan mode, custom slash commands, skills, sub-agents, and MCP integration. Four topics are marked complete (01, 02, 03, 08); four are flagged "coming soon" (04–07). The repo ships zero runnable primitives — no commands, skills, agents, hooks, or MCP servers. Its primary value is as a personal learning log and reference document, particularly strong on spec-driven development concepts (vibe coding vs SDD comparison table, 7-step workflow, spec vs design doc separation). The SDD notes explicitly describe the full flow: Spec Doc → Review → Design Doc → Review → Tasks → Build → Validate within a Git branch workflow.
Differs from seeds: Closest to agent-os Archetype 4 (pure markdown scaffold), but with an even narrower scope — it is a personal study notebook, not a deployable framework. Unlike openspec or spec-kit (which ship runnable SDD workflows), this repo teaches the concepts without automating them. The SDD content overlaps conceptually with kiro's spec/design/tasks decomposition but ships none of Kiro's tooling.