Agent skill
morning-standup
Full daily team standup across all 6 verticals: Sales, Social Media, Content, SEO, Creative, and Strategy.
Filed under Content and SEO.
From ekatasingh1107/b2b-gtm-skills · 99 skills · 2 · pushed 2026-04-11
What it does when it runs
Full daily team standup across all 6 verticals: Sales, Social Media, Content, SEO, Creative, and Strategy. Spawns all vertical agents in parallel, collects reports, and presents a unified standup summary. Run at 9 AM daily.
Read from the skill and the 1 file bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- No third-party host appears in the skill or its bundled files.
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It only issues instructions, so there is nothing to bound. - Actions present in the files
- None. Instructions only.
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/ekatasingh1107/b2b-gtm-skills.git /tmp/b2b-gtm-skills git -C /tmp/b2b-gtm-skills sparse-checkout set "skills/playbooks/morning-standup" mkdir -p ~/.claude/skills/morning-standup cp -R "/tmp/b2b-gtm-skills/skills/playbooks/morning-standup/." ~/.claude/skills/morning-standup/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗Reproduced in full from ekatasingh1107/b2b-gtm-skills/blob/eae8dd0bb98da1c8e84abd297066a87015dd860f/skills/playbooks/morning-standup/SKILL.md, which is licensed MIT (repository). 954 words, 15 headings.
Morning Standup
The daily team standup. Run this at 9 AM every morning. It orchestrates all 6 verticals of Plasho's AI team, collects their reports, and presents a unified standup summary.
This playbook replaces the need for manually triggering each vertical separately.
Prerequisites
agency.config.jsonfully populated (run/agency-setupfirst)- CRM initialized with all vertical tabs (run
/crm-setupfirst) - All 5 agent definitions installed:
sales-team-lead,social-media-lead,content-lead,seo-lead,creative-lead - Agent memory directories initialized for all verticals
Composites & Capabilities Used
signal-to-leadcomposite -- find and score new leads (via sales vertical)lead-enrichment-pipelinecomposite -- research, find contacts, validate (via sales vertical)outreach-draft-pipelinecomposite -- generate personalized outreach (via sales vertical)social-content-writercapability -- generate social posts (via social media vertical)social-engagement-respondercapability -- process engagement (via social media vertical)social-calendarcomposite -- manage content calendar (via social media vertical)social-creative-briefcapability -- generate creative briefs (via creative vertical)blog-researchercapability -- research content topics (via content vertical)content-briefcomposite -- create content briefs (via content vertical)long-form-writercapability -- draft content pieces (via content vertical)content-repurposercomposite -- repurpose content (via content vertical)programmatic-seocomposite -- scale content (via content vertical)seo-auditorcomposite -- site SEO audits (via SEO vertical)technical-seo-auditcapability -- technical health checks (via SEO vertical)keyword-minercomposite -- keyword research (via SEO vertical)backlink-minercapability -- backlink analysis (via SEO vertical)content-seo-optimizercapability -- on-page optimization (via SEO vertical)schema-generatorcapability -- structured data (via SEO vertical)video-production-briefcapability -- video briefs (via creative vertical)ad-creative-briefcapability -- ad creative briefs (via creative vertical)brand-voicecapability -- brand consistency (via creative vertical)
Phase 0: Overnight Briefing
Before spawning any vertical agents, compile a quick executive summary by reading the CRM:
OVERNIGHT BRIEFING -- [Date]
---
- New inbound leads: [count]
- Email responses received: [count]
- Social mentions/signals: [count]
- Urgent items: [list or "none"]
- Tool credit status: Apollo [X%], ZeroBounce [X%]
Read CRM tabs for overnight changes:
- "Outreach CRM" for new responses
- "Inbound Leads" for new inbound
- "Social Media" for overnight engagement
- "Dashboard" for yesterday's summary
Phase 1: Sales Standup
Spawn sales-team-lead agent. This internally coordinates:
inbound-lead-generator-- find new qualified leadsplasho-lead-generator-- research and enrich leadsplasho-sales-outreach-- draft and queue outreach
Expected report format:
SALES STANDUP
Yesterday: [leads generated], [demos booked], [follow-ups sent]
Today: [lead target], [follow-ups due], [calls scheduled]
Blockers: [any issues]
Phase 2: Social Media Standup
Spawn social-media-lead agent. It executes:
- Generate today's posts (LinkedIn, Instagram, Twitter)
- Process overnight engagement and replies
- Detect and flag lead signals from social interactions
- Update the social content calendar
Expected report format:
SOCIAL MEDIA STANDUP
Yesterday: [posts published], [engagement metrics], [lead signals]
Today: [posts scheduled by platform]
Blockers: [any issues]
Phase 3: Content Standup
Spawn content-lead agent. It executes:
- Check content calendar and pipeline status
- Research trending topics in the Shopify/D2C space
- Draft the next content piece (blog post, case study, or pillar page)
- Update the editorial pipeline
Expected report format:
CONTENT STANDUP
Yesterday: [published/drafted/researched]
Today: [drafting target + keyword]
Blockers: [any issues]
Phase 4: SEO Standup
Spawn seo-lead agent. It executes:
- Monitor keyword rankings and flag changes
- Check indexation status and technical health
- Audit one prospect site (sales tool)
- Optimize one existing page for SEO
Expected report format:
SEO STANDUP
Yesterday: [keywords tracked], [prospect audited], [pages optimized]
Today: [audit target], [optimization target]
Blockers: [any issues]
Phase 5: Creative Standup
Spawn creative-lead agent. It executes:
- Generate creative briefs for today's social posts
- Plan upcoming video content
- Review brand consistency across recent outputs
Expected report format:
CREATIVE STANDUP
Yesterday: [briefs completed], [assets delivered]
Today: [briefs to generate by type]
Blockers: [any issues]
Phase 6: Strategy Check
Conditional execution based on day of week:
- Monday: Run
weekly-reportplaybook (full pipeline review with metrics and forecast) - 1st Monday of month: Also run
strategic-reviewplaybook - Other days: Skip, just note: "Next weekly report: [next Monday date]"
Phase 7: Combined Standup Report
Compile all vertical reports into a unified standup:
MORNING STANDUP -- [Date]
================================
SALES (lead: sales-team-lead)
Yesterday: [summary]
Today: [plan]
Blockers: [any]
SOCIAL MEDIA (lead: social-media-lead)
Yesterday: [summary]
Today: [plan]
Blockers: [any]
CONTENT (lead: content-lead)
Yesterday: [summary]
Today: [plan]
Blockers: [any]
SEO (lead: seo-lead)
Yesterday: [summary]
Today: [plan]
Blockers: [any]
CREATIVE (lead: creative-lead)
Yesterday: [summary]
Today: [plan]
Blockers: [any]
STRATEGY
[Weekly/monthly status or next review date]
================================
Cross-vertical synergies:
- [Coordination needs between verticals]
Approve all? [Y] or adjust specific verticals?
Phase 8: CRM Dashboard Logging
Log each vertical's summary to the "Dashboard" CRM tab via webhook:
- One row per vertical, all with today's date
- Include: Date, Vertical, Yesterday Summary, Today Plan, Blockers, Key Metrics
Automation
This playbook is designed to be triggered daily at 9 AM. Options:
- Cron: Automatic 9 AM trigger via standup-orchestrator agent
- Manual: Run
/morning-standupin Claude Code - Interactive: Say "Morning standup" to Claude Code
Key Design Decisions
- Parallel execution: All 5 verticals spawn concurrently for speed
- Fail-safe: If any vertical fails, others continue; failures are reported
- Approval gate: Combined report is presented before any external actions execute
- Strategy is conditional: Weekly/monthly reviews only on relevant days
- Cross-vertical coordination: The orchestrator identifies synergy opportunities
Example Usage
Trigger phrases:
- "Morning standup"
- "Run the standup"
- "Run /morning-standup"
- "Team standup"
- "9 AM standup"
- "Daily standup"
Files bundled with it
These load only when the skill asks for them, so they cost nothing until it runs.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- good-morning by himanshusaleria · 17
Need help setting it up?
This page tells you what morning-standup does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.