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: .documentation/drafts/01-grand-vision-aslcd-toolkit.md
+20-14Lines changed: 20 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Today's AI coding tools suffer from fundamental limitations:
52
52
53
53
Traditional development treats code as king:
54
54
55
-
```
55
+
```text
56
56
Requirements → Design → Code → Test → Deploy
57
57
↑
58
58
(Source of truth)
@@ -64,7 +64,7 @@ This creates an inevitable gap between intent and implementation. Documentation
64
64
65
65
ASLCD inverts this model:
66
66
67
-
```
67
+
```text
68
68
Constitution → Specification → Plan → Tasks → Code
69
69
↑ ↑ |
70
70
| (Source of truth) |
@@ -86,7 +86,7 @@ In 3-5 years, a development team using ASLCD will experience:
86
86
87
87
Every change—from major feature to bug fix—begins with a specification appropriate to its scope. AI agents understand context through specifications, not by reading thousands of lines of code.
88
88
89
-
```
89
+
```text
90
90
Developer: "Add password reset functionality"
91
91
92
92
AI Agent:
@@ -106,7 +106,7 @@ The constitution is not a static document written once. It evolves through:
106
106
-**Evolution**: Amended based on real-world learnings
107
107
-**Inheritance**: Organization-level principles flow to projects
108
108
109
-
```
109
+
```text
110
110
Organization Constitution
111
111
│
112
112
├── Project A Constitution (extends)
@@ -123,7 +123,7 @@ Instead of losing institutional knowledge when developers leave or projects age:
123
123
-**Learnings**: Constitution evolves based on real outcomes
0 commit comments