Skip to content

TrentM6/baseline-core-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baseline Core

A complete AI system for product work. 15 domain skills, 14 shared frameworks, and customizable business context — so every skill works specifically for your business.

Skills provide methodology. Context makes it yours. Frameworks give structure.

Getting Started

Baseline Core ships with templates for business context. You customize it once for your business, then upload your version as a plugin to Claude.

1. Download

Clone this repo or download the zip:

git clone https://github.com/TrentM6/baseline-core-plugin.git

2. Set Up Your Context

Open the folder in Claude Code or Claude Cowork and run /plugin-setup. It's a guided interview that asks about your business and generates your context files.

The setup skill will walk you through:

  • Identity (required) — What you do, how you're positioned, what makes you different
  • Voice (required) — How you sound, language rules, words to avoid
  • Product (recommended) — What your product does, features, how it works
  • Users (recommended) — User personas, goals, pain points
  • Audience (recommended) — Who you market and sell to, buyer personas
  • Competitive (recommended) — Competitors, market positioning, alternatives
  • Design (recommended) — Colors, typography, design system
  • Formatting (recommended) — Document structure conventions
  • Proof Points (recommended) — Case studies, metrics, testimonials
  • Pricing (recommended) — Pricing model, tiers, objection handling
  • Technical (recommended) — Tech stack, architecture, integrations

Identity and voice are required — they get you most of the value. The rest adds depth for specific skills.

3. Upload to Claude

Once your context is populated, zip the folder and upload it as a plugin in Claude. Your customized plugin now works across Claude Code and Claude Cowork — your business context travels with it.

Updating Your Context

To update your context, go back to your local copy, edit the files in context/ (or re-run /plugin-setup), re-zip, and re-upload.

Updating the Plugin

When a new version of Baseline Core is released, run /update to pull the latest skills, frameworks, agents, and hooks from GitHub. Your context files are never touched — only system files get updated. After updating, re-zip and re-upload.

What's Inside

15 Skills — Structured workflows for product work:

Skill What it does
Strategic Advisory Roadmaps, prioritization, OKRs, strategic decisions
Research & Synthesis User research, interviews, competitive analysis
Product Communications PRDs, specs, briefs, stakeholder updates
Product Design Interface design, wireframes, user flows, prototypes, demos, POCs
Product Analytics Metrics, dashboards, A/B tests, segmentation
Content Writing Blog posts, newsletters, social media, email campaigns, case studies
Sales Enablement Proposals, pitch decks, outreach emails, demo scripts, objection handling
Customer Success Onboarding, retention, churn analysis, health scoring, renewals, expansion
Project Management Planning, sprints, tracking, risk management
Technical Documentation User guides, API docs, release notes
Visual Communication Presentations, diagrams, data visualization
Product Marketing Positioning, messaging, content, launch briefs
Go-to-Market Planning Launch planning, channel strategy, distribution
Thinking Partner Strategic thinking, decisions, brainstorming, pressure-testing assumptions
Skill Building Create new skills for the system

Plus /plugin-setup for initial configuration and /update for version management.

14 Frameworks — Reusable methodologies that skills draw from: workflow orchestration, prioritization, decision-making, strategy, research, messaging, UX heuristics, project management, stakeholder communication, facilitation, change management, pace layering, session planning, and customer lifecycle.

3 Agents — Background support that runs alongside skills:

  • Quality Review — Evaluates any skill's output for effectiveness, voice consistency, and fitness for purpose
  • Research — Gathers market, competitive, or domain context without breaking conversation flow
  • Context Loader — Synthesizes your context files into focused briefs for skills

11 Context Files — Your business knowledge, loaded by skills on demand:

File Required Used by
identity.md Yes Every skill
voice.md Yes Every skill
product.md No Product Design, Product Communications, Technical Documentation, Content Writing, Customer Success
users.md No Product Design, Research & Synthesis, Product Analytics, Customer Success
audience.md No Product Marketing, Go-to-Market, Sales Enablement, Content Writing, Customer Success, Research
competitive.md No Product Marketing, Go-to-Market, Sales Enablement, Content Writing, Strategic Advisory
design.md No Product Design, Visual Communication
formatting.md No Product Communications, Technical Documentation, Quality Review
proof-points.md No Product Marketing, Sales Enablement, Content Writing, Customer Success, Research
pricing.md No Go-to-Market Planning, Sales Enablement, Product Marketing, Customer Success
technical.md No Product Design, Technical Documentation

How It Works

Baseline Core works as a plugin in Claude Code and Claude Cowork. When you trigger a skill (like /product-marketing or /strategic-advisory), it loads:

  1. Your business context (identity + voice, always)
  2. Relevant extended context (product, users, audience, etc. — only when needed)
  3. Shared frameworks (prioritization, messaging, etc. — based on the skill)
  4. Skill-specific references (deeper guidance, loaded on demand)

The plugin's routing brain automatically matches your request to the right skill. If no skill matches, it uses your loaded business context to answer with general product expertise.

Project Structure

baseline-core-plugin/
├── .claude-plugin/plugin.json    # Plugin manifest
├── hooks/hooks.json              # SessionStart routing brain
├── output-styles/                # Voice and formatting enforcement
├── agents/                       # Quality review, research, context loader
├── skills/                       # 15 domain skills + setup + update
├── frameworks/                   # 13 shared methodologies
└── context/                      # Your business knowledge (customizable)
    ├── core/                     # Identity + voice (required)
    └── extended/                 # Product, users, audience, competitive, design,
                                  # formatting, proof points, pricing, technical

Built by Baseline.

About

Baseline Core — A complete AI system for product work. 12 domain skills, 13 shared frameworks, customizable business context.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors