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
Wire TOKEN_OPTIMIZER into orchestrator activation, add /graphstack command UX, and vendor graphify-out (cache ignored).
Keeps onboarding friction low while aligning rules with GRAPH_REPORT + TOKEN_OPTIMIZER; CI and installer enforce the command stub.
Co-authored-by: Cursor <cursoragent@cursor.com>
1. Execute **Activation** in `orchestrator/ORCHESTRATOR.md` exactly as written (including step **1a**).
4
+
2. Greet using the scripted format from that section.
5
+
3. Wait for user input (`Activation` wait step). If the user already embedded their goal in the same message as this command, proceed with that goal immediately after greeting.
When you introduce a copy change, restart Cursor once locally (and mention that in README) so teammates see the refreshed entry. Keep installers + CI manifests in sync via `installer.py`'s `FILE_COPIES` and `.github/workflows/ci.yml`.
Default (Cursor Composer with GraphStack repo open): reopen chat and paste a short cue such as `"Resume GraphStack STATE.md"` or select `/graphstack` followed by `"Resume"` — Activation still runs tokens + graph loaders automatically.
443
+
444
+
Classic explicit prompt:
445
+
411
446
```
412
447
Read orchestrator/ORCHESTRATOR.md and follow it exactly.
413
448
Resume from last session.
@@ -419,21 +454,23 @@ Orchestrator reads `handoff/STATE.md` and `handoff/board/doing/` and picks up ex
419
454
420
455
## All Prompts
421
456
422
-
### Standard session
457
+
**Quick path:** describe work directly (rules + optional `/graphstack`). Legacy blocks remain for deterministic copy/paste workflows or non‑Cursor tooling.
458
+
459
+
### Standard session *(legacy explicit)*
423
460
```
424
461
Read orchestrator/ORCHESTRATOR.md and follow it exactly.
425
462
[What you want to build or fix — any language]
426
463
```
427
464
428
-
### New project from scratch
465
+
### New project from scratch*(legacy explicit)*
429
466
```
430
467
Read orchestrator/ORCHESTRATOR.md and follow it exactly.
431
468
This is a new project with no existing codebase.
432
469
I want to build [describe your idea].
433
470
Tech stack: [language, framework, database].
434
471
```
435
472
436
-
### Resume a previous session
473
+
### Resume a previous session*(legacy explicit)*
437
474
```
438
475
Read orchestrator/ORCHESTRATOR.md and follow it exactly.
0 commit comments