44
55### Chapter 1: The Renaissance Developer
66
7+
78- [ Introduction: The Specialist's Dilemma] ( ./part1-foundations/01-renaissance-developer/01-introduction-the-specialist-s-dilemma.md )
89- [ The Renaissance Developer Model] ( ./part1-foundations/01-renaissance-developer/02-the-renaissance-developer-model.md )
910- [ What Changes, What Doesn't] ( ./part1-foundations/01-renaissance-developer/03-what-changes-what-doesn-t.md )
1718
1819### Chapter 2: What is Agentic Coding?
1920
21+
2022- [ Introduction] ( ./part1-foundations/02-what-is-agentic-coding/01-introduction.md )
2123- [ Defining Agentic Coding] ( ./part1-foundations/02-what-is-agentic-coding/02-defining-agentic-coding.md )
2224- [ The Spectrum of Agentic Coding] ( ./part1-foundations/02-what-is-agentic-coding/03-the-spectrum-of-agentic-coding.md )
2830- [ Summary] ( ./part1-foundations/02-what-is-agentic-coding/09-summary.md )
2931- [ Further Reading] ( ./part1-foundations/02-what-is-agentic-coding/10-further-reading.md )
3032
31- ### Chapter index: Part 1: Foundations
33+ ### Chapter 3: Architecture Principles for Agentic Development
34+
35+
36+ - [ Introduction: Why Architecture Matters for AI Agents] ( ./part1-foundations/03-architecture-principles/01-introduction.md )
37+ - [ The Digestibility Principle: Fitting in Context Windows] ( ./part1-foundations/03-architecture-principles/02-the-digestibility-principle.md )
38+ - [ Component Decomposition: Breaking Down for AI Understanding] ( ./part1-foundations/03-architecture-principles/03-component-decomposition.md )
39+ - [ Interface Boundaries: Clear Contracts for AI and Humans] ( ./part1-foundations/03-architecture-principles/04-interface-boundaries.md )
40+ - [ Separation of Concerns: Making Code Modifiable by AI] ( ./part1-foundations/03-architecture-principles/05-separation-of-concerns.md )
41+ - [ Testability: Validating AI-Generated Code] ( ./part1-foundations/03-architecture-principles/06-testability-for-ai-code.md )
42+ - [ Practical Application: Architecting a Real System] ( ./part1-foundations/03-architecture-principles/07-practical-application.md )
43+ - [ Common Pitfalls: Architecture Anti-Patterns for AI] ( ./part1-foundations/03-architecture-principles/08-common-pitfalls.md )
44+ - [ Summary: Key Architectural Principles] ( ./part1-foundations/03-architecture-principles/09-summary.md )
45+ - [ Further Reading: Architecture Resources] ( ./part1-foundations/03-architecture-principles/10-further-reading.md )
46+
47+ ### Chapter 4: Digestible Interfaces
48+
3249
33- * [ View Chapter] ( ./part1-foundations/README.md ) *
50+ - [ Introduction: The Interface Problem] ( ./part1-foundations/04-digestible-interfaces/01-introduction.md )
51+ - [ Defining Digestibility] ( ./part1-foundations/04-digestible-interfaces/02-defining-digestibility.md )
52+ - [ Human Constraints: Working Memory Limits] ( ./part1-foundations/04-digestible-interfaces/03-human-constraints.md )
53+ - [ AI Constraints: Context Window Limits] ( ./part1-foundations/04-digestible-interfaces/04-ai-constraints.md )
54+ - [ Unified Principles: Interfaces That Serve Both] ( ./part1-foundations/04-digestible-interfaces/05-unified-principles.md )
55+ - [ Examples: Good vs. Bad Interfaces] ( ./part1-foundations/04-digestible-interfaces/06-examples-good-vs-bad.md )
56+ - [ Common Pitfalls in Interface Design] ( ./part1-foundations/04-digestible-interfaces/07-common-pitfalls.md )
57+ - [ Measuring Digestibility] ( ./part1-foundations/04-digestible-interfaces/08-measuring-digestibility.md )
58+ - [ Summary: The Unified Design Philosophy] ( ./part1-foundations/04-digestible-interfaces/09-summary.md )
59+ - [ Further Reading and Resources] ( ./part1-foundations/04-digestible-interfaces/10-further-reading.md )
3460
35- Part 1 establishes the mindset and mental models for agentic development,
36- covering the Renaissance Developer concept, what agentic coding means,
37- architecture principles, and new bottlenecks in AI-assisted development.
3861
3962## Part 2
4063
@@ -45,13 +68,6 @@ architecture principles, and new bottlenecks in AI-assisted development.
4568[ Placeholder: 2-3 sentence summary of this chapter's content
4669for search and navigation purposes. To be written during drafting.]
4770
48- ### Chapter index: Part 2: The Playbook
49-
50- * [ View Chapter] ( ./part2-playbook/README.md ) *
51-
52- Part 2 provides the complete 6-week workflow from idea to production,
53- covering each phase of the journey with actionable guidance.
54-
5571## Part 3
5672
5773### Chapter 1: EARS Notation for Requirements
@@ -61,13 +77,6 @@ covering each phase of the journey with actionable guidance.
6177[ Placeholder: 2-3 sentence summary of this chapter's content
6278for search and navigation purposes. To be written during drafting.]
6379
64- ### Chapter index: Part 3: Patterns & Tools
65-
66- * [ View Chapter] ( ./part3-patterns-tools/README.md ) *
67-
68- Part 3 provides deep reference material for specific techniques,
69- organized by category for easy lookup when you need specific guidance.
70-
7180## Part 4
7281
7382### Chapter 5: Implementing the MVP
@@ -76,27 +85,3 @@ organized by category for easy lookup when you need specific guidance.
7685
7786[ Placeholder: 2-3 sentence summary of this chapter's content
7887for search and navigation purposes. To be written during drafting.]
79-
80- ### Chapter index: Part 4: Complete Example
81-
82- * [ View Chapter] ( ./part4-example/README.md ) *
83-
84- Part 4 proves the 6-week promise with a complete real-world project,
85- documenting every step from idea to deployed MVP.
86-
87- ## Part 99
88-
89- ### Chapter 1: Test Chapter
90-
91- * [ View Chapter] ( ./test-chapter.md ) *
92-
93- Test chapter for validating build scripts.
94-
95- ## Part front
96-
97- ### Chapter preface: Preface
98-
99- * [ View Chapter] ( ./preface.md ) *
100-
101- The preface explains the book's purpose, who it's for, how to use it effectively,
102- and what you can expect to achieve by following the 6-week playbook.
0 commit comments