config: give all native org roles the full toolset via empty tools lists

Empty role tools lists resolve to every registered general tool for
native agents (external agents were never restricted), letting the
model pick tools itself across all five org configs (40 roles).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
LZH-YS1998
2026-07-09 20:45:55 +08:00
parent e3bed49811
commit 35fa717cf6
4 changed files with 40 additions and 567 deletions
@@ -22,15 +22,7 @@ roles:
- cto - cto
- cmo - cmo
- coo - coo
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- shell_exec
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- Route tasks to the appropriate C-suite executive. Aggregate final results. - Route tasks to the appropriate C-suite executive. Aggregate final results.
@@ -61,17 +53,7 @@ roles:
can_spawn: can_spawn:
- senior_engineer - senior_engineer
- devops_engineer - devops_engineer
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- shell_exec
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- Focus on technical feasibility, architecture quality, and engineering best practices. - Focus on technical feasibility, architecture quality, and engineering best practices.
@@ -101,22 +83,7 @@ roles:
can_spawn: can_spawn:
- content_specialist - content_specialist
- designer - designer
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_take_screenshot
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- Optimize for audience fit, brand consistency, and content quality. - Optimize for audience fit, brand consistency, and content quality.
@@ -147,22 +114,7 @@ roles:
can_spawn: can_spawn:
- acquisition_specialist - acquisition_specialist
- qa_analyst - qa_analyst
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_take_screenshot
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- Ensure operational efficiency, process compliance, and delivery quality. - Ensure operational efficiency, process compliance, and delivery quality.
@@ -191,27 +143,7 @@ roles:
reports_to: coo reports_to: coo
icon: target icon: target
can_spawn: [] can_spawn: []
tools: tools: []
- shell_exec
- file_read
- file_write
- file_search
- list_dir
- web_search
- web_fetch
- todo_write
- todo_read
- browser_navigate
- browser_navigate_back
- browser_click
- browser_snapshot
- browser_type
- browser_wait_for
- browser_scroll
- browser_select_option
- browser_take_screenshot
- browser_close
- file_edit
preferred_external_agent: claude_code preferred_external_agent: claude_code
prompt_refs: prompt_refs:
- 'Run data acquisition in four phases: Discover, Verify, Prepare, Report.' - 'Run data acquisition in four phases: Discover, Verify, Prepare, Report.'
@@ -242,27 +174,7 @@ roles:
reports_to: cto reports_to: cto
icon: terminal icon: terminal
can_spawn: [] can_spawn: []
tools: tools: []
- shell_exec
- file_read
- file_write
- file_edit
- file_search
- list_dir
- web_search
- web_fetch
- todo_write
- todo_read
- browser_navigate
- browser_navigate_back
- browser_click
- browser_snapshot
- browser_type
- browser_wait_for
- browser_scroll
- browser_select_option
- browser_take_screenshot
- browser_close
preferred_external_agent: codex preferred_external_agent: codex
prompt_refs: prompt_refs:
- Write clean, tested code. Leave clear documentation for reviewers. - Write clean, tested code. Leave clear documentation for reviewers.
@@ -290,27 +202,7 @@ roles:
reports_to: cto reports_to: cto
icon: settings icon: settings
can_spawn: [] can_spawn: []
tools: tools: []
- shell_exec
- file_read
- file_write
- file_edit
- file_search
- list_dir
- web_search
- web_fetch
- todo_write
- todo_read
- browser_navigate
- browser_navigate_back
- browser_click
- browser_snapshot
- browser_type
- browser_wait_for
- browser_scroll
- browser_select_option
- browser_take_screenshot
- browser_close
preferred_external_agent: cursor preferred_external_agent: cursor
prompt_refs: prompt_refs:
- Prioritize operational safety, observability, and deployment readiness. - Prioritize operational safety, observability, and deployment readiness.
@@ -338,27 +230,7 @@ roles:
reports_to: cmo reports_to: cmo
icon: writing icon: writing
can_spawn: [] can_spawn: []
tools: tools: []
- shell_exec
- file_read
- file_write
- file_edit
- file_search
- list_dir
- web_search
- web_fetch
- todo_write
- todo_read
- browser_navigate
- browser_navigate_back
- browser_click
- browser_snapshot
- browser_type
- browser_wait_for
- browser_scroll
- browser_select_option
- browser_take_screenshot
- browser_close
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- Write clearly for the target audience. Polish deliverables. - Write clearly for the target audience. Polish deliverables.
@@ -386,27 +258,7 @@ roles:
reports_to: cmo reports_to: cmo
icon: design icon: design
can_spawn: [] can_spawn: []
tools: tools: []
- shell_exec
- file_read
- file_write
- file_edit
- file_search
- list_dir
- web_search
- web_fetch
- todo_write
- todo_read
- browser_navigate
- browser_navigate_back
- browser_click
- browser_snapshot
- browser_type
- browser_wait_for
- browser_scroll
- browser_select_option
- browser_take_screenshot
- browser_close
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- Focus on usability, visual consistency, and design quality. - Focus on usability, visual consistency, and design quality.
@@ -434,20 +286,7 @@ roles:
reports_to: coo reports_to: coo
icon: bug icon: bug
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_write
- file_search
- list_dir
- shell_exec
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_select_option
- browser_take_screenshot
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- Test rigorously. Reject unclear or unsafe outputs. - Test rigorously. Reject unclear or unsafe outputs.
@@ -481,17 +320,7 @@ roles:
reports_to: cto reports_to: cto
icon: database icon: database
can_spawn: [] can_spawn: []
tools: tools: []
- shell_exec
- file_read
- file_write
- file_edit
- file_search
- list_dir
- web_search
- web_fetch
- todo_write
- todo_read
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- Always probe what is already installed before attempting installation. - Always probe what is already installed before attempting installation.
@@ -24,16 +24,7 @@ roles:
- gameplay_engineer - gameplay_engineer
- art_ui_designer - art_ui_designer
- qa_release_tester - qa_release_tester
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- file_write
- file_edit
preferred_external_agent: codex preferred_external_agent: codex
prompt_refs: prompt_refs:
- You are the Studio Director. You are the owner-facing final decision role for - You are the Studio Director. You are the owner-facing final decision role for
@@ -73,16 +64,7 @@ roles:
reports_to: studio_director reports_to: studio_director
icon: idea icon: idea
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- file_write
- file_edit
preferred_external_agent: claude_code preferred_external_agent: claude_code
prompt_refs: prompt_refs:
- You are the Game Designer. Turn the user's request into a buildable gameplay brief - You are the Game Designer. Turn the user's request into a buildable gameplay brief
@@ -115,20 +97,7 @@ roles:
reports_to: studio_director reports_to: studio_director
icon: code icon: code
can_spawn: [] can_spawn: []
tools: tools: []
- shell_exec
- file_read
- file_write
- file_edit
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_snapshot
- browser_take_screenshot
preferred_external_agent: claude_code preferred_external_agent: claude_code
prompt_refs: prompt_refs:
- You are the Gameplay Engineer. Implement the playable game, integrate design and - You are the Gameplay Engineer. Implement the playable game, integrate design and
@@ -159,16 +128,7 @@ roles:
reports_to: studio_director reports_to: studio_director
icon: design icon: design
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_write
- file_edit
- file_search
- list_dir
- todo_write
- todo_read
- browser_snapshot
- browser_take_screenshot
preferred_external_agent: claude_code preferred_external_agent: claude_code
prompt_refs: prompt_refs:
- You are the Art/UI Designer. Define and implement practical visual direction, - You are the Art/UI Designer. Define and implement practical visual direction,
@@ -200,18 +160,7 @@ roles:
reports_to: studio_director reports_to: studio_director
icon: clipboard icon: clipboard
can_spawn: [] can_spawn: []
tools: tools: []
- shell_exec
- file_read
- file_write
- file_edit
- file_search
- list_dir
- todo_write
- todo_read
- browser_navigate
- browser_snapshot
- browser_take_screenshot
preferred_external_agent: codex preferred_external_agent: codex
prompt_refs: prompt_refs:
- 'You are the QA Release Tester. Validate the game like a release gate: run or - 'You are the QA Release Tester. Validate the game like a release gate: run or
@@ -23,16 +23,7 @@ roles:
can_spawn: can_spawn:
- researcher - researcher
- report_producer - report_producer
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- file_write
- file_edit
preferred_external_agent: claude_code preferred_external_agent: claude_code
prompt_refs: prompt_refs:
- You are the Chief Analyst — the owner-facing final decision role for a lean research - You are the Chief Analyst — the owner-facing final decision role for a lean research
@@ -75,16 +66,7 @@ roles:
reports_to: chief_analyst reports_to: chief_analyst
icon: search icon: search
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- file_write
- file_edit
preferred_external_agent: claude_code preferred_external_agent: claude_code
prompt_refs: prompt_refs:
- You are the Researcher. Your job is to conduct thorough, evidence-based research - You are the Researcher. Your job is to conduct thorough, evidence-based research
@@ -121,15 +103,7 @@ roles:
reports_to: chief_analyst reports_to: chief_analyst
icon: document icon: document
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_write
- file_edit
- file_search
- list_dir
- todo_write
- todo_read
- shell
preferred_external_agent: claude_code preferred_external_agent: claude_code
prompt_refs: prompt_refs:
- You are the Report Producer. Your job is to turn research findings into polished, - You are the Report Producer. Your job is to turn research findings into polished,
@@ -23,16 +23,7 @@ roles:
- due_diligence_lead - due_diligence_lead
- investment_committee - investment_committee
- report_delivery_lead - report_delivery_lead
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- 'You are the Managing Partner. Defines the investment mandate, target stage, sector - 'You are the Managing Partner. Defines the investment mandate, target stage, sector
@@ -77,16 +68,7 @@ roles:
- startup_scout - startup_scout
- competitive_analyst - competitive_analyst
- news_signal_analyst - news_signal_analyst
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- 'You are the Investment Director. Translates the user request into an investment - 'You are the Investment Director. Translates the user request into an investment
@@ -127,22 +109,7 @@ roles:
reports_to: investment_director reports_to: investment_director
icon: analytics icon: analytics
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_take_screenshot
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- You are the Sector Analyst. Evaluates whether the target sector can compound over - You are the Sector Analyst. Evaluates whether the target sector can compound over
@@ -173,22 +140,7 @@ roles:
reports_to: investment_director reports_to: investment_director
icon: analytics icon: analytics
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_take_screenshot
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- You are the Market Researcher. Quantifies TAM/SAM/SOM, buyer budgets, growth rates, - You are the Market Researcher. Quantifies TAM/SAM/SOM, buyer budgets, growth rates,
@@ -220,22 +172,7 @@ roles:
reports_to: investment_director reports_to: investment_director
icon: target icon: target
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_take_screenshot
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- You are the Startup Scout. Builds a broad candidate pool with founding date, headquarters, - You are the Startup Scout. Builds a broad candidate pool with founding date, headquarters,
@@ -270,22 +207,7 @@ roles:
reports_to: investment_director reports_to: investment_director
icon: team icon: team
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_take_screenshot
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- You are the Competitive Analyst. Maps incumbents, startup competitors, substitute - You are the Competitive Analyst. Maps incumbents, startup competitors, substitute
@@ -316,22 +238,7 @@ roles:
reports_to: investment_director reports_to: investment_director
icon: marketing icon: marketing
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_take_screenshot
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- You are the News & Signal Analyst. Tracks recent market signals, customer wins, - You are the News & Signal Analyst. Tracks recent market signals, customer wins,
@@ -366,16 +273,7 @@ roles:
- business_dd_analyst - business_dd_analyst
- financial_analyst - financial_analyst
- risk_legal_analyst - risk_legal_analyst
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- 'You are the Due Diligence Lead. Turns the shortlist into a diligence plan, coordinates - 'You are the Due Diligence Lead. Turns the shortlist into a diligence plan, coordinates
@@ -414,23 +312,7 @@ roles:
reports_to: due_diligence_lead reports_to: due_diligence_lead
icon: code icon: code
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_take_screenshot
- shell_exec
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- You are the Technical DD Analyst. Assesses technical moat, architecture credibility, - You are the Technical DD Analyst. Assesses technical moat, architecture credibility,
@@ -462,22 +344,7 @@ roles:
reports_to: due_diligence_lead reports_to: due_diligence_lead
icon: strategy icon: strategy
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_take_screenshot
- file_write
- file_edit
preferred_external_agent: claude_code preferred_external_agent: claude_code
prompt_refs: prompt_refs:
- You are the Business DD Analyst. Evaluates target customers, sales motion, pricing - You are the Business DD Analyst. Evaluates target customers, sales motion, pricing
@@ -509,23 +376,7 @@ roles:
reports_to: due_diligence_lead reports_to: due_diligence_lead
icon: analytics icon: analytics
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_take_screenshot
- shell_exec
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- You are the Financial Analyst. Analyzes financing history, investors, valuation - You are the Financial Analyst. Analyzes financing history, investors, valuation
@@ -556,22 +407,7 @@ roles:
reports_to: due_diligence_lead reports_to: due_diligence_lead
icon: security icon: security
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_take_screenshot
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- You are the Risk & Legal Analyst. Finds privacy, open-source license, supply-chain, - You are the Risk & Legal Analyst. Finds privacy, open-source license, supply-chain,
@@ -607,16 +443,7 @@ roles:
- bull_case_reviewer - bull_case_reviewer
- bear_case_reviewer - bear_case_reviewer
- final_decision_reviewer - final_decision_reviewer
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- 'You are the Investment Committee Chair. Runs structured bull-case and bear-case - 'You are the Investment Committee Chair. Runs structured bull-case and bear-case
@@ -652,22 +479,7 @@ roles:
reports_to: investment_committee reports_to: investment_committee
icon: idea icon: idea
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_take_screenshot
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- You are the Bull Case Reviewer. Builds the strongest evidence-backed case for - You are the Bull Case Reviewer. Builds the strongest evidence-backed case for
@@ -698,22 +510,7 @@ roles:
reports_to: investment_committee reports_to: investment_committee
icon: bug icon: bug
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_take_screenshot
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- You are the Bear Case Reviewer. Builds the strongest evidence-backed case against - You are the Bear Case Reviewer. Builds the strongest evidence-backed case against
@@ -744,16 +541,7 @@ roles:
reports_to: investment_committee reports_to: investment_committee
icon: clipboard icon: clipboard
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- You are the Final Decision Reviewer. Reconciles bull and bear cases, ranks companies, - You are the Final Decision Reviewer. Reconciles bull and bear cases, ranks companies,
@@ -788,16 +576,7 @@ roles:
- investment_memo_writer - investment_memo_writer
- ppt_designer - ppt_designer
- visualization_specialist - visualization_specialist
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- 'You are the Report & Delivery Lead. Owns final deliverables: investment memo, - 'You are the Report & Delivery Lead. Owns final deliverables: investment memo,
@@ -833,23 +612,7 @@ roles:
reports_to: report_delivery_lead reports_to: report_delivery_lead
icon: database icon: database
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_take_screenshot
- shell_exec
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- You are the Data Analyst. Normalizes company data, computes scorecards, creates - You are the Data Analyst. Normalizes company data, computes scorecards, creates
@@ -880,20 +643,7 @@ roles:
reports_to: report_delivery_lead reports_to: report_delivery_lead
icon: writing icon: writing
can_spawn: [] can_spawn: []
tools: tools: []
- shell_exec
- file_read
- file_write
- file_edit
- file_search
- list_dir
- web_search
- web_fetch
- todo_write
- todo_read
- browser_navigate
- browser_snapshot
- browser_take_screenshot
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- You are the Investment Memo Writer. Writes a partner-quality investment memo with - You are the Investment Memo Writer. Writes a partner-quality investment memo with
@@ -924,20 +674,7 @@ roles:
reports_to: report_delivery_lead reports_to: report_delivery_lead
icon: design icon: design
can_spawn: [] can_spawn: []
tools: tools: []
- shell_exec
- file_read
- file_write
- file_edit
- file_search
- list_dir
- web_search
- web_fetch
- todo_write
- todo_read
- browser_navigate
- browser_snapshot
- browser_take_screenshot
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- You are the PPT Designer. Turns the investment memo into a concise VC-style presentation - You are the PPT Designer. Turns the investment memo into a concise VC-style presentation
@@ -968,23 +705,7 @@ roles:
reports_to: report_delivery_lead reports_to: report_delivery_lead
icon: analytics icon: analytics
can_spawn: [] can_spawn: []
tools: tools: []
- file_read
- file_search
- list_dir
- todo_write
- todo_read
- web_search
- web_fetch
- browser_navigate
- browser_navigate_back
- browser_snapshot
- browser_wait_for
- browser_scroll
- browser_take_screenshot
- shell_exec
- file_write
- file_edit
preferred_external_agent: null preferred_external_agent: null
prompt_refs: prompt_refs:
- You are the Visualization Specialist. Creates market maps, competitor matrices, - You are the Visualization Specialist. Creates market maps, competitor matrices,