Commons Guide
Shared infrastructure skills used across all domains. Load these before domain-specific skills.
Master Entry Point
| Task |
Skill |
Load when |
| Morning master brief |
daily-master-brief |
Daily: single entry point across all domains. Answers 9 KPIs: strategy effectiveness, pipeline growth, what's working/not, today's priorities, system health |
Skills
| Task |
Skill |
Load when |
| Understand product identity, ICP, positioning |
identity |
Before any content, marketing, or CRM skill |
| Apply brand voice, style, terminology |
brand-voice |
Before drafting any content |
| Pre-publish quality gate |
brand-review |
Before publishing any content |
| systemprompt CLI reference |
cli-usage |
When running CLI commands |
| Build a hypothesis ledger |
hypothesis-ledger-pattern |
When setting up action tracking for a new domain |
| Build a strategy master doc |
strategy-master-pattern |
When setting up a living strategy document |
| Build a daily brief |
daily-brief-pattern |
When building an orchestrated daily briefing |
| Marketing lead-gen positioning |
marketing-identity |
Before any marketing, social-media, or CRM skill |
| Marketing strategy document |
marketing-strategy-master |
To read/update the living marketing strategy |
| Marketing hypothesis ledger (H-###) |
marketing-hypothesis-ledger |
To log/score marketing actions |
| Morning marketing brief |
daily-marketing-brief |
Daily orchestration: funnel deltas + 3-5 actions |
Dependency Model
commons (no external dependencies)
|
+-- content (loads: identity, brand-voice, brand-review)
+-- seo (loads: identity, brand-voice, hypothesis-ledger-pattern, strategy-master-pattern)
+-- social-media (loads: identity, marketing-identity)
+-- crm (loads: identity, marketing-identity, brand-voice, hypothesis-ledger-pattern, daily-brief-pattern)
+-- development (loads: identity for product context)
1---2name: commons-guide3description: Entry point for commons — routes to shared infrastructure skills for identity, brand, patterns, and CLI4---56# Commons Guide78Shared infrastructure skills used across all domains. Load these before domain-specific skills.910## Master Entry Point1112| Task | Skill | Load when |13|------|-------|-----------|14| **Morning master brief** | `daily-master-brief` | **Daily: single entry point across all domains. Answers 9 KPIs: strategy effectiveness, pipeline growth, what's working/not, today's priorities, system health** |1516## Skills1718| Task | Skill | Load when |19|------|-------|-----------|20| Understand product identity, ICP, positioning | `identity` | Before any content, marketing, or CRM skill |21| Apply brand voice, style, terminology | `brand-voice` | Before drafting any content |22| Pre-publish quality gate | `brand-review` | Before publishing any content |23| systemprompt CLI reference | `cli-usage` | When running CLI commands |24| Build a hypothesis ledger | `hypothesis-ledger-pattern` | When setting up action tracking for a new domain |25| Build a strategy master doc | `strategy-master-pattern` | When setting up a living strategy document |26| Build a daily brief | `daily-brief-pattern` | When building an orchestrated daily briefing |27| Marketing lead-gen positioning | `marketing-identity` | Before any marketing, social-media, or CRM skill |28| Marketing strategy document | `marketing-strategy-master` | To read/update the living marketing strategy |29| Marketing hypothesis ledger (H-###) | `marketing-hypothesis-ledger` | To log/score marketing actions |30| Morning marketing brief | `daily-marketing-brief` | Daily orchestration: funnel deltas + 3-5 actions |3132## Dependency Model3334```35commons (no external dependencies)36 |37 +-- content (loads: identity, brand-voice, brand-review)38 +-- seo (loads: identity, brand-voice, hypothesis-ledger-pattern, strategy-master-pattern)39 +-- social-media (loads: identity, marketing-identity)40 +-- crm (loads: identity, marketing-identity, brand-voice, hypothesis-ledger-pattern, daily-brief-pattern)41 +-- development (loads: identity for product context)42```