원클릭으로
llm-wiki-brief
Structured daily/weekly briefs, tag digests, and check-ins from the PM wiki. Richer output than core catch-me-up.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Structured daily/weekly briefs, tag digests, and check-ins from the PM wiki. Richer output than core catch-me-up.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
PM relationship CRM layer on top of the wiki. Relationship health, auto-enrichment via web search, account health tracking, and people profile maintenance. Does not replace Salesforce — tracks PM-specific context (product feedback, feature asks, strategic relationship, communication history).
Build communication persona pages and relationship maps for people in the PM wiki. Profiles how a person communicates across channels (chat, email), grounded in real message samples, plus org-chart relationship mapping.
Persistent PM knowledge base, competitive intel, customer notes, strategy, roadmap, AI market. Markdown wiki with entities, concepts, comparisons. Ingest sources, query, update with diffs, lint. Fires on "remember that / note that / don't forget / what do we know about X / what am I missing / blind spots".
Research sprints, competitive deep dives, and auto-enrichment of stub wiki pages. Delegates web fetching to worker-source-fetcher. Files all findings back into the wiki.
Orchestrates the recurring daily-maintenance loop for the PM wiki — registry-driven multi-source sweep, ingest, daily brief, brief rotation, and a health check — with explicit interactive-vs-autonomous mode handling.
Generate PRDs, user stories, and release notes grounded in wiki knowledge. Reads entities, concepts, decisions, and customer pages as source material.
| name | llm-wiki-brief |
| description | Structured daily/weekly briefs, tag digests, and check-ins from the PM wiki. Richer output than core catch-me-up. |
| when_to_use | Use for "daily brief", "weekly brief", "weekly checkin", "what happened this week", "what's new", "[tag] digest", "summarize [tag] pages", "what changed in [topic]", "brief me on [tag]". Core llm-wiki-pm handles these as fallback if this skill is not installed. |
| allowed-tools | Read Grep Bash |
Structured briefs, digests, and check-ins from the PM wiki. Richer, more structured output than the §10/§11 fallbacks in the core llm-wiki-pm skill.
For ingest, update, query, lint, and all other wiki operations — the core llm-wiki-pm skill handles those. This skill is brief-only.
WIKI=$(cat .wiki-path 2>/dev/null | tr -d '[:space:]')
WIKI=${WIKI:-${CLAUDE_PLUGIN_OPTION_wiki_path:-${WIKI_PATH:-$(pwd)}}}
This skill is read-only by default. Before any brief:
$WIKI/_status.md if it exists — surface any pre-computed warnings immediately$WIKI/log.md — know what's recent before summarizingFull orient (AGENTS.md 4-step protocol) only required if filing output as a wiki page.
When a brief is asked to pull from external sources (whatever the user's connected stack — issue trackers, mail, chat, CRM, meeting notes, web), the core llm-wiki-pm Source-completeness guard applies in full: an empty or errored source is a signal to vary the query, not to declare the sweep done.
A brief is exec-facing synthesis — the Provenance-tier & falsification guard applies (core skill → Session Defaults). A brief reads as a complete, current picture, so a laundered claim does the most damage here. Tier every headline claim computed/primary/recalled; don't state a claim recalled from wiki prose as current fact without confirming it against a live source (a wiki page saying "pipeline is thin" does not override what the CRM says today). For any decision-bearing line, name and run the query that would disprove it before it goes in the brief, and mark claims you couldn't verify as unverified rather than asserting them.
## Sweep Registry in $WIKI/MY-INTEGRATIONS.md and cover every source listed; the ledger below must have one row per registered source. If no registry exists, build the set from connected tools + the Active Sources table, confirm it with the user, and write it to the registry. Forgetting a registered source (e.g. omitting Slack or GitHub from the sweep) is the worst failure — it reads as complete while a high-signal source went unread.hits / empty-after-retries / failed. Never collapse failed or empty-after-retries into "covered."failed or was abandoned after one query.### Source Coverage
- <source A>: hits (N items)
- <source B>: hits (N threads)
- <source C>: empty-after-retries — tried "X", "<scoped query> Y", "<author filter> Z"; quiet or query miss. Confirm scope/range?
- <source D>: failed — not connected
Triggers: "daily brief", "what happened today", "what happened yesterday"
① Resolve $WIKI. Read $WIKI/_status.md if present.
② Read $WIKI/log.md. Filter entries from the last 24-48 hours. Parse:
ingest, create)update)decision)query, question)③ For decision and question entries, read the referenced page to pull the one-line summary or question text.
④ Output format — structured, scannable, no prose padding:
## Daily Brief — YYYY-MM-DD
### New Pages
- [[slug]] — one-line description
### Updated Pages
- [[slug]] — what changed (one phrase)
### Decisions Logged
- [[slug]]: decision text (YYYY-MM-DD)
### Open Questions Added
- [[slug]]: question text
### Warnings
- (staleness, coverage flags, lock state from _status.md)
If 24h window is empty, expand to 48h and note it. If still empty, offer weekly brief.
Log: Read-only — do not append to log.md unless user asks to file output.
If you file the brief as a page (e.g. briefings/YYYY-MM-DD.md), stamp
lifecycle: dated-digest in its frontmatter. These are orphans by design;
the flag keeps them out of the lint orphan count (see schema-guide). Without
it, every daily brief permanently inflates the orphan metric.
Triggers: "weekly brief", "weekly checkin", "what happened this week", "week in review", "what did I miss"
① Resolve $WIKI. Read $WIKI/_status.md if present.
② Read $WIKI/log.md. Filter entries from last 7 days (default; user can specify N days).
③ Aggregate counts: pages created, updated, decisions logged, questions added vs resolved.
④ Identify top 3 areas of activity: grep mentioned slugs' frontmatter tags, count by tag frequency.
⑤ Lightweight staleness check on overview.md and index.md: if updated: older than 14 days AND log shows writes this week, surface warning.
⑥ Coverage gaps: grep for coverage: stub pages created this week only — not all stubs, just new ones.
⑦ Output format:
## Weekly Brief — Week of YYYY-MM-DD
### Summary
- Pages created: N | updated: N | decisions: N | open questions: N added, N resolved
### Top Activity Areas
1. [tag] — N entries, top pages: [[a]], [[b]]
2. [tag] — N entries, top pages: [[c]]
3. [tag] — N entries, top pages: [[d]]
### Decisions This Week
- [[slug]]: decision text (YYYY-MM-DD)
### Open Questions Added
- [[slug]]: question text
### Staleness Flags
- [[overview.md]] last updated YYYY-MM-DD — may need refresh
### Coverage Gaps from This Week
- [[slug]] created as stub — gaps: X, Y
### Warnings
- (from _status.md)
⑧ Offer to file as queries/weekly-brief-YYYY-MM-DD.md. If yes, run full orient per AGENTS.md before writing.
Log: ## [YYYY-MM-DD] brief | weekly | last 7 days | filed: yes/no — only if filing.
Triggers: "[tag] digest", "brief me on [tag]", "summarize [tag] pages", "what's new in [tag]"
① Resolve $WIKI. Check tag exists in $WIKI/SCHEMA.md taxonomy. If not: "Tag '[x]' not in taxonomy. Did you mean: [closest matches]?"
② Grep for matching pages:
grep -rl "tags:.*\b<tag>\b" $WIKI/entities $WIKI/concepts $WIKI/comparisons --include="*.md"
③ Sort by updated: desc. Read each page: title, type, updated, coverage, confidence, 2-3 sentence summary.
④ Cross-reference with log.md: grep each slug in last 30 days. Note recent activity.
⑤ Identify themes: recurring entities/concepts, what changed recently, open questions (question-tagged pages with matching tag), patterns, gaps.
⑥ Output format:
## [Tag] Digest — YYYY-MM-DD
N pages tagged [tag]
### Key Themes
- [Theme]: [2-3 sentence synthesis]
Sources: [[page-a]], [[page-b]]
### Recently Updated (last 14 days)
- [[slug]] (YYYY-MM-DD): what changed
### Open Questions
- [[query-slug]]: question text
### Notable Patterns
- [Pattern observed across pages]
### Coverage Notes
- [[slug]]: stub — gaps: X, Y
⑦ Offer to file as queries/[tag]-digest-YYYY-MM-DD.md. If yes, full orient before writing.
Log: ## [YYYY-MM-DD] digest | tag: <tag> | N pages | filed: yes/no — only if filing.
Triggers: "what's thin", "what needs more work", "coverage brief"
① Scan coverage: frontmatter across entities/, concepts/, comparisons/. Count: stub, partial, comprehensive, missing.
② For stub/partial pages, collect tags: and gaps:. Group by primary tag.
③ Output format:
## Coverage Brief — YYYY-MM-DD
### Summary
- Stub: N | Partial: N | Comprehensive: N | No marker: N
### Stubs by Domain
**[competitive]** — N stubs
- [[slug-a]], [[slug-b]]
- Top gaps: X, Y
**[customer]** — N stubs
- [[slug-c]]
### Partial Pages with Notable Gaps
- [[slug]]: gaps: [list]
### Recommended Next Actions
- [[slug]]: highest-priority — appears in N cross-references
④ Offer: "For full audit with orphan detection and taxonomy analysis, run Coverage Audit (§12) from llm-wiki-pm."
No log entry — pure read operation.
This skill handles: daily brief, weekly brief, tag digest, coverage brief.
For everything else — ingest, update, query, lint, archive, persona, pre-meeting briefing — the core llm-wiki-pm skill handles those.
"For full ingest/update/query operations, the core llm-wiki-pm skill handles those."
[[wikilinks]].shareable: true pages are export-safe). For any non-shareable page, surface topic category only, not content.