25 Specialized Tools Across 8 Variations
Tooling follows Bulkhead τ principles: atomic operations, explicit parameters, and verifiable outputs.
| Tool | Purpose | Example |
|---|---|---|
GetTopMarketShareLeaders |
Rank companies by share in a market/segment snapshot. | market="GPU", segment="Discrete" |
GetMarketShareTrend |
Return time-series share movements by company. | market="CPU", segment="Client" |
CompareCompanies |
Head-to-head comparisons across selected years. | companies=["NVDA", "AMD"] |
GetVendorMetricTrend |
Financial metric trend from SEC company facts. | company="NVDA", metric_name="Revenue" |
GetPricePerformance |
Price performance and relative comparisons by ticker. | ticker="AVGO" |
SearchCompanies |
Alias-aware lookup across company and ticker names. | search_term="INTEL" |
GetMarketConcentration |
Compute concentration (HHI-style) for competition framing. | market="GPU", segment="Discrete" |
| Tool | Role |
|---|---|
SearchEvents |
Query catalyst timeline by company, type, and date. |
GetEventImpactOnPrice |
Windowed price analysis around catalyst dates. |
GetEventImpactOnShare |
Relate catalyst timing to market-share shifts. |
WriteCatalystNote |
Persist structured research note tied to event metadata. |
VerifyCatalystNote |
Read-back verification for persisted note integrity. |
RunCatalystSOP |
Orchestrate standard catalyst research steps end-to-end. |
VerifyCatalystSOP |
Audit SOP output artifacts for completeness. |
ListCatalystSOPRuns |
Track and retrieve prior SOP executions. |
PlotMarketShareSnapshot, PlotMarketShareTrend, PlotPriceRelativePerformance, PlotEventImpactWindow, PlotSemiconductorDashboard
BuildInteractiveShareSnapshot, BuildInteractiveRelativePerformance, BuildInteractiveEventStudy, BuildInteractiveSemiconductorBriefing, BuildInteractiveResearchPack
PNG outputs are written to data/visualizations/; interactive outputs are written to data/visualizations_html/.