minutes-seo-wave

$npx mdskill add silverstein/minutes/minutes-seo-wave

Plan, build, and review one evidence-backed SEO content wave for the Minutes site.

  • Solves the need for coordinated, search-optimized content batches like comparison or use-case pages.
  • Depends on SERP research, page inventory, design-system compliance, and internal linking tools.
  • Decides based on fresh competitive research, target keywords, search intents, and existing content.
  • Delivers a shipped wave with generated LLM text, design-compliant pages, and a retro summary.

SKILL.md

.github/skills/minutes-seo-waveView on GitHub ↗
---
name: minutes-seo-wave
description: Plan, build, and review one evidence-backed SEO content wave for the Minutes site, including SERP research, page inventory, design-system compliance, internal linking, generated LLM text, and a shipped-wave retro. Use when the user asks for an SEO wave, a group of comparison or use-case pages, a docs or resource hub expansion, or a coordinated batch of search landing pages.
---

# /minutes-seo-wave

Produce one coherent SEO content wave, not a pile of disconnected pages. Keep the method reusable across comparison pages, use-case or resource pages, and docs hubs.

Competitive research and keyword specifics are time-sensitive. Research them fresh for each wave. Internal competitive plans may exist in gitignored documentation; never invent, reconstruct, or embed those private specifics in this skill or in repository documentation.

## Inputs

Collect:

- the wave theme, such as comparison pages, use-case pages, a resource cluster, or a docs hub
- target keywords and search intents
- the intended audience and conversion action
- the requested number of pages or the time box
- existing pages and drafts that must not be duplicated
- any supplied first-party research, approved claims, and source requirements

If theme or keywords are missing, inspect the repository and ask only for the choice that materially changes the wave. Do not invent search volume, keyword difficulty, competitor capabilities, pricing, compliance status, or product claims.

## Steps

### 1. Inventory the existing site

Map the current routes before proposing slugs or outlines:

```bash
rg --files site/app | rg '/page\.tsx$'
rg --files site/public | rg '\.md$'
sed -n '1,240p' site/app/sitemap.ts
```

Inspect relevant hubs, shared page components, adjacent pages, metadata, structured data, and markdown twins. Record pages that already satisfy the target intent, pages that should be refreshed instead of duplicated, and genuine content gaps.

### 2. Perform SERP recon

Research each target query with current search results. Identify:

- dominant intent: comparison, informational, transactional, navigational, or mixed
- recurring page formats and questions
- weak, stale, or unsupported answers the wave can improve
- primary sources required to support factual claims
- a distinct, truthful angle Minutes can substantiate

For competitor, legal, compliance, security, pricing, or product-capability claims, use current primary or official sources and record the review date. Treat search snippets and third-party summaries as discovery aids, not final evidence. For claims about Minutes, verify the current repository implementation and documentation.

Do not copy competitor framing or manufacture a claim because it would make a stronger headline. Give alternatives credit where they are better. Add appropriate not-legal-advice or scope language to regulated-topic pages.

### 3. Outline the wave page by page

For every proposed page, specify:

- route and primary keyword
- search intent and direct answer
- unique promise and evidence plan
- title, description, and social metadata
- section outline, including honest limitations or "when the alternative wins" where relevant
- structured data only when the visible page content supports it
- internal links in and out
- conversion action
- required hub, sitemap, and markdown-twin updates

Use extractable structures when they serve the query: a direct answer near the top, clear headings, comparison tables, concise lists, and visible FAQs that match any FAQ schema. Avoid near-duplicate pages that merely swap a product name or keyword.

### 4. Implement within `DESIGN.md`

Read `DESIGN.md` and reuse established site components and nearby page patterns. Preserve the Minutes type system: Instrument Serif for display headings, Geist for body and UI, and Geist Mono for labels, evidence, and technical material.

Use the repository's semantic design tokens and established utilities, including `var(--bg)`, `var(--text)`, `var(--accent)`, `font-serif`, `font-sans`, and `font-mono`. Do not introduce raw color values, ad hoc font families, off-scale spacing, gradients, glows, decorative motion, or new arbitrary literals. The design-token CI gate treats new raw literals as failures.

Keep the page useful without JavaScript when practical, keyboard accessible, responsive, and consistent in light and dark modes. Metadata and structured data must describe what the rendered page actually says.

### 5. Run an evidence and honesty pass

Fact-check every time-sensitive or consequential statement against its recorded source. Then compare Minutes claims against code and first-party documentation. Look especially for absolute language such as "never," "always," "nothing leaves," "compliant," "offline," or "free forever" that may need a precise boundary.

Check dates, plan names, pricing cadence, beta status, platform availability, default versus opt-in behavior, storage and network paths, and legal or compliance qualifiers. Remove a claim when it cannot be verified.

### 6. Complete the internal-linking pass

Connect the wave as a cluster:

- link each page to its relevant hub, pillar, sibling pages, and product or quick-start action
- add the new pages to the appropriate compare, resource, writing, or docs hub
- add contextual links from existing authoritative pages when useful
- update `site/app/sitemap.ts`
- add or update the corresponding `site/public/**/*.md` page when the site pattern requires a markdown twin
- verify there are no orphan pages or circular trails with no useful destination

Use descriptive anchor text. Do not stuff exact-match keywords into every link.

### 7. Regenerate and validate generated surfaces

After page and inventory changes, regenerate the LLM-facing site text:

```bash
node scripts/generate_llms_txt.mjs
node scripts/generate_llms_txt.mjs --check
```

Run the relevant site tests, type checks, and repository gates for the touched files. At minimum, run the design-token check when site UI changed:

```bash
node scripts/check_design_tokens.mjs
```

Do not hand-edit generated `llms.txt` files. Fix their source or generator input and regenerate.

## Output format

Return a page checklist followed by the shipped-wave retro. Keep routes, keywords, evidence, integrations, and validation visible:

```markdown
## Wave: <theme>

### Page checklist

- [ ] `/route-one` | `<primary keyword>` | <intent>
  - Direct answer and distinct angle: <one line>
  - Evidence: <primary sources or first-party repository evidence>
  - Integrations: <hub, sibling, sitemap, markdown twin, CTA>
- [ ] `/route-two` | `<primary keyword>` | <intent>
  - Direct answer and distinct angle: <one line>
  - Evidence: <primary sources or first-party repository evidence>
  - Integrations: <hub, sibling, sitemap, markdown twin, CTA>

### Wave checklist

- [ ] Existing `site/app/` and `site/public/` inventory checked for overlap.
- [ ] SERP intent and primary evidence recorded with a review date.
- [ ] `DESIGN.md`, accessibility, metadata, and structured-data constraints met.
- [ ] Hub, sibling, pillar, conversion, sitemap, and markdown-twin links complete.
- [ ] LLM text regenerated and repository checks pass.

## Shipped-wave retro

- **Scope shipped:** <routes and page types>
- **Why this wave:** <shared intent and evidence-backed opportunity>
- **Evidence and honesty review:** <sources checked, claims corrected or dropped, review date>
- **Site integration:** <hubs, internal links, sitemap, markdown twins, generated LLM text>
- **Validation:** <commands and results>
- **Follow-up:** <measurement or unresolved work, without inventing rankings or traffic>
```

Mark items complete only when the repository contains the work and the validation ran. The retro should follow the #435 through #438 pattern: summarize the shipped routes, the research basis, the integration work, the adversarial or honesty review, and concrete corrections. Do not claim ranking, traffic, or conversion impact before measurement exists.

## Checklist

Before calling the wave complete, verify:

- [ ] The theme, keywords, audience, conversion action, and wave size are explicit.
- [ ] Existing `site/app/` routes, hubs, sitemap entries, and markdown twins were inventoried.
- [ ] Each page answers a distinct search intent and avoids thin keyword substitution.
- [ ] Current primary sources support competitor and high-stakes claims.
- [ ] Minutes claims match current code and first-party documentation.
- [ ] `DESIGN.md` tokens and fonts are reused with no new raw design literals.
- [ ] Metadata, structured data, accessibility, responsive behavior, and light and dark modes were checked.
- [ ] Internal links connect every page to a hub, relevant siblings, a pillar, and a useful conversion action.
- [ ] `site/app/sitemap.ts` and required `site/public/**/*.md` twins are updated.
- [ ] `node scripts/generate_llms_txt.mjs --check` passes after regeneration.
- [ ] Relevant site checks and `node scripts/check_design_tokens.mjs` pass.
- [ ] The shipped-wave retro records scope, evidence, integrations, corrections, validation, and follow-up without invented outcomes.


