MyskillosMyskillos
Version history

Diff

v1.0.0 v1.1.0snapshot comparison

v1.0.0 — Zip import: Yasir_Hassan_Myskillos_Import.zip
v1.1.0 — Editör commit — 6 ajan
Expand 181 lines ...
182
  - from: 2e6fdf41-aa36-4596-b5d0-2b73beb11e45
182
  - from: 2e6fdf41-aa36-4596-b5d0-2b73beb11e45
183
    to: c59da3b3-e2da-4401-96d3-fd503f4acd88
183
    to: c59da3b3-e2da-4401-96d3-fd503f4acd88
184
    type: report-to
184
    type: report-to
185
-
rules:
185
+
rules: []
186
-
  - type: imported
187
-
    content: >-
188
-
      # Multi-Agent Campaign Generator and Focus Group
189
-
 
190
-
 
191
-
      Coordinate the six agents in `.claude/agents/` to generate and evaluate
192
-
      two advertising campaigns.
193
-
 
194
-
 
195
-
      Workflow:
196
-
 
197
-
 
198
-
      1. The campaign orchestrator receives the campaign brief and maintains
199
-
      shared state.
200
-
 
201
-
      2. The copywriter creates Campaign A and Campaign B.
202
-
 
203
-
      3. The Gen-Z, professional, and elderly-customer personas independently
204
-
      score and critique both campaigns.
205
-
 
206
-
      4. The campaign manager chooses a winner and returns `APPROVE` or
207
-
      `REVISE`.
208
-
 
209
-
      5. On `REVISE`, route all feedback to the copywriter and repeat the
210
-
      reviews.
211
-
 
212
-
      6. Stop after approval or three total rounds. Return the winner, final
213
-
      copy, reasoning, revision count, and audit trail.