Baseline Core: The Open-Source "PM Brain" for Your AI
2026-02-19 | Product Hunt | Official Site | GitHub

Screenshot Breakdown: This is the panorama of Baseline Core's 12 skills, covering everything from strategic advisory to go-to-market planning. The dark background + orange branding gives it a pure technical vibe, clearly designed for developers and founders.
30-Second Quick Take
What is it?: An open-source "AI Skill Pack." Run one command, and your Claude Code / Cursor / Copilot can help you do market research, write PRDs, plan Sprints, and design user flows—all with your specific business context, not just generic AI fluff.
Is it worth it?: If you're a founder or a small team without a dedicated PM, this is a "zero-risk trial"—free, open-source, and takes 5 minutes to set up. Even if you don't use all the skills, just seeing how they organize the AGENTS.md + SKILL.md + context architecture is worth the look.
Three Key Questions
Is it for me?
Target User: Founders and small teams without a dedicated PM. You're doing everything—market research, PRDs, iteration planning, prototyping—but none of these are your full-time job.
Do you fit? If any of these sound like you:
- Indie developer needing positioning docs before launch but not knowing where to start.
- Startup founder acting as PM + Designer + Dev simultaneously.
- Using Claude Code or Cursor but finding the AI output too "generic" or unaware of your business.
Then yes, this is for you.
Common Use Cases:
- Want to write a PRD but don't have a framework → Use the Product Communications skill.
- Need competitive analysis but don't know where to start → Use the Research Synthesis skill.
- Sprint planning or OKR setting → Use the Strategic Advisory skill.
- Writing launch copy or positioning docs → Use Product Marketing + Go-to-Market Planning.
Is it useful?
| Dimension | Benefit | Cost |
|---|---|---|
| Time | Cut PRD writing from 2 days to 2 hours (with methodology support) | 5-min install + 30-min context setup |
| Money | Free, MIT Open Source | Your own AI API costs (Claude/GPT usage) |
| Effort | No need to build your own prompt engineering; 12 skills ready to go | Requires careful filling of context files to be effective |
ROI Judgment: Extremely high. Zero financial cost + low time investment. Even if you only use 2-3 skills, it's better than writing prompts from scratch. The key is whether you're willing to spend 30 minutes defining your business context—the better the input, the better the output.
Is it any good?
The "Wow" Factors:
- One Command Setup:
npx @baseline-studio/cli initcreates 52 files, setting up skills, context, frameworks, and AGENTS.md instantly. - Tool Agnostic: Works with Claude Code, Cursor, Codex, Copilot, ChatGPT, and Gemini. No vendor lock-in.
- Built-in Methodologies: 14 frameworks like RICE, PAS, and AIDA are ready to use—no more searching for templates.

