venture-model

Models business structure, offer stack, and revenue math before planning.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/manusco/wolfgang --skill venture-model-manusco
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: venture-model
Source: https://github.com/manusco/wolfgang/tree/main/.cursor/skills/venture-model
Command: npx skills add https://github.com/manusco/wolfgang --skill venture-model-manusco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Founders and strategists often jump into planning without a clear model of the business, offer stack, or revenue math, leading to unfounded assumptions and misaligned execution. ## Core Features & Use Cases - Business Modeling: Structures the core business model before any planning work begins. - Offer Stack Definition: Maps out the offer stack so products and pricing tiers are explicit. - Revenue Math: Works through revenue calculations to ground the venture in concrete numbers. - Use Case: Before writing a go-to-market plan, run the venture-model procedure to define your offer stack and validate that the revenue math supports your targets. ## Quick Start Ask the assistant to run the venture-model procedure to model your business, offer stack, and revenue math before planning. Note: this command routes to the full procedure defined in .agents/skills/strategy/venture/SKILL.md, which must be present in the workspace.

Frequently Asked Questions about venture-model

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

FAQPage Schema
How do I model my business before writing a plan?▼

Run the venture-model procedure, which walks through modeling the business, defining the offer stack, and calculating revenue math. It routes to the strategy venture skill, which contains the full step-by-step procedure and Definition of Done.

What is an offer stack in venture modeling?▼

An offer stack is the structured set of products or services a venture sells, including tiers and pricing. The venture-model procedure maps this stack explicitly so revenue math can be grounded in concrete offers.

Does venture-model work as a standalone skill?▼

No, it is a routing command only. It reads and executes the procedure defined in .agents/skills/strategy/venture/SKILL.md, so that file must exist in the workspace for the command to function.

When should I run venture-model in my workflow?▼

Run it before any planning or execution work begins. The procedure is designed to establish the business model, offer stack, and revenue math as a foundation that later planning steps build upon.

What are the limitations of the venture-model command?▼

It contains no logic of its own and depends entirely on the referenced strategy venture skill file. If that file is missing or incomplete, the command cannot execute the procedure or satisfy its Definition of Done.