Product Skills for
AI Harness.

Your PRDs, decks, and strategy docs are too far from the codebase. Acumen defines a set of skills & context building for product people to craft & thrive with AI harness right from the codebase.

1 Core Skill
19 Skills
7 Reference Docs

Product craft happens too far from the codebase.

Decisions are made in docs, slides, and chat — disconnected from the codebase where the truth is.

Acumen fixes this by embedding product craft where the building happens — skills that read your codebase and an organised knowledge layer before they write a single line.

19 skills. Each one reads your product's context before it writes a single line.

Each skill is a focused product operation — grounded in your codebase and knowledge layer, not generic prompting.

Context
Te
teach
One-time setup that gathers product context and saves it to .acumen.md
Sc
scout
Build and maintain a living competitor map with quick scans and deep analysis
Pe
persona
Build and maintain behavioral personas grounded in real user patterns
Fe
features
Build and maintain a lightweight feature inventory
Va
value
Map per-persona value delivery to the usage and north star metrics that prove it
Audit
Or
orientation
Audit product identity — what we do, for whom, whether the feature surface is coherent
De
defensibility
Audit moats, switching costs, data advantages, network effects, and AI-era resilience
Ideate
Di
diagnose
Find current problems based on data, value delivery, and feature health
Me
measure
Check KPI health — what’s working, what’s not, where to dig deeper
Wo
workshop
Ideation workshop — value chain analysis, competitive gaps, feedback synthesis
Craft
Ro
roadmap
Plan a sequence of bets, break into shippable increments, prioritize
In
increment
Scope an increment end-to-end — context, spec, implementation, wireframes
Cr
critique
Evaluate and validate a PM artifact — score for rigor, test riskiest assumptions
Communicate
Na
narrate
Write product communication for any audience, even when stakes are high
Ch
changelog
Write a changelog from recent PRs and commits, grounded in feature context
Meta
Up
update
Fetch the latest Acumen skills from GitHub and update local copies
Cs
cheatsheet
Quick-reference cheatsheet of all Acumen skills
Fb
feedback
Submit structured feedback as a GitHub Discussion
Cu
catchup
Pull latest code and summarize recent changes in product-friendly terms

Context that lives where the code lives.

Acumen closes the distance with persistent context files that live in your repo, versioned alongside code. Every skill reads them before it writes. The more you use Acumen, the sharper the output gets.

.acumen.md
Product context: users, strategy, positioning, constraints, north star metric.
Created by /teach-acumen
.acumen/value-chain.md
End-to-end workflow map per persona — extension points, friction, expansion opportunities.
Created by /teach-acumen · Updated by /workshop
.acumen/personas.md
Behavioral personas grounded in real usage patterns, not demographics.
Maintained by /persona
.acumen/competitors.md
Living competitor map: who they are, what they ship, where they're strong and weak.
Maintained by /scout
.acumen/features.md
Feature inventory: what exists, what's healthy, what's decaying, what's missing.
Maintained by /features
.acumen/value.md
Per-persona value delivery mapped to usage and north star metrics.
Maintained by /value
.acumen/sources.md
Data source config: analytics, database, backlog — how skills pull real data.
Connects to PostHog Mixpanel Amplitude Supabase PostgreSQL Linear Jira GitHub
Created by /teach-acumen
.acumen/reports/
Point-in-time outputs from diagnostic and ideation skills.
Generated by /diagnose, /measure, /workshop

Value Chain — the backbone

The value chain maps each persona's full job end-to-end. It answers: where do we bring value, where is the user on their own, and where are the expansion opportunities? Eight skills read it. Three maintain it.

Step Our role Skills that use it
Identify the problem None /diagnose, /workshop
Choose a tool Assist /orientation, /scout
Set up & configure Own /increment, /measure
Do the core job Own /increment, /defensibility
Evaluate results Assist /measure, /diagnose
Share & collaborate None /workshop, /roadmap

Example value chain. Yours is generated from your product's actual workflow by /teach-acumen.

Install in under a minute.

Acumen follows the agents.md spec. Drop the skills into your AI tool and go.

Step 1

Open your codebase

Use any coding agent that supports the agents.md spec. It works with read-only access rights.

Claude Code Cursor Windsurf Gemini CLI Codex CLI GitHub Copilot Kiro OpenCode Amp Cline Aider Roo Code Continue Zed Trae Conductor
Step 2

Install Acumen

# One command, auto-detects your tool
npx skills add VGrss/acumen
Step 3

Teach & go

# One-time product context
/teach-acumen

# Then let the skills guide you
/diagnose
/orientation
/workshop

Each skill suggests the next one. Just follow the flow.

The stack is collapsing. Product «» Design «» Developer: all become Builders with a speciality.

Product Managers
Value
Builder with a value speciality — shaping what to build, for whom, and why it matters.
Designers
Experience
Builder with an experience speciality — crafting how the product feels and flows.
Developers
Reliability
Builder with a reliability speciality — making it work, scale, and ship.

Every profile benefits from reinforcing their Product Acumen.

What's New

April 13, 2026
  • /catchup — pull latest code from main and get a product-friendly summary of what changed, without losing .acumen/ context
  • Total skill count: 20

FAQ

How do I install Acumen?
Run npx skills add VGrss/acumen for auto-detection, or copy the .agents and .claude directories into your project root.
How do I update?
Run /update-acumen from within your AI tool, or run npx skills update. Your .acumen.md and context files are preserved.
Skills aren't showing up.
Verify the skill files are in the right directory for your tool. For Claude Code, check that .claude/skills/ contains the symlinks. For Cursor, ensure agents.md is enabled.
Which tools are supported?
Claude Code, Cursor, Windsurf, Gemini CLI, Codex CLI, GitHub Copilot, Kiro, OpenCode, Amp, Cline, Aider, Roo Code, Continue, Zed, Trae, Conductor, and any tool supporting the agents.md spec.
Is Acumen free?
Everything is Apache 2.0: skills, reference docs — all free and open source.
Do I need /teach-acumen in every project?
Yes, once per project. It generates .acumen.md with your product's context. Without it, skills still work but produce less targeted output.