Screenshot Breakdown: The terminal shows the
npx @baseline-studio/cli initprocess—one command creates 52 files. On the left, the slogan "Make your AI tools actually do product work" is simple and punchy.
User Feedback:
The product is very new (99 votes on PH, 10 comments; 16 hours on HN). While there aren't massive amounts of independent reviews yet, the high engagement on Hacker News suggests the developer community is very interested in "injecting business context into AI."
For Developers
Tech Stack
This isn't a SaaS; it's a file protocol system:
- Core Protocols: AGENTS.md (AI tool entry point) + SKILL.md (skill definition files).
- Environment: Node.js CLI (
npx @baseline-studio/cli). - AI/Models: Model agnostic. It uses whatever AI tool/model you are already using.
- Update Mechanism:
npx baseline updatepulls the latest skill files.
Project Architecture
your-project/
├── AGENTS.md # Unified entry for AI tools (read by Claude Code, Copilot, etc.)
├── CLAUDE.md # Specific pointer for Claude Code
├── .github/copilot-instructions.md # Specific pointer for Copilot
├── baseline.config.json # Version config
├── skills/ # 12 domain-specific skill modules
├── context/ # Your business knowledge (The Core!)
│ ├── core/ # Brand identity + Tone of voice
│ └── extended/ # Detailed product, user, and pricing info
├── frameworks/ # 14 reusable methodologies (RICE, AIDA, etc.)
└── cli/ # CLI tools
Core Implementation
Essentially, it's "structured prompt engineering." Each skill is a Markdown file containing methodology instructions. When called, the AI tool loads the skill + your context files, ensuring the output is both professional and relevant.
Key design: Progressive Disclosure. The AI only sees the skill name and a one-line description. It only loads the full instructions when it determines they are relevant, preventing context window bloat.
Open Source Status
- Fully Open Source: MIT License, GitHub Repository.
- Customizable: You can fork and modify, but it's recommended to put custom content in the
context/directory, asbaseline updatewill overwrite theskills/folder. - Build Difficulty: Low to medium technically (organizing Markdown), but the sheer volume of 12 skills + 14 frameworks + 34 reference files requires significant product experience to replicate.
Business Model
- Core: Free and open-source forever.
- Custom Setup: Paid consulting where the founder, Trent, spends a week helping you write business context, build custom skills, and train your team.
- A classic "Open Core + Expert Consulting" model, similar to the early days of Red Hat or Elastic.
Big Player Risk
This is a subtle space. Vercel has pushed Skills.sh, OpenAI Codex supports Agent Skills natively, and GitHub Copilot recently added Agent Skills in VS Code 1.108. While giants are pushing standards, Baseline's moat isn't the "format," but the product methodology content. 12 polished skills + 14 frameworks represent domain knowledge that isn't easily replaced by a platform.
However, if Cursor or Claude releases an official "Product Manager Skill Pack," Baseline would face direct competition.
For Product Managers
Pain Point Analysis
What it solves: When you use ChatGPT for a PRD, you often get generic templates that have nothing to do with your specific product or market. Baseline injects your business context into the AI, so it "understands" your company before it starts working.
How painful is it?: High frequency + moderate necessity. Every founder uses AI for product work, but most "re-introduce" their product in every single chat. Baseline automates that.
User Persona
- Primary: Early-stage founders (1-10 people) without a dedicated PM.
- Secondary: Indie devs using AI coding tools who want to add "product thinking" to their AI.
- Scenarios: Writing PRDs from scratch, competitive analysis, Sprint planning, launch copy, user interview analysis.
The 12 Skills Explained
| Skill | Type | Coverage |
|---|---|---|
| Strategic Advisory | Core | Roadmaps, prioritization, OKRs, business model analysis |
| Research Synthesis | Core | User interviews, research reports, competitive analysis |
| Product Communications | Core | PRDs, spec docs, stakeholder communication |
| UX Design | Core | Wireframes, user flows, UI copy, design systems |
| Product Analytics | Core | Metric frameworks, A/B testing, data storytelling |
| Prototyping | Support | Code prototypes, demos, Proof of Concepts |
| Project Management | Core | Sprint planning, Agile practices, PM templates |
| Technical Documentation | Support | User guides, API docs, release notes |
| Visual Communication | Support | Presentations, diagrams, data visualization |
| Product Marketing | Core | Positioning, messaging frameworks, launch briefs |
| Go-to-Market Planning | Core | Pricing strategy, launch planning, channel strategy |
| Skill Building | Meta | Create custom skills, build reference files |
Competitive Differentiation
| Dimension | Baseline Core | ProductSkills | Cursor Rules | Single AGENTS.md |
|---|---|---|---|---|
| Skill Count | 12 skills + 14 frameworks | ~4 skills | Project rules | Project specs |
| Business Context | Yes (context/ dir) | No | No | No |
| Cross-tool | 7+ tools | Partial | Cursor only | Partial |
| Methodology Depth | Deep (RICE, PAS, etc.) | Medium | Shallow | None |
| Progressive Loading | Yes | No | Partial (glob) | No |
Takeaways to Borrow
- Layered Context Design:
core/(always loaded) +extended/(loaded on demand) solves the "too much context" problem. - Skill + Framework Separation: Skills define the workflow, frameworks provide the methodology. Decoupling them allows for flexible combinations.
- AGENTS.md Unified Entry: One file to rule all AI tools. This is a practice worth adopting.
For Tech Bloggers
Founder Story
- Founder: Trent (GitHub: TrentM6), contact: [email protected].
- Background: No public bio yet, but the project quality suggests deep PM + AI tool experience.
- The "Why": Baseline Studio's mission is to "study how product teams collaborate with AI." Trent likely felt the pain of generic AI output firsthand while acting as a founder/PM.
Discussion Angles
- Security Risks in Agent Skills: In Feb 2026, ClawHub was found to have 341 malicious skills stealing data. Baseline is open-source, but as the ecosystem explodes, "Is your installed skill safe?" will be a major topic.
- AGENTS.md vs SKILL.md: AGENTS.md is the rulebook, SKILL.md is the power-up. Baseline uses both, but the industry lacks a unified standard.
- "Skills are the most underrated feature of 2026": Following Aaron Brethorst's view, most people haven't realized the power of skills yet. Baseline Core is perfectly timed for this shift.
Hype Data
- Product Hunt: 99 votes, 10 comments (Moderate heat, not a viral hit yet).
- Hacker News: Active discussion thread.
- Twitter/X: @baselinestudio exists but is quiet. Social spread is just beginning.
- Overall: This is a "content-driven" product relying on word-of-mouth. PH votes suggest it's in the early adopter phase.
Content Suggestions
- Angle: "It's 2026—is your AI still outputting template garbage?" Do a Before/After comparison using Baseline.
- Trend Jacking: With Vercel Skills.sh and Copilot Agent Skills launching, do an "AI Skills Ecosystem Roundup" and feature Baseline as the PM specialist.
For Early Adopters
Pricing Analysis
| Tier | Price | Features | Is it enough? |
|---|---|---|---|
| Core (Free) | $0 | 12 skills + 14 frameworks + 34 ref files + CLI | More than enough for most |
| Custom Setup | Unlisted | 1-week custom build + context writing + training | For teams with a budget |
Hidden Costs: You pay your own AI API fees. If you already use Claude Code or Cursor, Baseline adds no extra cost.
Quick Start Guide
- Setup Time: 5 mins install, 30 mins context config.
- Learning Curve: Low.
- Steps:
- Run
npx @baseline-studio/cli init. - Edit
context/core/identity.mdandvoice.md(Who are you? How do you talk?). - Fill out
context/extended/info as needed. - Open your AI tool (Claude Code / Cursor / Copilot); it reads AGENTS.md automatically.
- Start using: e.g., "Use the Research Synthesis skill to analyze my competitors."
- Run
Pitfalls & Gripes
- Don't edit skills/ files directly: Updates will wipe your changes. Use the
context/directory for customization. - Garbage In, Garbage Out: If your context files are lazy (e.g., just a company name), the AI output will be equally lazy.
- Early Community: No Discord or active Reddit yet. Issues must go through GitHub or email.
Security & Privacy
- Storage: Purely local. Files stay in your project directory.
- Privacy: Your context (sensitive brand/product info) is sent to your AI provider (Anthropic/OpenAI) via their API. You must trust your AI provider.
- Auditability: MIT license means the code is fully readable.
Alternatives
| Alternative | Pros | Cons |
|---|---|---|
| ProductSkills | Lightweight, PM-focused | Fewer skills, no context injection, no CLI |
| DIY AGENTS.md | Total control, no dependencies | No methodology content; you write everything |
| Cursor Rules | Deep Cursor integration | Locked to Cursor; not portable |
| Vercel Skills.sh | Wider ecosystem, easy install | It's a platform, not content; you still need to find/write skills |
For Investors
Market Analysis
- AI Agents Market: $7.84B in 2025, projected $52.62B by 2030 (46.3% CAGR) | Markets and Markets
- Prompt Engineering & Agent Tools: $6.95B in 2025, projected $40.87B by 2030 (42.52% CAGR) | Mordor Intelligence
- Agent Market Share: Goldman Sachs predicts agents could represent 60% of the software market by 2030.
- Enterprise Adoption: Gartner predicts 40% of enterprise apps will embed AI agents by 2026.
Competitive Landscape
| Layer | Players | Positioning |
|---|---|---|
| Platform | Vercel Skills.sh, SkillsMP | Skill distribution/marketplace |
| Standard | Agent Skills (SKILL.md), AGENTS.md | Open protocols/standards |
| Content | Baseline Core, ProductSkills, antfu/skills | Specific skill packs |
| Tooling | Claude Code, Cursor, Copilot | Where skills are consumed |
Baseline sits in the Content Layer. Its moat is the depth of product methodology, not technical barriers.
Timing Analysis
Why now?:
- Early 2026 is the "Agent Skills" breakout moment: Vercel, OpenAI, GitHub, and JetBrains all launched support simultaneously.
- "Vibe Coding" is mainstream; 40% of enterprise software is expected to be driven by natural language.
- The industry is moving from "AI helps me code" to "AI helps me do product work."
Team & Funding
- Founder: Trent (TrentM6), solo/tiny team.
- Funding: None public. Currently follows a "Passion Project → Open Source → Consulting" path rather than a VC-backed trajectory.
Conclusion
Final Verdict: Baseline Core is a high-quality "PM Skill Pack" for the 2026 Agent Skills wave—free, open-source, and plug-and-play. It's not a revolutionary invention, but it executes the "make AI understand your business" concept far better than most DIY prompt attempts.
| User Type | Recommendation |
|---|---|
| Developers | Worth a try. Spend 5 mins to see how the skills are organized; the architecture alone is a great lesson in AI orchestration. |
| Product Managers | Highly recommended. 12 skills + 14 frameworks cover 80% of daily PM tasks. Ten times better than just asking ChatGPT to "write a PRD." |
| Bloggers | Good for a roundup. Use it as the prime example of "Methodology-as-a-Skill." |
| Early Adopters | Zero-risk trial. If you use Claude Code or Cursor, you'll feel the difference immediately after setup. |
| Investors | Watchlist. Great product, but the team is small and the model is currently consulting-heavy. The sector is hot, but Baseline is currently a top-tier open-source project rather than a venture-scale target. |
Resources
| Resource | Link |
|---|---|
| Official Site | baselinestudio.design |
| GitHub | TrentM6/baseline-core |
| Product Hunt | Baseline Core |
| Hacker News | Discussion Thread |
| Install Command | npx @baseline-studio/cli init |
| Contact | [email protected] |
2026-02-19 | Trend-Tracker v7.3 | Sources: Product Hunt, Hacker News, GitHub, baselinestudio.design, Markets and Markets, Mordor Intelligence, Goldman Sachs