@@ -18,24 +18,24 @@
Multi-phase development with validation gates
-
- 1. Research
+
+ 1. Research
Explore codebase
Score confidence
GO if >= 70
-
+
GO?
-
+
-
+
2. Plan
Design solution
List all changes
@@ -46,14 +46,14 @@
- OK?
+ OK?
-
- 3. Implement
+
+ 3. Implement
Execute plan
Quality gates / 5 edits
Run tests
@@ -62,21 +62,21 @@
-
+
4. Review
Security
Quality
Commit
-
+
Hooks firing throughout:
- SubagentStart
+ SubagentStart
UserPromptSubmit
PostToolUse
PreToolUse
- TaskCompleted
+ TaskCompleted
Stop
drift-detector
diff --git a/docs/infographic.html b/docs/infographic.html
index 4c5ccf2..4c0a1b1 100644
--- a/docs/infographic.html
+++ b/docs/infographic.html
@@ -680,7 +680,7 @@
@@ -691,7 +691,7 @@
Battle-tested Claude Code patterns from power users who ship production code daily.
Self-correcting memory, parallel worktrees, quality gates, and the 80/20 AI coding ratio —
- 9 Skills, 3 Agents, 12 Hooks, 10 Commands, 3 Contexts.
+ 11 Skills, 5 Agents, 18 Hooks, 10 Commands, 3 Contexts, 7 Guides.
@@ -750,13 +750,14 @@
03 Components
Everything Included
-
-
-
-
+
Platforms
@@ -859,7 +860,7 @@
06 Hooks & Automation
-
12 Automated Hooks
+
18 Hook Events
@@ -905,6 +906,34 @@
Notification
Permission logging
+
+
+
SubagentStart
Agent lifecycle logging
+
+
+
+
SubagentStop
Collect agent results
+
+
+
+
TaskCompleted
Quality gate on completion
+
+
+
+
PermissionRequest
Flag dangerous ops
+
+
+
+
PostToolUseFailure
Track failures
+
+
+
+
TeammateIdle
Detect blockers
+
+
+
+
Setup
One-time initialization
+
@@ -923,7 +952,7 @@
07 Specialized Agents
-
3 Purpose-Built Agents
+
5 Specialized Agents
@@ -957,6 +986,30 @@
Assess readiness with worktree isolation. Scores 0–100 across 5 dimensions.
+
+
+
Orchestrator
+
Memory-Enabled
+
+
Multi-phase feature development. Research > Plan > Implement > Review workflow.
+
+ /develop
+ Multi-Phase
+ Validation Gates
+
+
+
+
+
Debugger
+
Hypothesis-Driven
+
+
Systematic bug investigation with root cause analysis and fix verification.
+
+ Root Cause
+ Reproduce
+ Verify Fix
+
+
@@ -1063,7 +1116,7 @@
10 Skills Library
-
9 Battle-Tested Skills
+
11 Skills
| Skill | What It Does |
| pro-workflow | Core 8 patterns |
@@ -1075,6 +1128,8 @@
| session-handoff | Resume docs for next session |
| insights | Analytics, heatmaps, trends |
| deslop | Remove AI code slop before commit |
+ | context-optimizer | Token management and MCP audit |
+ | orchestrate | Wire Commands, Agents, Skills for multi-phase dev |
@@ -1156,8 +1211,8 @@