<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Training on Claude Code Wiki</title><link>http://www.markalston.net/claude-code-wiki/training/</link><description>Recent content in Training on Claude Code Wiki</description><generator>Hugo</generator><language>en-us</language><atom:link href="http://www.markalston.net/claude-code-wiki/training/index.xml" rel="self" type="application/rss+xml"/><item><title>Developer Path</title><link>http://www.markalston.net/claude-code-wiki/training/developer-path/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://www.markalston.net/claude-code-wiki/training/developer-path/</guid><description>&lt;h1 id="developer-path"&gt;Developer Path&lt;a class="anchor" href="#developer-path"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;A structured progression from basic Claude Code usage to advanced workflows. Each module builds on the previous one &amp;ndash; work through them in order.&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Module&lt;/th&gt;
 &lt;th&gt;Focus&lt;/th&gt;
 &lt;th&gt;Prerequisites&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-1-prompting-foundations"&gt;1. Prompting Foundations&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Writing requests that produce correct code&lt;/td&gt;
 &lt;td&gt;None&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-2-the-verification-loop"&gt;2. The Verification Loop&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Building feedback into every task&lt;/td&gt;
 &lt;td&gt;Module 1&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-3-test-driven-development"&gt;3. Test-Driven Development&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Using tests as requirements for Claude&lt;/td&gt;
 &lt;td&gt;Module 2&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-4-debugging-with-claude"&gt;4. Debugging with Claude&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Systematic troubleshooting when things break&lt;/td&gt;
 &lt;td&gt;Modules 2-3&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-5-context-management"&gt;5. Context Management&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Understanding what Claude sees and remembers&lt;/td&gt;
 &lt;td&gt;Modules 1-4&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-6-extending-claude-code"&gt;6. Extending Claude Code&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Subagents, skills, MCP servers, and custom tooling&lt;/td&gt;
 &lt;td&gt;Module 5&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="exercise-materials"&gt;Exercise Materials&lt;a class="anchor" href="#exercise-materials"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Clone the exercise repo for hands-on practice alongside each module:&lt;/p&gt;</description></item><item><title>Platform Engineer Path</title><link>http://www.markalston.net/claude-code-wiki/training/platform-engineer-path/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://www.markalston.net/claude-code-wiki/training/platform-engineer-path/</guid><description>&lt;h1 id="platform-engineer-path"&gt;Platform Engineer Path&lt;a class="anchor" href="#platform-engineer-path"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;A structured progression for platform engineers deploying Claude Code to teams and organizations. Each module covers one layer of the deployment stack &amp;ndash; work through them in order.&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Module&lt;/th&gt;
 &lt;th&gt;Focus&lt;/th&gt;
 &lt;th&gt;Prerequisites&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-1-architecture"&gt;1. Architecture&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Request flow, control points, configuration hierarchy&lt;/td&gt;
 &lt;td&gt;None&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-2-infrastructure"&gt;2. Infrastructure&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Bedrock/provider setup, VPC endpoints, LLM gateway&lt;/td&gt;
 &lt;td&gt;Module 1&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-3-configuration-and-policy"&gt;3. Configuration and Policy&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Managed settings, CLAUDE.md hierarchy, distribution&lt;/td&gt;
 &lt;td&gt;Module 2&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-4-permissions-and-security"&gt;4. Permissions and Security&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Permission rules, sandboxing, compliance controls&lt;/td&gt;
 &lt;td&gt;Module 3&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-5-cost-management"&gt;5. Cost Management&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Budgets, model tiering, observability dashboards&lt;/td&gt;
 &lt;td&gt;Modules 2-4&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-6-phased-rollout"&gt;6. Phased Rollout&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Cohort strategy, success metrics, rollback triggers&lt;/td&gt;
 &lt;td&gt;Modules 1-5&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="exercise-materials"&gt;Exercise Materials&lt;a class="anchor" href="#exercise-materials"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Clone the exercise repo for hands-on practice alongside each module:&lt;/p&gt;</description></item><item><title>Product Manager Path</title><link>http://www.markalston.net/claude-code-wiki/training/product-manager-path/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://www.markalston.net/claude-code-wiki/training/product-manager-path/</guid><description>&lt;h1 id="product-manager-path"&gt;Product Manager Path&lt;a class="anchor" href="#product-manager-path"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Technical literacy for product managers using Claude Code. This path starts with what PMs can do directly &amp;ndash; research synthesis, prioritization modeling, requirements writing &amp;ndash; then builds the technical context needed to collaborate effectively with development teams.&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Module&lt;/th&gt;
 &lt;th&gt;Focus&lt;/th&gt;
 &lt;th&gt;Prerequisites&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-1-how-claude-code-works"&gt;1. How Claude Code Works&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;What it is, what PMs can do with it&lt;/td&gt;
 &lt;td&gt;None&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-2-product-research--discovery"&gt;2. Product Research &amp;amp; Discovery&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Research synthesis, validation, prototyping&lt;/td&gt;
 &lt;td&gt;Module 1&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-3-requirements--prioritization"&gt;3. Requirements &amp;amp; Prioritization&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Specs, decomposition, trade-off modeling&lt;/td&gt;
 &lt;td&gt;Module 2&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-4-technical-literacy"&gt;4. Technical Literacy&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Design, architecture, standards, TDD essentials&lt;/td&gt;
 &lt;td&gt;Module 2&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="#module-5-working-with-development-teams"&gt;5. Working with Development Teams&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Tickets, reviews, session planning&lt;/td&gt;
 &lt;td&gt;Modules 1-4&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Modules 3 and 4 can be taken in either order. Both depend on Module 2, and Module 5 depends on all four.&lt;/p&gt;</description></item></channel></rss>