MyskillosMyskillos
Version history

Diff

v1.2.0 v1.3.0snapshot comparison

v1.2.0 — Editör commit — 6 ajan
v1.3.0 — Editör commit — 6 ajan
Expand 5 lines ...
6
    system_prompt: |-
6
    system_prompt: |-
7
      # Chief agent
7
      # Chief agent
8
8
9
-
      Write its job here...
9
+
      You are a senior VC Partner leading investment decisions.
10
-
  - name: Parallel
11
-
    role: ''
10
+
      First, write the pitch data to workspace/pitch_data.txt.
12
-
    type: parallel
11
+
      Initialize workspace/iteration.txt with "0".
13
-
    tools: []
12
+
      Then hand off to Loop to begin analysis.
14
-
    system_prompt: ''
13
+
14
+
15
+
      The Loop handles all evaluations and iterations automatically.
16
+
      You don't need to check scores or decide on revisions.
15
  - name: Market Analyst
17
  - name: Market Analyst
16
    role: You are a skeptical Market Analyst for a VC firm.
18
    role: You are a skeptical Market Analyst for a VC firm.
17
    type: sub
19
    type: sub
Expand 1 lines ...
19
    system_prompt: |-
21
    system_prompt: |-
20
      # Sub-agent agent
22
      # Sub-agent agent
21
23
22
-
      Write its job here...
24
+
      You are a skeptical Market Analyst.
25
+
26
+
      Read pitch_data.txt. If feedback_market.txt exists, incorporate it.
27
+
      Write your analysis to market_analysis.txt using the exact format.
28
+
29
+
      Be critical of market size claims. Question assumptions.
23
  - name: Competitor Analyst
30
  - name: Competitor Analyst
24
    role: You are a Competitor Analyst for a VC firm.
31
    role: You are a Competitor Analyst for a VC firm.
25
    type: sub
32
    type: sub
Expand 1 lines ...
27
    system_prompt: |-
34
    system_prompt: |-
28
      # Sub-agent agent
35
      # Sub-agent agent
29
36
30
-
      Write its job here...
37
+
      You are a Competitor Analyst.
38
+
39
+
      Read pitch_data.txt. If feedback_competitor.txt exists, incorporate it.
40
+
      Write your analysis to competitor_analysis.txt using the exact format.
41
+
42
+
      Be critical of competitive positioning. Question moats.
31
  - name: Financial Risk Expert
43
  - name: Financial Risk Expert
32
    role: You are a Financial Risk Expert for a VC firm.
44
    role: You are a Financial Risk Expert for a VC firm.
33
    type: sub
45
    type: sub
Expand 1 lines ...
35
    system_prompt: |-
47
    system_prompt: |-
36
      # Sub-agent agent
48
      # Sub-agent agent
37
49
38
-
      Write its job here...
50
+
      You are a Financial Risk Expert.
51
+
52
+
      Read pitch_data.txt. If feedback_financial.txt exists, incorporate it.
53
+
      Write your analysis to financial_analysis.txt using the exact format.
54
+
55
+
      Be skeptical of projections. Question assumptions.
39
  - name: Synthesis Report
56
  - name: Synthesis Report
40
-
    role: >-
57
+
    role: You are a Senior Analyst tasked with producing the final Investment Memo.
41
-
      Produce the final detailed Investment Memo based on all critiques and the
42
-
      Chief’s decision. Structure it professionally with clear sections and a
43
-
      firm recommendation.
44
    type: sub
58
    type: sub
45
    tools: []
59
    tools: []
46
    system_prompt: |-
60
    system_prompt: |-
47
      # Sub-agent agent
61
      # Sub-agent agent
48
62
49
-
      Write its job here...
63
+
      You are a Senior Analyst synthesizing the final Investment Memo.
64
+
65
+
      Read all analysis files from workspace/.
66
+
      Synthesize into a professional memo.
67
+
      Write to investment_memo.txt using the exact format.
68
+
  - name: Parallel
69
+
    role: ''
70
+
    type: parallel
71
+
    tools: []
72
+
    system_prompt: ''
50
connections:
73
connections:
51
  - from: 192b90bb-8303-4b19-9882-fa4e3e01cddb
74
  - from: 192b90bb-8303-4b19-9882-fa4e3e01cddb
52
-
    to: cac90767-ce2f-46e1-bc01-bc5ed21ac155
75
+
    to: 413d9de5-f90c-434f-8bdd-39a8288a9171
53
    type: handoff
76
    type: handoff
54
-
  - from: cac90767-ce2f-46e1-bc01-bc5ed21ac155
77
+
  - from: 413d9de5-f90c-434f-8bdd-39a8288a9171
55
-
    to: a180ca21-7e34-4be1-9100-4d832e9353af
78
+
    to: 192b90bb-8303-4b19-9882-fa4e3e01cddb
79
+
    type: report-to
80
+
  - from: 413d9de5-f90c-434f-8bdd-39a8288a9171
81
+
    to: 73cf73a9-1fba-4f34-b81f-40af94e1d498
56
    type: handoff
82
    type: handoff
57
rules: []
83
rules: []