mirror of
https://github.com/bleak-ai/gcontext.git
synced 2026-08-11 13:19:23 +02:00
The workflow spec requires one folder per step inside runs/example/ (e.g. 1-intake/results.md), not flat files. Fixed browser-recipes, seo-pipeline, and support-ops. release-ops was already correct. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.4 KiB
1.4 KiB
Step 4: Learn
Purpose
Feed what was learned back into the playbook library so future tickets of the same type are resolved faster.
Input
- The plan file (step 1): which playbook was used, or "custom plan".
- The execution log (step 2): what actually happened vs. what was planned.
playbooks/: the current library.
Output
One of:
- A new playbook file in
playbooks/{category-slug}.mdif no playbook existed. - An updated playbook with new variations or notes if one existed but the execution diverged.
- No change if the execution matched the playbook exactly.
Updated playbooks/_index.md if a new playbook was created.
How to execute
- No playbook existed: create one at
playbooks/{category-slug}.mdusing the standard playbook format (seeplaybooks/_index.md). Generalize the steps: replace specific customer names and IDs with placeholders. Keep the procedure concrete enough that the agent can follow it on a future ticket. - Playbook existed, execution diverged: compare the plan to the execution log. Add new variations to the "Common Variations" section. Add new warnings or edge cases to "Notes". Do not remove existing content.
- Playbook existed, execution matched: report "matched" and move on. No file changes.
- Present what was created or changed to the human for review.
Done when
The playbook library reflects what was learned from this ticket. If a new playbook was created, playbooks/_index.md lists it.