More from silverstein/minutes

SkillDescription
minutes-briefFast non-interactive briefing before any meeting — auto-detects your next calendar event, pulls relationship history, surfaces open commitments, and produces a one-page brief in under 30 seconds. Use this whenever the user says "brief me", "give me a quick brief", "what's coming up", "background on my next call", "who am I meeting next", "brief me on Sarah", "I have a call in 10 min", "quick rundown", or right before walking into a meeting. Different from /minutes-prep — brief is the fast hook-fireable version that doesn't ask questions and doesn't set goals. Use brief when speed matters; use prep when the user wants to think hard about goals first.
minutes-cleanupManage old recordings — find large files, archive old meetings, delete processed originals. Use when the user says "clean up recordings", "how much space are meetings using", "delete old recordings", "archive meetings", "manage meeting storage", or asks about disk space from minutes.
minutes-copilotStart and control Minutes Coach, the separate real-time copilot HUD, with an explicit meeting goal. Use only for explicit Coach or HUD lifecycle requests such as "start Minutes Coach", "open the Coach HUD", "pause Minutes Coach", "resume Minutes Coach", "Minutes Coach status", or "stop Minutes Coach". Do not use for requests that explicitly ask the current terminal agent to watch or strategize; those belong to minutes-live-sidekick. An ambiguous request such as "coach me live" requires one short surface clarification and must not automatically start Coach.
minutes-debriefPost-meeting debrief — analyzes what happened, compares outcomes to your prep intentions, tracks decision evolution. Use when the user says "debrief", "what just happened in that meeting", "what did we decide", "debrief that call", "post-meeting", "what changed", or right after stopping a recording.
minutes-graphCross-meeting entity graph — query who/what/when across all your meetings as structured data, with co-occurrence and cross-entity queries that text search can't answer. Use whenever the user says "show me everyone who mentioned X", "all mentions of Y across meetings", "who knows about Z", "graph", "across all meetings", "entity search", "first time we talked about", "trend for X over time", "who's been mentioned alongside", or wants to query meetings as an index rather than full-text search. Builds a JSON entity index on first run (one-time slow), then answers queries instantly. Surface this skill for relationship intelligence, due diligence, or any "across all my history" question that text search alone can't answer.
minutes-ideasSurface recent voice memos and ideas captured from any device. Use when the user asks "what ideas did I have?", "what were my recent memos?", "what did I record while walking?", or wants to recall a captured thought.
minutes-ingestExtract facts from meetings and update your knowledge base — person profiles, chronological log, and index. Use when the user asks "ingest my meetings", "update my knowledge base", "extract facts from meetings", "sync meetings to wiki", "backfill knowledge", or wants their PARA/Obsidian/wiki profiles updated from conversation data.
minutes-lintHealth-check your meeting knowledge for contradictions, stale commitments, and decision conflicts. Use when the user asks "any conflicts in my meetings", "check for stale action items", "lint my meetings", "consistency check", "are there contradictions", or wants to audit their decision history.
minutes-listList recent meetings and voice memos. Use when the user asks "what meetings did I have", "show my recent recordings", "any meetings today", "list my voice memos", or wants an overview of their meeting history. Also use when they need to find a specific meeting by browsing rather than searching.
minutes-live-sidekickAct as the user's live meeting sidekick inside the current terminal agent session. Use when the user explicitly asks you, the terminal agent, to watch a meeting, follow the live transcript, answer during the call, offer strategist thoughts, silently watch for risks, or track decisions. Do not use this skill to start or control the separate Minutes Coach HUD; explicit Coach or HUD lifecycle requests belong to minutes-copilot, and an ambiguous request such as "coach me live" requires one short surface clarification.