You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,23 +107,22 @@ graph TD
107
107
108
108
subgraph "Phase 2: Development (Weeks 3-4)"
109
109
D --> G[Spec-Driven Development]
110
-
D --> H[Planned Implementation]
111
-
G --> I[Progressive Enhancement]
112
-
H --> I
110
+
H[Planned Implementation]
111
+
I[Progressive Enhancement]
113
112
I --> J[Choice Generation]
114
113
Q[Event Automation]
115
114
R[Custom Commands]
116
115
S[Progressive Disclosure]
117
116
U[Image Spec]
118
-
G --> K[Atomic Decomposition]
117
+
I --> K[Atomic Decomposition]
119
118
K --> L[Parallel Agents]
120
119
end
121
120
122
121
subgraph "Phase 3: Operations (Weeks 5-6)"
123
122
C --> M[Policy Generation]
124
123
M --> N[Security Orchestration]
125
124
N --> T[Centralized Rules]
126
-
L --> O[Baseline Management]
125
+
F --> O[Baseline Management]
127
126
D --> P[Automated Traceability]
128
127
end
129
128
@@ -446,7 +445,7 @@ Each developer maintains their own prompts and preferences, leading to inconsist
446
445
**Maturity**: Beginner
447
446
**Description**: Run AI tools in isolated environments without access to secrets or sensitive data to prevent credential leaks and maintain security compliance.
3.**[Monitoring & Maintenance Patterns](#monitoring-maintenance-patterns)** - Deploy proactive system management
2617
+
3.**[Monitoring & Maintenance Patterns](#monitoring--maintenance-patterns)** - Deploy proactive system management
2617
2618
2618
2619
**Note**: For teams practicing continuous delivery, implement security ([Security Sandbox](#security-sandbox), AI Security & Compliance) and deployment patterns (Deployment Automation) from week 1 alongside foundation patterns. The phases represent learning dependencies, not deployment sequences.
0 commit comments