@only1btayy/g2w 1.0.20 → 1.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ The best relationships are built on trust. Trust comes from honesty, and honesty
|
|
|
10
10
|
|
|
11
11
|
I got tired of going in circles with Claude and others because the systems I was using were not set up in a way that builds trust between the user and the model. Some of the top CEOs and big business people who use AI are not concerned with the question — "can it build?" Instead they are focused on — "can we trust what it builds and can we ship it?"
|
|
12
12
|
|
|
13
|
-
This is not a workflow system. Not a task runner. This is a protocol for building trust between you and your AI so what gets built is actually what you envisioned. No more back and forth and all the other bullshit that gets in the way.
|
|
13
|
+
This is not just a workflow system. Not just a task runner. This is a protocol for building trust between you and your AI so what gets built is actually what you envisioned. No more back and forth and all the other bullshit that gets in the way.
|
|
14
14
|
|
|
15
15
|
**G2W is a relationship protocol.**
|
|
16
16
|
|
|
@@ -108,6 +108,22 @@ The plan is the contract. By the time The Builder touches a single line of code,
|
|
|
108
108
|
|
|
109
109
|
---
|
|
110
110
|
|
|
111
|
+
### Optional Methods
|
|
112
|
+
|
|
113
|
+
Each Foundation agent is also a direct slash command. The normal flow runs through `/g2w:build2gether` and `/g2w:get2work` — but if you know what you're doing, you can jump straight into any stage of the pipeline.
|
|
114
|
+
|
|
115
|
+
| Command | When to use it directly |
|
|
116
|
+
|---|---|
|
|
117
|
+
| `/g2w:the-visionary` | You have a half-written plan and just want it finished — skip the full build2gether flow |
|
|
118
|
+
| `/g2w:the-challenger` | You wrote your own plan outside G2W and want it stress-tested before building |
|
|
119
|
+
| `/g2w:the-builder` | Plan is already locked — skip straight to building |
|
|
120
|
+
| `/g2w:the-inspector` | Code is already written — just verify it against a plan |
|
|
121
|
+
| `/g2w:the-leader` | Kick off the full pipeline without the identity, brainstorm, and research phases |
|
|
122
|
+
|
|
123
|
+
These are escape hatches for engineers who don't need the ceremony. G2W has no ceiling.
|
|
124
|
+
|
|
125
|
+
---
|
|
126
|
+
|
|
111
127
|
### The Trust Layer
|
|
112
128
|
|
|
113
129
|
Delivered via hook so it runs every single session, not just when the AI remembers.
|
|
@@ -199,4 +215,11 @@ Under active development. First real-world test case is Blackhole VST running th
|
|
|
199
215
|
|
|
200
216
|
---
|
|
201
217
|
|
|
218
|
+
## Acknowledgements
|
|
219
|
+
|
|
220
|
+
- **[johnkf5-ops/the-dev-squad](https://github.com/johnkf5-ops/the-dev-squad)** — inspired The Foundation's multi-agent pipeline
|
|
221
|
+
- **John Knopf** — modular doc system approach. His words: *"Take it, run with it, use it, modify it, make it better. That's the whole point."*
|
|
222
|
+
|
|
223
|
+
---
|
|
224
|
+
|
|
202
225
|
*Built by ONLY1BTAYY · MIT License · Claude Code native*
|