@jiggai/recipes 0.4.19 → 0.4.21
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/docs/WORKFLOW_FIXES_2026-03-13.md +23 -0
- package/index.ts +130 -29
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/recipes/default/business-team.md +28 -28
- package/recipes/default/customer-support-team.md +26 -26
- package/recipes/default/development-team.md +46 -46
- package/recipes/default/marketing-team.md +87 -99
- package/recipes/default/product-team.md +28 -28
- package/recipes/default/research-team.md +26 -26
- package/recipes/default/social-team.md +44 -44
- package/recipes/default/workflow-runner-addon.md +3 -3
- package/recipes/default/writing-team.md +26 -26
- package/src/lib/workflows/workflow-queue.ts +116 -85
- package/src/lib/workflows/workflow-runner.ts +110 -123
- package/src/lib/workspace.ts +20 -0
|
@@ -20,77 +20,77 @@ cronJobs:
|
|
|
20
20
|
timezone: "America/New_York"
|
|
21
21
|
agentId: "{{teamId}}-seo"
|
|
22
22
|
message: "Safe-idle loop: check for SEO-assigned work (tickets/workflows), make small progress, and write outputs under roles/seo/agent-outputs/."
|
|
23
|
-
enabledByDefault:
|
|
23
|
+
enabledByDefault: false
|
|
24
24
|
- id: copywriter-work-loop
|
|
25
25
|
name: "Copywriter work loop (safe-idle)"
|
|
26
26
|
schedule: "*/30 7-23 * * 1-5"
|
|
27
27
|
timezone: "America/New_York"
|
|
28
28
|
agentId: "{{teamId}}-copywriter"
|
|
29
29
|
message: "Safe-idle loop: check for copywriting-assigned work, make progress, and write outputs under roles/copywriter/agent-outputs/."
|
|
30
|
-
enabledByDefault:
|
|
30
|
+
enabledByDefault: false
|
|
31
31
|
- id: ads-work-loop
|
|
32
32
|
name: "Ads work loop (safe-idle)"
|
|
33
33
|
schedule: "*/30 7-23 * * 1-5"
|
|
34
34
|
timezone: "America/New_York"
|
|
35
35
|
agentId: "{{teamId}}-ads"
|
|
36
36
|
message: "Safe-idle loop: check for ads-assigned work, make progress, and write outputs under roles/ads/agent-outputs/."
|
|
37
|
-
enabledByDefault:
|
|
37
|
+
enabledByDefault: false
|
|
38
38
|
- id: social-work-loop
|
|
39
39
|
name: "Social work loop (safe-idle)"
|
|
40
40
|
schedule: "*/30 7-23 * * 1-5"
|
|
41
41
|
timezone: "America/New_York"
|
|
42
42
|
agentId: "{{teamId}}-social"
|
|
43
43
|
message: "Safe-idle loop: check for social/community-assigned work, make progress, and write outputs under roles/social/agent-outputs/."
|
|
44
|
-
enabledByDefault:
|
|
44
|
+
enabledByDefault: false
|
|
45
45
|
- id: designer-work-loop
|
|
46
46
|
name: "Designer work loop (safe-idle)"
|
|
47
47
|
schedule: "*/30 7-23 * * 1-5"
|
|
48
48
|
timezone: "America/New_York"
|
|
49
49
|
agentId: "{{teamId}}-designer"
|
|
50
50
|
message: "Safe-idle loop: check for creative/design-assigned work, make progress, and write outputs under roles/designer/agent-outputs/."
|
|
51
|
-
enabledByDefault:
|
|
51
|
+
enabledByDefault: false
|
|
52
52
|
- id: analyst-work-loop
|
|
53
53
|
name: "Analyst work loop (safe-idle)"
|
|
54
54
|
schedule: "*/30 7-23 * * 1-5"
|
|
55
55
|
timezone: "America/New_York"
|
|
56
56
|
agentId: "{{teamId}}-analyst"
|
|
57
57
|
message: "Safe-idle loop: check for analytics-assigned work, make progress, and write outputs under roles/analyst/agent-outputs/."
|
|
58
|
-
enabledByDefault:
|
|
58
|
+
enabledByDefault: false
|
|
59
59
|
- id: video-work-loop
|
|
60
60
|
name: "Video work loop (safe-idle)"
|
|
61
61
|
schedule: "*/30 7-23 * * 1-5"
|
|
62
62
|
timezone: "America/New_York"
|
|
63
63
|
agentId: "{{teamId}}-video"
|
|
64
64
|
message: "Safe-idle loop: check for video-assigned work, make progress, and write outputs under roles/video/agent-outputs/."
|
|
65
|
-
enabledByDefault:
|
|
65
|
+
enabledByDefault: false
|
|
66
66
|
- id: compliance-work-loop
|
|
67
67
|
name: "Compliance work loop (safe-idle)"
|
|
68
68
|
schedule: "*/30 7-23 * * 1-5"
|
|
69
69
|
timezone: "America/New_York"
|
|
70
70
|
agentId: "{{teamId}}-compliance"
|
|
71
71
|
message: "Safe-idle loop: check for compliance/brand-review work, make progress, and write outputs under roles/compliance/agent-outputs/."
|
|
72
|
-
enabledByDefault:
|
|
72
|
+
enabledByDefault: false
|
|
73
73
|
- id: offer-work-loop
|
|
74
74
|
name: "Offer work loop (safe-idle)"
|
|
75
75
|
schedule: "*/30 7-23 * * 1-5"
|
|
76
76
|
timezone: "America/New_York"
|
|
77
77
|
agentId: "{{teamId}}-offer"
|
|
78
78
|
message: "Safe-idle loop: check for offer/positioning work, make progress, and write outputs under roles/offer/agent-outputs/."
|
|
79
|
-
enabledByDefault:
|
|
79
|
+
enabledByDefault: false
|
|
80
80
|
- id: funnel-work-loop
|
|
81
81
|
name: "Funnel work loop (safe-idle)"
|
|
82
82
|
schedule: "*/30 7-23 * * 1-5"
|
|
83
83
|
timezone: "America/New_York"
|
|
84
84
|
agentId: "{{teamId}}-funnel"
|
|
85
85
|
message: "Safe-idle loop: check for funnel/landing-page work, make progress, and write outputs under roles/funnel/agent-outputs/."
|
|
86
|
-
enabledByDefault:
|
|
86
|
+
enabledByDefault: false
|
|
87
87
|
- id: lifecycle-work-loop
|
|
88
88
|
name: "Lifecycle work loop (safe-idle)"
|
|
89
89
|
schedule: "*/30 7-23 * * 1-5"
|
|
90
90
|
timezone: "America/New_York"
|
|
91
91
|
agentId: "{{teamId}}-lifecycle"
|
|
92
92
|
message: "Safe-idle loop: check for lifecycle/email work, make progress, and write outputs under roles/lifecycle/agent-outputs/."
|
|
93
|
-
enabledByDefault:
|
|
93
|
+
enabledByDefault: false
|
|
94
94
|
|
|
95
95
|
# Optional team-wide loop (off by default): can be enabled later if you want an extra generic executor.
|
|
96
96
|
- id: execution-loop
|
|
@@ -109,73 +109,61 @@ agents:
|
|
|
109
109
|
tools:
|
|
110
110
|
profile: "coding"
|
|
111
111
|
allow: ["group:fs", "group:web", "group:runtime"]
|
|
112
|
-
deny: ["exec"]
|
|
113
112
|
- role: seo
|
|
114
113
|
name: SEO Strategist
|
|
115
114
|
tools:
|
|
116
115
|
profile: "coding"
|
|
117
116
|
allow: ["group:fs", "group:web"]
|
|
118
|
-
deny: ["exec"]
|
|
119
117
|
- role: copywriter
|
|
120
118
|
name: Copywriter
|
|
121
119
|
tools:
|
|
122
120
|
profile: "coding"
|
|
123
121
|
allow: ["group:fs", "group:web"]
|
|
124
|
-
deny: ["exec"]
|
|
125
122
|
- role: ads
|
|
126
123
|
name: Paid Ads Specialist
|
|
127
124
|
tools:
|
|
128
125
|
profile: "coding"
|
|
129
126
|
allow: ["group:fs", "group:web"]
|
|
130
|
-
deny: ["exec"]
|
|
131
127
|
- role: social
|
|
132
128
|
name: Social & Community
|
|
133
129
|
tools:
|
|
134
130
|
profile: "coding"
|
|
135
131
|
allow: ["group:fs", "group:web"]
|
|
136
|
-
deny: ["exec"]
|
|
137
132
|
- role: designer
|
|
138
133
|
name: Creative / Designer
|
|
139
134
|
tools:
|
|
140
135
|
profile: "coding"
|
|
141
136
|
allow: ["group:fs", "group:web"]
|
|
142
|
-
deny: ["exec"]
|
|
143
137
|
- role: analyst
|
|
144
138
|
name: Marketing Analyst
|
|
145
139
|
tools:
|
|
146
140
|
profile: "coding"
|
|
147
141
|
allow: ["group:fs", "group:web"]
|
|
148
|
-
deny: ["exec"]
|
|
149
142
|
- role: video
|
|
150
143
|
name: Video Director / Creator
|
|
151
144
|
tools:
|
|
152
145
|
profile: "coding"
|
|
153
146
|
allow: ["group:fs", "group:web"]
|
|
154
|
-
deny: ["exec"]
|
|
155
147
|
- role: compliance
|
|
156
148
|
name: Brand / Compliance
|
|
157
149
|
tools:
|
|
158
150
|
profile: "coding"
|
|
159
151
|
allow: ["group:fs", "group:web"]
|
|
160
|
-
deny: ["exec"]
|
|
161
152
|
- role: offer
|
|
162
153
|
name: Offer Architect
|
|
163
154
|
tools:
|
|
164
155
|
profile: "coding"
|
|
165
156
|
allow: ["group:fs", "group:web"]
|
|
166
|
-
deny: ["exec"]
|
|
167
157
|
- role: funnel
|
|
168
158
|
name: Funnel Strategist
|
|
169
159
|
tools:
|
|
170
160
|
profile: "coding"
|
|
171
161
|
allow: ["group:fs", "group:web"]
|
|
172
|
-
deny: ["exec"]
|
|
173
162
|
- role: lifecycle
|
|
174
163
|
name: Lifecycle Strategist
|
|
175
164
|
tools:
|
|
176
165
|
profile: "coding"
|
|
177
166
|
allow: ["group:fs", "group:web"]
|
|
178
|
-
deny: ["exec"]
|
|
179
167
|
|
|
180
168
|
templates:
|
|
181
169
|
sharedContext.memoryPolicy: |
|
|
@@ -202,12 +190,12 @@ templates:
|
|
|
202
190
|
|
|
203
191
|
## Where to write things
|
|
204
192
|
- Ticket = source of truth for a unit of work.
|
|
205
|
-
-
|
|
206
|
-
-
|
|
193
|
+
- `../notes/plan.md` + `../shared-context/priorities.md` are **lead-curated**.
|
|
194
|
+
- `../notes/status.md` is **append-only** and updated after each work session (3–5 bullets).
|
|
207
195
|
|
|
208
196
|
## Outputs / artifacts
|
|
209
197
|
- Role-level raw output (append-only): `roles/<role>/agent-outputs/`
|
|
210
|
-
- Team-level raw output (append-only, optional):
|
|
198
|
+
- Team-level raw output (append-only, optional): `../shared-context/agent-outputs/`
|
|
211
199
|
|
|
212
200
|
Guardrail: do **not** create or rely on `roles/<role>/shared-context/**`.
|
|
213
201
|
|
|
@@ -216,7 +204,7 @@ templates:
|
|
|
216
204
|
- **No-op unless explicit queued work exists** for that role (ticket assigned/owned by role, or workflow run nodes assigned to the role agentId).
|
|
217
205
|
- If work happens, write back in this order:
|
|
218
206
|
1) Update the relevant ticket(s) (source of truth).
|
|
219
|
-
2) Append 1–3 bullets to
|
|
207
|
+
2) Append 1–3 bullets to `../notes/status.md` (team roll-up).
|
|
220
208
|
3) Write raw logs/artifacts under `roles/<role>/agent-outputs/` and reference them from the ticket.
|
|
221
209
|
- Team memory JSONL policy:
|
|
222
210
|
- Non-lead roles must **not** write directly to `shared-context/memory/pinned.jsonl`.
|
|
@@ -227,7 +215,7 @@ templates:
|
|
|
227
215
|
After meaningful work:
|
|
228
216
|
1) Update the ticket with what changed + how to verify + rollback.
|
|
229
217
|
2) Add a dated note in the ticket `## Comments`.
|
|
230
|
-
3) Append 3–5 bullets to
|
|
218
|
+
3) Append 3–5 bullets to `../notes/status.md`.
|
|
231
219
|
4) Append logs/output to `roles/<role>/agent-outputs/`.
|
|
232
220
|
|
|
233
221
|
sharedContext.plan: |
|
|
@@ -261,16 +249,16 @@ templates:
|
|
|
261
249
|
- `roles/<role>/memory/YYYY-MM-DD.md` (daily log)
|
|
262
250
|
|
|
263
251
|
## Plan vs status (team coordination)
|
|
264
|
-
-
|
|
265
|
-
-
|
|
252
|
+
- `../notes/plan.md` + `../shared-context/priorities.md` are lead-curated
|
|
253
|
+
- `../notes/status.md` is append-only roll-up (everyone appends)
|
|
266
254
|
|
|
267
255
|
## Outputs / artifacts
|
|
268
256
|
- `roles/<role>/agent-outputs/` (append-only)
|
|
269
|
-
-
|
|
257
|
+
- `../shared-context/agent-outputs/` (team-level, read/write from role via `../`)
|
|
270
258
|
|
|
271
259
|
## Role work loop contract (safe-idle)
|
|
272
260
|
- No-op unless explicit queued work exists for the role.
|
|
273
|
-
- If work happens, write back in order: ticket →
|
|
261
|
+
- If work happens, write back in order: ticket → `../notes/status.md` → `roles/<role>/agent-outputs/`.
|
|
274
262
|
|
|
275
263
|
sharedContext.priorities: |
|
|
276
264
|
# Priorities (lead-curated)
|
|
@@ -377,7 +365,7 @@ templates:
|
|
|
377
365
|
Secondary KPI: CAC after launch
|
|
378
366
|
---
|
|
379
367
|
## How to test
|
|
380
|
-
- Verify offer brief exists in shared-context/agent-outputs
|
|
368
|
+
- Verify offer brief exists in `../shared-context/agent-outputs/`
|
|
381
369
|
- Verify funnel structure documented
|
|
382
370
|
- Verify KPI definition present
|
|
383
371
|
|
|
@@ -437,20 +425,20 @@ templates:
|
|
|
437
425
|
---
|
|
438
426
|
## GUARDRAILS (read → act → write)
|
|
439
427
|
Before acting, every agent reads:
|
|
440
|
-
- notes/plan.md
|
|
441
|
-
- notes/status.md
|
|
442
|
-
- shared-context/priorities.md
|
|
428
|
+
- ../notes/plan.md
|
|
429
|
+
- ../notes/status.md
|
|
430
|
+
- ../shared-context/priorities.md
|
|
443
431
|
- relevant ticket(s)
|
|
444
432
|
After acting, every agent:
|
|
445
433
|
- updates the ticket with decisions, outputs, and next actions
|
|
446
|
-
- appends deliverables to shared-context/agent-outputs
|
|
434
|
+
- appends deliverables to `../shared-context/agent-outputs/` (append-only) unless explicitly instructed otherwise
|
|
447
435
|
---
|
|
448
436
|
## CURATION RULES (non-negotiable)
|
|
449
437
|
Only lead may directly modify:
|
|
450
|
-
- notes/plan.md
|
|
451
|
-
- shared-context/priorities.md
|
|
438
|
+
- ../notes/plan.md
|
|
439
|
+
- ../shared-context/priorities.md
|
|
452
440
|
Everyone else appends-only to:
|
|
453
|
-
- shared-context/agent-outputs/
|
|
441
|
+
- ../shared-context/agent-outputs/
|
|
454
442
|
- shared-context/feedback/
|
|
455
443
|
lead periodically distills append-only inputs into curated files.
|
|
456
444
|
---
|
|
@@ -485,7 +473,7 @@ templates:
|
|
|
485
473
|
Analyst is source of truth for performance claims.
|
|
486
474
|
---
|
|
487
475
|
## OUTPUT LOCATIONS (defaults)
|
|
488
|
-
- All deliverables: shared-context/agent-outputs
|
|
476
|
+
- All deliverables: `../shared-context/agent-outputs/` (append-only, dated or ticket-referenced)
|
|
489
477
|
- Feedback/critique: shared-context/feedback/ (append-only)
|
|
490
478
|
- Decisions + assignments: ticket body
|
|
491
479
|
- Curated priorities/plan: lead only
|
|
@@ -679,14 +667,14 @@ templates:
|
|
|
679
667
|
- work/in-progress/
|
|
680
668
|
- work/testing/
|
|
681
669
|
- work/done/
|
|
682
|
-
- notes/plan.md
|
|
683
|
-
- notes/status.md
|
|
670
|
+
- ../notes/plan.md
|
|
671
|
+
- ../notes/status.md
|
|
684
672
|
- shared-context/
|
|
685
673
|
You are the curator of:
|
|
686
|
-
-
|
|
687
|
-
-
|
|
674
|
+
- `../notes/plan.md`
|
|
675
|
+
- `../shared-context/priorities.md`
|
|
688
676
|
Everyone else appends-only to:
|
|
689
|
-
-
|
|
677
|
+
- `../shared-context/agent-outputs/`
|
|
690
678
|
- `shared-context/feedback/`
|
|
691
679
|
---
|
|
692
680
|
## LANE MODEL (Functional Domain)
|
|
@@ -728,7 +716,7 @@ templates:
|
|
|
728
716
|
When ticket reaches done:
|
|
729
717
|
- Write short completion summary in `outbox/`
|
|
730
718
|
- Ensure KPI baseline captured (if applicable)
|
|
731
|
-
- Update
|
|
719
|
+
- Update `../notes/status.md`
|
|
732
720
|
---
|
|
733
721
|
You own alignment.
|
|
734
722
|
You own structure.
|
|
@@ -748,9 +736,9 @@ templates:
|
|
|
748
736
|
- Existing ICP or positioning definitions
|
|
749
737
|
- Current resource constraints
|
|
750
738
|
2) Check:
|
|
751
|
-
-
|
|
752
|
-
-
|
|
753
|
-
-
|
|
739
|
+
- `../notes/plan.md`
|
|
740
|
+
- `../notes/status.md`
|
|
741
|
+
- `../shared-context/priorities.md`
|
|
754
742
|
No strategic shifts without context.
|
|
755
743
|
---
|
|
756
744
|
## TICKET VALIDATION TOOL USE
|
|
@@ -778,8 +766,8 @@ templates:
|
|
|
778
766
|
---
|
|
779
767
|
## CURATION AUTHORITY
|
|
780
768
|
Only you may modify:
|
|
781
|
-
-
|
|
782
|
-
-
|
|
769
|
+
- `../notes/plan.md`
|
|
770
|
+
- `../shared-context/priorities.md`
|
|
783
771
|
All others are append-only.
|
|
784
772
|
---
|
|
785
773
|
## PERFORMANCE REVIEW LOOP
|
|
@@ -868,9 +856,9 @@ templates:
|
|
|
868
856
|
---
|
|
869
857
|
## OUTPUT LOCATION
|
|
870
858
|
All research and briefs:
|
|
871
|
-
- Append to shared-context/agent-outputs/
|
|
859
|
+
- Append to ../shared-context/agent-outputs/
|
|
872
860
|
- Update assigned ticket with summary and acceptance coverage
|
|
873
|
-
Never modify curated files.
|
|
861
|
+
Never modify curated files in `../notes/plan.md` or `../shared-context/priorities.md`.
|
|
874
862
|
---
|
|
875
863
|
## QUALITY STANDARD
|
|
876
864
|
- Intent clarity before volume
|
|
@@ -943,7 +931,7 @@ templates:
|
|
|
943
931
|
## REQUIRED BEFORE FINAL RECOMMENDATION
|
|
944
932
|
- Check memory for existing keyword targets.
|
|
945
933
|
- Check past SEO performance from Analyst reports.
|
|
946
|
-
- Confirm ICP alignment from
|
|
934
|
+
- Confirm ICP alignment from `../notes/plan.md`.
|
|
947
935
|
---
|
|
948
936
|
## ALLOWED TOOLS
|
|
949
937
|
- Web search (SERP analysis)
|
|
@@ -1025,7 +1013,7 @@ templates:
|
|
|
1025
1013
|
|
|
1026
1014
|
Rules:
|
|
1027
1015
|
- Read the current ticket first.
|
|
1028
|
-
- Write deliverables to shared-context/agent-outputs
|
|
1016
|
+
- Write deliverables to `../shared-context/agent-outputs/` and summarize in the ticket.
|
|
1029
1017
|
- Do not publish; route through lead + approval gate.
|
|
1030
1018
|
|
|
1031
1019
|
|
|
@@ -1078,15 +1066,15 @@ templates:
|
|
|
1078
1066
|
---
|
|
1079
1067
|
## GUARDRAILS (Read → Act → Write)
|
|
1080
1068
|
Before acting read:
|
|
1081
|
-
- notes/plan.md
|
|
1082
|
-
- shared-context/priorities.md
|
|
1069
|
+
- ../notes/plan.md
|
|
1070
|
+
- ../shared-context/priorities.md
|
|
1083
1071
|
- assigned ticket
|
|
1084
1072
|
- offer + ICP definition
|
|
1085
1073
|
- compliance constraints (claims/disclaimers)
|
|
1086
1074
|
After acting:
|
|
1087
|
-
- append builds/variants/notes to shared-context/agent-outputs/
|
|
1075
|
+
- append builds/variants/notes to ../shared-context/agent-outputs/
|
|
1088
1076
|
- update ticket with settings, hypotheses, and acceptance criteria coverage
|
|
1089
|
-
Never modify curated files.
|
|
1077
|
+
Never modify curated files in `../notes/plan.md` or `../shared-context/priorities.md`.
|
|
1090
1078
|
---
|
|
1091
1079
|
## REQUIRED INPUT BEFORE LAUNCH
|
|
1092
1080
|
- objective (lead gen/sales/trials)
|
|
@@ -1230,16 +1218,16 @@ templates:
|
|
|
1230
1218
|
---
|
|
1231
1219
|
## GUARDRAILS (Read → Act → Write)
|
|
1232
1220
|
Before acting read:
|
|
1233
|
-
- notes/plan.md
|
|
1234
|
-
- notes/status.md
|
|
1235
|
-
- shared-context/priorities.md
|
|
1221
|
+
- ../notes/plan.md
|
|
1222
|
+
- ../notes/status.md
|
|
1223
|
+
- ../shared-context/priorities.md
|
|
1236
1224
|
- assigned ticket
|
|
1237
1225
|
- ICP definition
|
|
1238
1226
|
- brand guidelines
|
|
1239
1227
|
After acting write back:
|
|
1240
|
-
- append outputs to shared-context/agent-outputs/ (append-only)
|
|
1228
|
+
- append outputs to ../shared-context/agent-outputs/ (append-only)
|
|
1241
1229
|
- update ticket with summary, channel plan, and acceptance coverage
|
|
1242
|
-
Never modify curated files (notes/plan.md
|
|
1230
|
+
Never modify curated files (`../notes/plan.md`, `../shared-context/priorities.md`).
|
|
1243
1231
|
---
|
|
1244
1232
|
## REQUIRED INPUT BEFORE CONTENT CREATION
|
|
1245
1233
|
- channel(s)
|
|
@@ -1308,7 +1296,7 @@ templates:
|
|
|
1308
1296
|
1) Request engagement and traffic readout from analyst.
|
|
1309
1297
|
2) Identify themes with highest quality engagement (not just likes).
|
|
1310
1298
|
3) Recommend iteration in ticket.
|
|
1311
|
-
4) Document learnings in shared-context/agent-outputs/.
|
|
1299
|
+
4) Document learnings in ../shared-context/agent-outputs/.
|
|
1312
1300
|
|
|
1313
1301
|
|
|
1314
1302
|
social.status: |
|
|
@@ -1372,16 +1360,16 @@ templates:
|
|
|
1372
1360
|
---
|
|
1373
1361
|
## GUARDRAILS (Read → Act → Write)
|
|
1374
1362
|
Before acting read:
|
|
1375
|
-
- notes/plan.md
|
|
1376
|
-
- notes/status.md
|
|
1377
|
-
- shared-context/priorities.md
|
|
1363
|
+
- ../notes/plan.md
|
|
1364
|
+
- ../notes/status.md
|
|
1365
|
+
- ../shared-context/priorities.md
|
|
1378
1366
|
- assigned ticket
|
|
1379
1367
|
- any brand guidelines / approved palettes / logo rules
|
|
1380
1368
|
- copy brief from lead/copywriter/ads/social (as applicable)
|
|
1381
1369
|
After acting write back:
|
|
1382
|
-
- append deliverables + specs to shared-context/agent-outputs/ (append-only)
|
|
1370
|
+
- append deliverables + specs to ../shared-context/agent-outputs/ (append-only)
|
|
1383
1371
|
- update ticket with deliverables list, export specs, and acceptance coverage
|
|
1384
|
-
Never modify curated files (notes/plan.md
|
|
1372
|
+
Never modify curated files (`../notes/plan.md`, `../shared-context/priorities.md`).
|
|
1385
1373
|
---
|
|
1386
1374
|
## REQUIRED INPUT BEFORE DESIGN
|
|
1387
1375
|
Must be present in ticket or referenced docs:
|
|
@@ -1441,7 +1429,7 @@ templates:
|
|
|
1441
1429
|
After publishing:
|
|
1442
1430
|
1) request analyst readout (CTR, CVR, engagement quality, conversion)
|
|
1443
1431
|
2) propose next variant set with one change per variant when feasible
|
|
1444
|
-
3) document learnings in ticket + append notes to shared-context/agent-outputs/
|
|
1432
|
+
3) document learnings in ticket + append notes to ../shared-context/agent-outputs/
|
|
1445
1433
|
|
|
1446
1434
|
designer.status: |
|
|
1447
1435
|
# STATUS.md
|
|
@@ -1503,15 +1491,15 @@ templates:
|
|
|
1503
1491
|
---
|
|
1504
1492
|
## GUARDRAILS (Read → Act → Write)
|
|
1505
1493
|
Before acting read:
|
|
1506
|
-
- notes/plan.md
|
|
1507
|
-
- notes/status.md
|
|
1508
|
-
- shared-context/priorities.md
|
|
1494
|
+
- ../notes/plan.md
|
|
1495
|
+
- ../notes/status.md
|
|
1496
|
+
- ../shared-context/priorities.md
|
|
1509
1497
|
- assigned ticket
|
|
1510
1498
|
- relevant agent outputs
|
|
1511
1499
|
After acting write back:
|
|
1512
|
-
- append structured analysis to shared-context/agent-outputs/ (append-only)
|
|
1500
|
+
- append structured analysis to ../shared-context/agent-outputs/ (append-only)
|
|
1513
1501
|
- update ticket with findings, metric definitions, and recommendations
|
|
1514
|
-
Never modify curated files.
|
|
1502
|
+
Never modify curated files in `../notes/plan.md` or `../shared-context/priorities.md`.
|
|
1515
1503
|
---
|
|
1516
1504
|
## REQUIRED BEFORE REPORTING
|
|
1517
1505
|
- define metric being evaluated
|
|
@@ -1575,7 +1563,7 @@ templates:
|
|
|
1575
1563
|
2) Measure against baseline.
|
|
1576
1564
|
3) Identify strongest and weakest levers.
|
|
1577
1565
|
4) Provide structured recommendation.
|
|
1578
|
-
5) Document learnings in shared-context/agent-outputs/.
|
|
1566
|
+
5) Document learnings in ../shared-context/agent-outputs/.
|
|
1579
1567
|
|
|
1580
1568
|
analyst.status: |
|
|
1581
1569
|
# STATUS.md
|
|
@@ -1641,17 +1629,17 @@ templates:
|
|
|
1641
1629
|
---
|
|
1642
1630
|
## GUARDRAILS (Read → Act → Write)
|
|
1643
1631
|
Before acting read:
|
|
1644
|
-
- notes/plan.md
|
|
1645
|
-
- notes/status.md
|
|
1646
|
-
- shared-context/priorities.md
|
|
1632
|
+
- ../notes/plan.md
|
|
1633
|
+
- ../notes/status.md
|
|
1634
|
+
- ../shared-context/priorities.md
|
|
1647
1635
|
- assigned ticket
|
|
1648
1636
|
- ICP definition
|
|
1649
1637
|
- offer summary
|
|
1650
1638
|
- brand guidelines
|
|
1651
1639
|
After acting write back:
|
|
1652
|
-
- append scripts, outlines, shot lists, and notes to shared-context/agent-outputs/ (append-only)
|
|
1640
|
+
- append scripts, outlines, shot lists, and notes to ../shared-context/agent-outputs/ (append-only)
|
|
1653
1641
|
- update ticket with asset plan and acceptance coverage
|
|
1654
|
-
Never modify curated files.
|
|
1642
|
+
Never modify curated files in `../notes/plan.md` or `../shared-context/priorities.md`.
|
|
1655
1643
|
---
|
|
1656
1644
|
## REQUIRED INPUT BEFORE SCRIPTING
|
|
1657
1645
|
- channel/platform
|
|
@@ -1717,7 +1705,7 @@ templates:
|
|
|
1717
1705
|
1) Request analyst readout (retention %, watch time, CTR, conversion).
|
|
1718
1706
|
2) Identify drop-off points or hook weaknesses.
|
|
1719
1707
|
3) Propose structured iteration plan in ticket.
|
|
1720
|
-
4) Document learnings in shared-context/agent-outputs/.
|
|
1708
|
+
4) Document learnings in ../shared-context/agent-outputs/.
|
|
1721
1709
|
|
|
1722
1710
|
video.status: |
|
|
1723
1711
|
# STATUS.md
|
|
@@ -1786,11 +1774,11 @@ templates:
|
|
|
1786
1774
|
---
|
|
1787
1775
|
## GUARDRAILS (Read → Act → Write)
|
|
1788
1776
|
Before acting read:
|
|
1789
|
-
- notes/plan.md
|
|
1777
|
+
- ../notes/plan.md
|
|
1790
1778
|
- assigned ticket
|
|
1791
|
-
- relevant asset output in shared-context/agent-outputs
|
|
1779
|
+
- relevant asset output in `../shared-context/agent-outputs/`
|
|
1792
1780
|
After acting write back:
|
|
1793
|
-
- append review summary to shared-context/agent-outputs/ (append-only)
|
|
1781
|
+
- append review summary to ../shared-context/agent-outputs/ (append-only)
|
|
1794
1782
|
- update ticket with approval status (approved / approved with edits / rejected)
|
|
1795
1783
|
Never modify curated plan files.
|
|
1796
1784
|
---
|
|
@@ -1841,7 +1829,7 @@ templates:
|
|
|
1841
1829
|
---
|
|
1842
1830
|
## REVIEW LOOP
|
|
1843
1831
|
For recurring issues:
|
|
1844
|
-
1) document pattern in shared-context/agent-outputs/
|
|
1832
|
+
1) document pattern in ../shared-context/agent-outputs/
|
|
1845
1833
|
2) notify lead for systemic correction
|
|
1846
1834
|
3) recommend guideline update if necessary
|
|
1847
1835
|
|
|
@@ -1899,15 +1887,15 @@ templates:
|
|
|
1899
1887
|
---
|
|
1900
1888
|
## GUARDRAILS (Read → Act → Write)
|
|
1901
1889
|
Before acting read:
|
|
1902
|
-
- notes/plan.md
|
|
1903
|
-
- shared-context/priorities.md
|
|
1890
|
+
- ../notes/plan.md
|
|
1891
|
+
- ../shared-context/priorities.md
|
|
1904
1892
|
- assigned ticket
|
|
1905
1893
|
- ICP definition
|
|
1906
1894
|
- competitor references (if provided)
|
|
1907
1895
|
After acting:
|
|
1908
|
-
- append structured offer brief to shared-context/agent-outputs/
|
|
1896
|
+
- append structured offer brief to ../shared-context/agent-outputs/
|
|
1909
1897
|
- update ticket with recommendations + acceptance criteria
|
|
1910
|
-
Never modify curated files.
|
|
1898
|
+
Never modify curated files in `../notes/plan.md` or `../shared-context/priorities.md`.
|
|
1911
1899
|
---
|
|
1912
1900
|
## OUTPUT STRUCTURE (Required)
|
|
1913
1901
|
- Target ICP
|
|
@@ -1953,7 +1941,7 @@ templates:
|
|
|
1953
1941
|
1) request analyst conversion + revenue readout
|
|
1954
1942
|
2) evaluate price sensitivity
|
|
1955
1943
|
3) recommend structural adjustments
|
|
1956
|
-
4) document learnings in shared-context/agent-outputs/
|
|
1944
|
+
4) document learnings in ../shared-context/agent-outputs/
|
|
1957
1945
|
|
|
1958
1946
|
offer.notes: |
|
|
1959
1947
|
# NOTES.md
|
|
@@ -2007,14 +1995,14 @@ templates:
|
|
|
2007
1995
|
---
|
|
2008
1996
|
## GUARDRAILS (Read → Act → Write)
|
|
2009
1997
|
Before acting read:
|
|
2010
|
-
- notes/plan.md
|
|
1998
|
+
- ../notes/plan.md
|
|
2011
1999
|
- assigned ticket
|
|
2012
2000
|
- offer brief (from Offer Architect)
|
|
2013
2001
|
- ICP definition
|
|
2014
2002
|
After acting:
|
|
2015
|
-
- append funnel map to shared-context/agent-outputs/
|
|
2003
|
+
- append funnel map to ../shared-context/agent-outputs/
|
|
2016
2004
|
- update ticket with flow diagram + KPI checkpoints
|
|
2017
|
-
Never modify curated files.
|
|
2005
|
+
Never modify curated files in `../notes/plan.md` or `../shared-context/priorities.md`.
|
|
2018
2006
|
---
|
|
2019
2007
|
## OUTPUT STRUCTURE
|
|
2020
2008
|
- Funnel type (direct response / webinar / content-led / hybrid)
|
|
@@ -2111,14 +2099,14 @@ templates:
|
|
|
2111
2099
|
---
|
|
2112
2100
|
## GUARDRAILS (Read → Act → Write)
|
|
2113
2101
|
Before acting read:
|
|
2114
|
-
- notes/plan.md
|
|
2102
|
+
- ../notes/plan.md
|
|
2115
2103
|
- assigned ticket
|
|
2116
2104
|
- offer structure
|
|
2117
2105
|
- ICP + customer stage
|
|
2118
2106
|
After acting:
|
|
2119
|
-
- append lifecycle map to shared-context/agent-outputs/
|
|
2107
|
+
- append lifecycle map to ../shared-context/agent-outputs/
|
|
2120
2108
|
- update ticket with sequence outline + KPI plan
|
|
2121
|
-
Never modify curated files.
|
|
2109
|
+
Never modify curated files in `../notes/plan.md` or `../shared-context/priorities.md`.
|
|
2122
2110
|
---
|
|
2123
2111
|
## OUTPUT STRUCTURE
|
|
2124
2112
|
- Customer stage
|