Ready for Test 61
This commit is contained in:
76
templates/marketing_review.yml
Normal file
76
templates/marketing_review.yml
Normal file
@@ -0,0 +1,76 @@
|
||||
name: marketing_review
|
||||
description: "Crimson Leaf marketing evaluation — Sloane audits brand presence every 12 hours."
|
||||
debug: true
|
||||
model: power
|
||||
system: agent_prompt
|
||||
|
||||
agent_prompt:
|
||||
- "= identity.md"
|
||||
|
||||
sections:
|
||||
- agent
|
||||
- project
|
||||
- rag
|
||||
- prior_results
|
||||
- message
|
||||
- instructions
|
||||
|
||||
builders:
|
||||
prior_results: |
|
||||
*** PORTFOLIO DATA ***
|
||||
{steps[0].text}
|
||||
|
||||
*** COMPETITOR / AUDIENCE RESEARCH ***
|
||||
{steps[2].text}
|
||||
|
||||
(If web results are empty, use your knowledge of content marketing best practices.)
|
||||
|
||||
steps:
|
||||
- type: tool
|
||||
action: get_portfolio_report
|
||||
output_key: portfolio_data
|
||||
|
||||
- type: think
|
||||
max_tokens: 2000
|
||||
hint: |
|
||||
You are Sloane, Director of Marketing at Crimson Leaf Holdings.
|
||||
|
||||
You need to evaluate the marketing landscape. Think about:
|
||||
- What are successful AI content companies doing for marketing?
|
||||
- What social media channels matter for book/content marketing?
|
||||
- What's the competitive landscape look like?
|
||||
|
||||
Formulate a search query to research competitors and audience channels.
|
||||
On the LAST LINE, write exactly:
|
||||
SEARCH QUERY: [your query]
|
||||
|
||||
- type: tool
|
||||
capability: Tool_WebSearcher
|
||||
input_from: last_text
|
||||
|
||||
- type: think
|
||||
max_tokens: 6000
|
||||
hint: |
|
||||
You are Sloane, the Dealmaker. You have portfolio data and competitor research above.
|
||||
|
||||
Evaluate marketing reality with brutal honesty:
|
||||
1. CURRENT STATE — Is CLM (Crimson Leaf Marketing) producing anything? What channels exist?
|
||||
2. COMPETITIVE ANALYSIS — What are competitors doing that we're not?
|
||||
3. CHANNEL GAPS — What social media accounts, Discord servers, mailing lists do we need?
|
||||
4. CONTENT DISTRIBUTION — Are our books/articles reaching anyone? How do we fix this?
|
||||
|
||||
Format ALL action items as: "David, [verb]: [details]"
|
||||
|
||||
Examples:
|
||||
- "David, create a Twitter/X account for Crimson Leaf Marketing"
|
||||
- "David, join these Discord servers for book marketing: [list]"
|
||||
- "David, post this content to Galaxicus General Discord: [content]"
|
||||
|
||||
Be direct. Be brash. If marketing is dead, say "marketing is dead" and tell David
|
||||
exactly what to do about it. No euphemisms.
|
||||
|
||||
- type: reply
|
||||
target: discussion
|
||||
|
||||
adjudication:
|
||||
enabled: false
|
||||
72
templates/opportunity_scan.yml
Normal file
72
templates/opportunity_scan.yml
Normal file
@@ -0,0 +1,72 @@
|
||||
name: opportunity_scan
|
||||
description: "Crimson Leaf opportunity research — Orion hunts trends and white-space every 6 hours."
|
||||
debug: true
|
||||
model: power
|
||||
system: agent_prompt
|
||||
|
||||
agent_prompt:
|
||||
- "= identity.md"
|
||||
|
||||
sections:
|
||||
- agent
|
||||
- project
|
||||
- rag
|
||||
- prior_results
|
||||
- message
|
||||
- instructions
|
||||
|
||||
builders:
|
||||
prior_results: |
|
||||
*** CURRENT PORTFOLIO ***
|
||||
{steps[1].text}
|
||||
|
||||
*** WEB RESEARCH RESULTS ***
|
||||
{steps[2].text}
|
||||
|
||||
(If web results are empty, use your training knowledge for market analysis.)
|
||||
|
||||
steps:
|
||||
- type: think
|
||||
max_tokens: 2000
|
||||
hint: |
|
||||
You are Orion, Director of Research at Crimson Leaf Holdings.
|
||||
|
||||
Your job is to find the next big opportunity. Think about:
|
||||
- What content formats are trending? (books, courses, newsletters, podcasts)
|
||||
- What niches are underserved in AI-generated content?
|
||||
- What seasonal trends are coming up?
|
||||
|
||||
Formulate the single best search query to find market opportunities.
|
||||
On the LAST LINE, write exactly:
|
||||
SEARCH QUERY: [your query]
|
||||
|
||||
- type: tool
|
||||
action: get_portfolio_report
|
||||
output_key: portfolio_data
|
||||
|
||||
- type: tool
|
||||
capability: Tool_WebSearcher
|
||||
input_from: last_text
|
||||
|
||||
- type: think
|
||||
max_tokens: 6000
|
||||
hint: |
|
||||
You are Orion, the Visionary. You have the portfolio report and web research above.
|
||||
|
||||
Cross-reference what CL already produces with what the market wants.
|
||||
Think like Elon Musk — first principles, not incrementalism.
|
||||
|
||||
Structure your analysis as:
|
||||
1. TOP 3 OPPORTUNITIES — ranked by revenue potential vs. effort
|
||||
For each: what is it, why now, how CL could produce it, estimated effort
|
||||
2. PORTFOLIO GAPS — what are our subsidiaries NOT doing that they should be?
|
||||
3. ACTION ITEMS — specific things David needs to do
|
||||
|
||||
Format action items as: "David, [verb]: [details]"
|
||||
Be bold. Don't hedge. If an opportunity is real, say so with conviction.
|
||||
|
||||
- type: reply
|
||||
target: discussion
|
||||
|
||||
adjudication:
|
||||
enabled: false
|
||||
47
templates/pulse_check.yml
Normal file
47
templates/pulse_check.yml
Normal file
@@ -0,0 +1,47 @@
|
||||
name: pulse_check
|
||||
description: "Crimson Leaf holding company health scan — Edgar checks all subsidiaries every 3 hours."
|
||||
debug: true
|
||||
model: power
|
||||
system: agent_prompt
|
||||
|
||||
agent_prompt:
|
||||
- "= identity.md"
|
||||
|
||||
sections:
|
||||
- agent
|
||||
- project
|
||||
- rag
|
||||
- message
|
||||
- instructions
|
||||
|
||||
builders:
|
||||
message: |
|
||||
*** PORTFOLIO REPORT ***
|
||||
{steps[0].text}
|
||||
|
||||
steps:
|
||||
- type: tool
|
||||
action: get_portfolio_report
|
||||
output_key: portfolio_data
|
||||
|
||||
- type: think
|
||||
max_tokens: 4000
|
||||
hint: |
|
||||
You are Edgar, CEO of Crimson Leaf Holdings. You just received the portfolio report above.
|
||||
|
||||
Analyze it as a systems operator would:
|
||||
1. Which companies are active? Which are idle (no recent activity)?
|
||||
2. Are any tasks stuck (in_progress but old)? Any unusually high failure rates?
|
||||
3. Are adjudication pass rates healthy (>65%) or concerning?
|
||||
4. Is the system healthy (workers online, queue depth reasonable)?
|
||||
|
||||
Be concise and data-driven. Flag only what needs human attention.
|
||||
For each issue, format as: "David, [action needed]: [details]"
|
||||
|
||||
If everything looks healthy, say so briefly — don't invent problems.
|
||||
|
||||
- type: reply
|
||||
target: discussion
|
||||
|
||||
adjudication:
|
||||
enabled: false
|
||||
79
templates/strategic_review.yml
Normal file
79
templates/strategic_review.yml
Normal file
@@ -0,0 +1,79 @@
|
||||
name: strategic_review
|
||||
description: "Crimson Leaf 24-hour strategic review — full portfolio evaluation from each executive's perspective."
|
||||
debug: true
|
||||
model: power
|
||||
system: agent_prompt
|
||||
|
||||
agent_prompt:
|
||||
- "= identity.md"
|
||||
|
||||
participant_prompt:
|
||||
- "= identity.md"
|
||||
|
||||
sections:
|
||||
- agent
|
||||
- project
|
||||
- history
|
||||
- participants
|
||||
- participants_prompt
|
||||
- rag
|
||||
- message
|
||||
- instructions
|
||||
|
||||
builders:
|
||||
message: |
|
||||
*** PORTFOLIO REPORT ***
|
||||
{steps[0].text}
|
||||
|
||||
steps:
|
||||
- type: tool
|
||||
action: get_portfolio_report
|
||||
output_key: portfolio_data
|
||||
|
||||
- type: think
|
||||
max_tokens: 8000
|
||||
rotate_participants: true
|
||||
loop:
|
||||
max_iterations: 3
|
||||
hint: |
|
||||
You are {agent.name}, participating in the Crimson Leaf Holdings strategic review.
|
||||
This is round {task.iteration} of the board session.
|
||||
|
||||
The portfolio report is above. Analyze it from YOUR perspective:
|
||||
|
||||
- If you are Edgar (The Operator): Focus on systems health, metrics, what's broken,
|
||||
what needs fixing. Are companies executing? Are processes working?
|
||||
|
||||
- If you are Orion (The Visionary): Focus on opportunities, growth, what we're missing.
|
||||
Are we building the right things? What should we start? What should we kill?
|
||||
|
||||
- If you are Sloane (The Dealmaker): Focus on marketing, visibility, revenue.
|
||||
Are we selling? Does anyone know we exist? What channels are we missing?
|
||||
|
||||
Build on previous speakers' points. Disagree if you must — this is a board debate.
|
||||
|
||||
When genuine consensus is reached across all perspectives, include exactly:
|
||||
"consensus_reached: true"
|
||||
If debate should continue, do NOT include that line.
|
||||
|
||||
- type: think
|
||||
max_tokens: 6000
|
||||
agent: first_available
|
||||
hint: |
|
||||
Synthesize the boardroom transcript into a STRATEGIC BRIEF for David.
|
||||
|
||||
Structure:
|
||||
1. EXECUTIVE SUMMARY — one paragraph on portfolio health
|
||||
2. CRITICAL ISSUES — things that need immediate attention (if any)
|
||||
3. OPPORTUNITIES — ranked by priority
|
||||
4. ACTION ITEMS — specific tasks for David, formatted as:
|
||||
"David, [verb]: [details]"
|
||||
5. NEXT REVIEW — what should we focus on in the next 24-hour review?
|
||||
|
||||
Keep it actionable. David is one person — prioritize ruthlessly.
|
||||
|
||||
- type: reply
|
||||
target: discussion
|
||||
|
||||
adjudication:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user