majestic-product
v0.1.0Product discovery, workflow opportunities, decision alignment, stakeholder rehearsal, requirements, roadmaps, pricing, and retention.
By Majestic LabsLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 14 skill or MCP entries
- Source updated
- Aug 27, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add majestic-product@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/majesticlabs-dev/majestic-abilitiesClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/product/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/brainstorm-product/SKILL.md├── skills/feature-brief/SKILL.md├── skills/gherkin-stories/SKILL.md├── skills/lifecycle-retention/SKILL.md├── skills/north-star-metric/SKILL.md├── skills/pricing-strategy/SKILL.md├── skills/product-decision-alignment/SKILL.md├── skills/product-discovery/SKILL.md├── skills/product-planning/SKILL.md├── skills/product-requirements/SKILL.md├── skills/product-validation/SKILL.md├── skills/requirements-quality/SKILL.md├── skills/stakeholder-conversation-roleplay/SKILL.md└── skills/workflow-opportunity-mapping/SKILL.md
Included Skills14
Diagnose an existing product's growth ceiling, pressure-test a commercial idea, or shape a non-commercial builder project through a structured step-by-step process. Use when the user wants to brainstorm, vet, or diagnose a product or SaaS idea, growth strategy, side project, hackathon, learning project, research tool, or open-source concept.
Write a lightweight feature brief or product decision document that records problem, evidence, options, scope, success measures, risks, and recommendation. Use when early exploration or a product decision needs a compact artifact before a full specification or implementation plan.
Decompose product requirements and feature requests into atomic user stories with testable Gherkin acceptance scenarios, risk-relevant edge coverage, and traceability. Use when drafting ticket-ready stories from approved behavior or auditing and repairing existing stories for compound scope, vague outcomes, missing negative paths, unsupported rules, or broken requirement links.
Design a customer lifecycle retention system with stage outcomes, onboarding, health signals, early warnings, intervention playbooks, and measurement. Use when churn is poorly understood, onboarding underperforms, or teams need proactive retention instrumentation rather than account-by-account sales actions. Not for account-specific commercial motions or for choosing a single top-level product health metric.
Choose and operate one stage-fit product health metric with driver inputs, guardrails, ownership, and a review cadence. Use when teams track too many disconnected metrics, need a growth focus, or must distinguish a useful leading signal from vanity metrics.
Design product pricing and packaging from a value metric, willingness-to-pay evidence, competitive context, costs, and expansion logic. Use when setting or revising prices, tiers, limits, or packaging without inventing precision the evidence cannot support.
Diagnose and repair a stuck, repeatedly reopened, or inconsistently executed cross-functional product decision. Use when product, design, engineering, operations, or leadership disagree about the outcome, evidence, authority, decision method, commitment, or follow-through. Not for interpersonal therapy, performance evaluation, or choosing the product strategy itself.
Plan and synthesize customer interviews, map desirability, viability, and feasibility assumptions, and frame Jobs-to-be-Done. Use when understanding adoption, switching, churn, or prioritizing what remains unknown before defining a solution or validation test.
Prioritize product opportunities and build an outcome-based Now, Next, Later roadmap with explicit evidence, tradeoffs, confidence, and a not-doing list. Use when ranking a backlog or communicating product direction without false precision or fixed-date theater.
Write an evidence-grounded product requirements document with users, scope, requirements, acceptance checks, success measures, risks, and unresolved decisions. Use when an approved product direction needs a PRD for implementation, stakeholder review, or delivery handoff.
Pressure-test demand for a product or idea, diagnose an existing product’s growth ceiling, and define the smallest test for the riskiest assumption. Use when vetting an idea, interrogating weak demand, or choosing proceed, sharpen, or pause before building.
Audit and repair individual requirements and requirement sets without inventing missing decisions. Use when requirements in a PRD, specification, user-story set, acceptance criteria, BRD, FRD, or catalogue need statement-level or set-level review for ambiguity, consistency, traceability, testability, evidence, abstraction fit, or coverage. Not for whole-document or implementation-plan readiness.
Rehearse a difficult product conversation through a bounded simulation, then debrief the user's observable communication choices and prepare a stronger next attempt. Use before or after a conversation with an engineer, designer, executive, customer, or operational stakeholder. Not for predicting what a real person thinks or generating synthetic feedback as if it came from them.
Map an observed operational workflow into actors, work objects, states, handoffs, evidence, burdens, automation choices, control points, and exceptions. Use when customer research, process notes, support evidence, or operator interviews need to become a grounded workflow model and a shortlist of software or AI opportunities. Not for conducting discovery research, validating demand, or writing requirements.
Plugin manifests3
{
"name": "majestic-product",
"version": "0.1.0",
"description": "Product discovery, workflow opportunities, decision alignment, stakeholder rehearsal, requirements, roadmaps, pricing, and retention.",
"author": {
"name": "Majestic Labs"
},
"license": "MIT",
"keywords": [
"product",
"prd",
"roadmap"
],
"skills": "./skills/",
"interface": {
"displayName": "Majestic Product",
"shortDescription": "Product discovery, requirements, strategy, and planning skills.",
"longDescription": "Product discovery, workflow opportunities, decision alignment, stakeholder rehearsal, requirements, roadmaps, pricing, and retention.",
"developerName": "Majestic Labs",
"category": "Product",
"capabilities": [
"Skills"
],
"defaultPrompt": [
"Turn this product direction into requirements.",
"Pressure-test this product idea."
]
}
}{
"name": "majestic-product",
"displayName": "Majestic Product",
"version": "0.1.0",
"description": "Product discovery, workflow opportunities, decision alignment, stakeholder rehearsal, requirements, roadmaps, pricing, and retention.",
"author": {
"name": "Majestic Labs"
},
"license": "MIT",
"keywords": [
"product",
"prd",
"roadmap"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "majestic-product",
"version": "0.1.0",
"description": "Product discovery, workflow opportunities, decision alignment, stakeholder rehearsal, requirements, roadmaps, pricing, and retention.",
"author": {
"name": "Majestic Labs"
},
"license": "MIT",
"keywords": [
"product",
"prd",
"roadmap"
]
}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.
[majestic-product on Agent Plugins Marketplace](https://pluginsmp.com/plugins/majestic-product)