craft-beverage-operations
v0.1.1Craft-beverage (winery / brewery / distillery) operations team — agents (craft-beverage-operations-lead, tasting-room-and-club-manager, beverage-distribution-compliance-advisor) across the three engines of a producer: production & cost (batch/yield planning, COGS per unit, tank/barrel/time capacity, packaging, channel margin mix), the tasting room & club (throughput and conversion, club/membership revenue and churn, DTC, events), and distribution & compliance (three-tier vs self-distribution economics, distributor relationships, TTB / state licensing and excise). Operations and financial decision-support, not legal, tax, or regulatory advice; no licensing/excise determinations and no PII; benchmarks carry a retrieval date + verify-at-use; three-tier / TTB / licensing / excise rules are jurisdiction-specific and flagged for a professional. Ships skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands. Requires ravenclaude-core@>=0.7.0.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install craft-beverage-operations for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install craft-beverage-operations@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mcorbett51090/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/craft-beverage-operations/.
Plugin files
├── .claude-plugin/plugin.json├── skills/club-membership-and-dtc-revenue/SKILL.md├── skills/production-planning-and-cogs/SKILL.md├── skills/tasting-room-throughput-and-conversion/SKILL.md└── skills/three-tier-and-self-distribution-economics/SKILL.md
Included Skills4
Build the recurring-revenue engine: design club/membership tiers on member lifetime value (shipment value/frequency, benefits), read and reduce churn by cohort, and manage DTC e-commerce. A club member is worth more than a case sold — but churn quietly eats the club.
Cost a craft-beverage unit and plan production against real capacity: decompose COGS per unit (raw material, yield loss, packaging, overhead absorption), read tank/barrel/time capacity and turns, and plan batches against the demand-by-channel plan. You can't price what you can't cost.
Read and lift the tasting-room funnel: visits -> tasting -> purchase -> club sign-up. Find where conversion leaks, tie it to the experience and the club offer rather than raw foot traffic, and weigh tasting room vs e-commerce vs events on contribution. DTC keeps the margin wholesale gives away.
Model the go-to-market structure: self-distribution (margin kept, sales/logistics cost, eligibility limits) vs a distributor (reach and depletion, margin given away, franchise-law lock-in), plus the channel margin math (DTC net vs wholesale net after distributor/retailer take). Every TTB/state-licensing/excise specific is jurisdiction-specific — flag and route it.
Plugin manifests1
{
"name": "craft-beverage-operations",
"version": "0.1.1",
"description": "Craft-beverage (winery / brewery / distillery) operations team — agents (craft-beverage-operations-lead, tasting-room-and-club-manager, beverage-distribution-compliance-advisor) across the three engines of a producer: production & cost (batch/yield planning, COGS per unit, tank/barrel/time capacity, packaging, channel margin mix), the tasting room & club (throughput and conversion, club/membership revenue and churn, DTC, events), and distribution & compliance (three-tier vs self-distribution economics, distributor relationships, TTB / state licensing and excise). Operations and financial decision-support, not legal, tax, or regulatory advice; no licensing/excise determinations and no PII; benchmarks carry a retrieval date + verify-at-use; three-tier / TTB / licensing / excise rules are jurisdiction-specific and flagged for a professional. Ships skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands. Requires ravenclaude-core@>=0.7.0.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"craft-beverage",
"winery",
"brewery",
"distillery",
"tasting-room",
"wine-club",
"dtc-beverage",
"three-tier-distribution",
"self-distribution",
"cogs-per-unit",
"production-planning",
"ttb-licensing",
"excise-tax",
"channel-margin-mix"
],
"requires": {
"plugins": [
"ravenclaude-core@>=0.7.0"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[craft-beverage-operations on Agent Plugins Marketplace](https://pluginsmp.com/plugins/craft-beverage-operations)