Skip to main content
ClaudeWave
Slash Command136 repo starsupdated 4d ago

status

Unified status snapshot of the active brand: profile, engagements, recent insights, recent compliance violations, Python dependency mode.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/indranilbanerjee/digital-marketing-pro/HEAD/commands/status.md -o ~/.claude/commands/status.md
Then start a new Claude Code session; the slash command loads automatically.

status.md

# /digital-marketing-pro:status — Unified Status Snapshot

Prints a complete status snapshot for the active Digital Marketing Pro brand. Wraps `scripts/dm-status.py` and surfaces health indicators that need attention.

In v3.0 and earlier, the SessionStart hook ran `setup.py` automatically at every Claude Code session start to print a 15-line brand summary banner across every project. v3.1 removed that hook because it fired globally regardless of context. v3.2 introduces this command as the explicit on-demand replacement, with a richer view than the old banner.

## Quick examples

```
/digital-marketing-pro:status                              # Full snapshot for active brand
/digital-marketing-pro:status --brand acme-corp            # Snapshot for a named brand
/digital-marketing-pro:status --quiet                      # One-line compact summary
/digital-marketing-pro:status --json                       # Machine-readable JSON
/digital-marketing-pro:status --section engagements        # Only the engagements section
```

## Sections

| Section | Contents |
|---------|----------|
| `brand` | Name, industry, voice, channels, languages, markets, competitors, primary goal |
| `engagements` | All engagements with current part, completed/blocked counts, days since update, pending decisions, versioned doc count |
| `insights` | Last 5 insights captured + days since last save + total count |
| `compliance` | Last 5 compliance violations + count in last 30 days |
| `deps` | Python version + mode (knowledge-only / lite / full) + available + missing packages |

## Health indicators surfaced

After the snapshot, the skill highlights items that need attention:

- Engagements not updated in 14+ days
- Engagements with pending re-run decisions awaiting action
- Recent compliance violations (last 30 days)
- Missing Python dependencies that affect feature availability

## Fast and read-only

This command never modifies state. It only reads from existing brand profile, engagement state, insights, and violations files. Safe to run at any time without side effects.

## See also

- [skills/status/SKILL.md](../skills/status/SKILL.md) — full skill specification
- [scripts/dm-status.py](../scripts/dm-status.py) — the underlying script
- [/digital-marketing-pro:brand-setup](brand-setup.md) — create or update a brand profile
- [/digital-marketing-pro:engagement status](engagement.md) — engagement-specific deep status
agency-operationsSubagent

Invoke when the user needs to manage multiple client brands, view portfolio-level dashboards, generate client reports, manage SOPs, switch credential profiles, assign team tasks, configure regions, or generate executive summaries. Triggers on requests involving multi-client management, agency workflows, client onboarding, or portfolio oversight.

analytics-analystSubagent

Invoke when the user needs help with marketing measurement, KPI definition, dashboard design, attribution modeling, performance analysis, anomaly detection, competitive benchmarking, or translating data into marketing decisions. Triggers on requests involving metrics, reporting, analytics setup, or data interpretation.

brand-guardianSubagent

Invoke when marketing content needs quality control review — brand voice consistency checks, regulatory compliance verification (GDPR, CAN-SPAM, CCPA, HIPAA, FTC, industry-specific), accessibility auditing (WCAG 2.1), inclusive language review, or brand safety assessment. Automatically invoked as a final review step before any content is published or delivered.

competitive-intelSubagent

Invoke when the user needs competitor analysis — content strategy teardowns, SEO gap analysis, paid ad analysis from ad libraries, social media benchmarking, AI visibility comparisons, pricing and positioning research, or market landscape mapping. Triggers on requests mentioning competitors, competitive gaps, market analysis, or benchmarking.

competitor-intelligenceSubagent

Use when the task requires ongoing competitive monitoring, competitor change detection, share of voice tracking, competitive alerts, ad monitoring, price monitoring, win/loss analysis, or competitive narrative mapping.

content-creatorSubagent

Invoke when the user needs any form of marketing content created or refined — blog posts, ad copy, email campaigns, social media posts, landing page copy, press releases, video scripts, product descriptions, or newsletter content. Triggers on requests to write, draft, rewrite, or improve marketing copy.

crm-managerSubagent

Invoke when the user needs to manage CRM operations — creating contacts, importing leads, updating deals, syncing campaign data, segmenting audiences, managing pipelines, or connecting marketing data to Salesforce, HubSpot, Zoho, or Pipedrive. Triggers on requests involving CRM data, lead management, pipeline updates, or sales-marketing alignment.

cro-specialistSubagent

Invoke when the user needs help with conversion rate optimization — landing page audits, A/B test design, form optimization, pricing page strategy, checkout flow improvement, personalization, statistical significance calculations, page speed impact analysis, or mobile conversion optimization. Triggers on requests involving conversions, landing pages, A/B testing, or optimization experiments.