一键导入
gtm-os-status
Dashboard of current GTM state across all active modules. Use when user asks about status, progress, or what to do next.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Dashboard of current GTM state across all active modules. Use when user asks about status, progress, or what to do next.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Upgrade this GTM Context OS instance to the latest template developments. Fetches the latest template, reconciles what's new against THIS instance's structure, and applies approved changes on a review branch — pausing before anything destructive. Operator-initiated.
Guided first-use setup. Walk through filling context.md and ingesting the first sales call. Use when the repo is empty or context.md is unfilled.
Smoke test before merging dev to main. Bootstraps a clean worktree, runs evals, checks instruction consistency — all automated via sub-agents.
First thing to run. Checks repo state and recommends what to do next. Use when operator says 'what do I do', 'help me get started', 'where do I begin', or just seems lost.
Audit the health of THIS instance's lived-in state — structural completeness, evidence chains, index integrity, output hygiene, drift, and context.md consistency (conflicts + cached-vs-source drift). Reports findings and fixes safe drift; flags judgment calls. Runs inside Claude Code, no API key.
Process raw documents into structured, attributed knowledge. Drop docs into _intake/, run this skill to dissect them into the right places. Incremental — run as many times as needed.
| name | gtm-os-status |
| description | Dashboard of current GTM state across all active modules. Use when user asks about status, progress, or what to do next. |
Show the current GTM state as a dashboard with actionable next steps.
Check which modules exist (have been bootstrapped):
demand/ — always presentsegments/ — if exists, read segments.jsonmessaging/ — if exists, read messaging.jsoncampaigns/ — if exists, read campaigns.jsonengine/ — if exists, note itcontent/ — if exists, note itAlso read:
context.md — is it filled or still template?status.md — last entry date## GTM Context OS — Status
**Context:** {filled | template — needs /quickstart}
**Last session:** {date from status.md}
**Active modules:** {list}
## Demand Evidence
| Metric | Value |
|--------|-------|
| PULL analyses | {count} |
| Demand (14+) | {count} |
| Benefit (8-13) | {count} |
| Neither (<8) | {count} |
| Avg PULL score | {avg}/20 |
Top demand signals:
- {company} ({score}/20) — {trigger}
- {company} ({score}/20) — {trigger}
If no analyses exist: "No demand evidence yet. Paste a sales call transcript and I'll run a PULL analysis to start building the evidence layer."
Segments:
## Segments
| Segment | Status | Volume | Evidence | Campaigns |
|---------|--------|--------|----------|-----------|
| {name} | {status} | {vol} | {count} analyses | {count} |
Flag: segments without PULL evidence, stale segments (active but no campaign in 30+ days)
Campaigns:
## Campaigns
| Campaign | Segment | Status | Sent | Replies | Meetings |
|----------|---------|--------|------|---------|----------|
| {name} | {segment} | {status} | {n} | {n} | {n} |
Flag: draft campaigns ready to launch, running campaigns without recent results
Messaging:
## Messaging
| Angle | Segment | Status | Campaigns Using |
|-------|---------|--------|-----------------|
| {name} | {segment} | {status} | {count} |
Based on current state, suggest 1-3 specific next actions:
## Recommended Next Steps
1. **{action}** — {why}
2. **{action}** — {why}
Common recommendations:
If issues found, add a brief section:
## Attention Needed
- {issue and suggested fix}