business-intel

Synthesizes roadmap state, codebase analysis, and market research into an executive board briefing.

1|Updated Aug 15, 2026
One-click install
npx skills add https://github.com/AlrikOlson/think-and-ship --skill business-intel-alrikolson
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: business-intel
Source: https://github.com/AlrikOlson/think-and-ship/tree/main/crates/think-and-ship/skills/business-intel
Command: npx skills add https://github.com/AlrikOlson/think-and-ship --skill business-intel-alrikolson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Project teams lose sight of whether their roadmap is the right plan for the business: delivery data, code health, and market signals live in separate places, and no one reconciles the CEO view (market, monetization, moat) with the CTO view (architecture, tech debt, delivery risk) into one decision-grade briefing. ## Core Features & Use Cases - Dual-lens briefing: Combines a CEO lens (market, competition, monetization, moat, focus, business risk) and a CTO lens (architecture health, tech debt, build-vs-buy, scaling, security, key-person risk) into one structured board briefing with a KPI scorecard. - Grounded analysis: Pulls delivery state from the think-and-ship MCP server (roadmap_, signal_, ship_*), code facts from the ministr MCP server, and market/competitor data from serpapi, labeling unverifiable claims as opinion. - Reversible decision feedback: Writes re-prioritization proposals, backlog bets, and captured signals back into the roadmap as proposals only — never auto-reordering or implementing. - Use Case: At the end of a quarter, run a full board briefing to get a scorecard of delivery velocity and gate health, a competitor and pricing scan, a ranked tech-debt register, and a decision queue of open strategic forks with recommendations. ## Quick Start Ask the assistant to run the business-intel skill to produce a full CEO and CTO board briefing for the current project.

Frequently Asked Questions about business-intel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a board briefing for my project roadmap?▼

Invoke the business-intel skill with no arguments for a full briefing, or pass ceo, cto, status, or a topic like monetization to narrow the scope. It reads roadmap, signal, and ship state, grounds claims in code and market research, and outputs a scorecard plus a decision queue.

What MCP servers does business-intel require?▼

It requires the think-and-ship MCP server for roadmap, signal, think, and ship state, plus ministr for codebase analysis and serpapi for market research. If ministr or serpapi is unavailable, the briefing still runs but affected claims are labeled as unverified opinion.

Can business-intel change my roadmap priorities automatically?▼

No. It only submits re-prioritization proposals via roadmap_reprioritize and adds backlog chunks or signals; the human decides whether to accept them. It never reorders priorities, promotes chunks, or writes code.

What happens if my project has no roadmap yet?▼

The skill produces a code-and-market-only briefing using ministr and serpapi, then recommends seeding a plan with the roadmap skill. It does not invent roadmap chunks on its own.

How do I preview a briefing without writing any changes?▼

Run the skill with the dry-run argument. It performs all gathering and produces the full briefing but makes zero native mutations, ending with a list of the proposals it would have written.