Collect And Orient¶
Generate a fresh context bundle and use it to orient on the user's current work state. This is the primary "what's going on right now?" workflow.
Workflow name: collect-and-orient
Execution: main
Steps¶
| # | ID | Name | Type | Depends on |
|---|---|---|---|---|
| 1 | run-collector |
Run the context bundle collector | code |
|
| 2 | read-bundle |
Read the context bundle files in priority order | code |
run-collector |
| 3 | synthesize |
Synthesize a brief orientation | reasoning |
read-bundle |
| 4 | connect-contracts |
Cross-reference with active contracts | reasoning |
synthesize |
| 5 | suggest-action |
Suggest one next action | reasoning |
connect-contracts |