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
+8-26Lines changed: 8 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,12 @@
19
19
20
20
## Why BeforeCode?
21
21
22
-
Most projects start coding too early. BeforeCode creates a planning workspace that captures the real idea first, asks for missing context, and then generates build-ready Markdown documentation.
22
+
BeforeCode creates a planning workspace that captures the real idea first, asks for missing context, and then generates build-ready Markdown documentation.
23
23
24
24
| Without BeforeCode | With BeforeCode |
25
25
|---|---|
26
-
|Random template docs | Context-aware docs |
27
-
|AI agents guess missing details | Missing details become open questions |
26
+
|Generic docs | Context-aware docs |
27
+
|Missing decisions hidden | Missing decisions become open questions |
28
28
| PRD, TRD, QA drift apart | Docs share one source of truth |
29
29
| Build starts before scope is clear | Build starts from reviewed context |
30
30
@@ -83,19 +83,10 @@ flowchart TD
83
83
## Quick start
84
84
85
85
```bash
86
-
# Capture context and generate a planning workspace
0 commit comments