Wiki Briefing
Morning briefing from the knowledge wiki — recent activity, new sources, open items.
When to Use
Invoke with /wiki-briefing when:
- Starting a new session and want to know what changed
- Morning routine — quick overview of wiki state
- After a break — catch up on recent ingests and changes
- Want a summary of open items and recent activity
Process
Phase 1: Recent Activity
- Read
wiki/log.md— extract the last 5-10 entries - Summarize: what was ingested, queried, or linted recently
- Note the date of last activity — flag if wiki has been idle
Phase 2: New Sources
- List files in
raw-sources/with modification dates - Identify any files added since the last log entry
- If unprocessed sources exist, flag them for ingest
Phase 3: Wiki State
- Read
wiki/index.md— count total sources and wiki pages - Check if
wiki/lint-report.mdexists and has unresolved issues - Note any pages updated in the last 7 days
Phase 4: Open Actions (if applicable)
- Search wiki pages for action items, TODOs, or open questions
- Check for pages marked with
status: draftorstatus: reviewin frontmatter - Surface any items tagged with today's date or past-due dates
Output Format
### Wiki Briefing — YYYY-MM-DD
**Wiki size**: {N} sources ingested, {N} wiki pages
**Recent activity** (last 7 days):
- [date] Ingested: "Article Title" → wiki/summaries/article.md
- [date] Query: "Question asked" → wiki/analyses/answer.md
- [date] Lint: 3 issues found (2 resolved)
**Unprocessed sources** ({N}):
- raw-sources/new-article.md (added YYYY-MM-DD)
- raw-sources/transcript.md (added YYYY-MM-DD)
→ Run `/wiki-ingest` to process these
**Open items**:
- Draft page: wiki/concepts/draft-concept.md
- Open question in wiki/entities/some-entity.md: "Need to verify X"
**Health**:
- Last lint: YYYY-MM-DD ({N} days ago)
- Unresolved issues: {N}
→ Run `/wiki-lint` for a fresh checkIf the wiki is empty or not yet initialized:
### Wiki Briefing — YYYY-MM-DD
Your wiki is empty. To get started:
1. Add source files to `raw-sources/` (articles, notes, transcripts)
2. Run `/wiki-ingest` to process them into the wiki
3. Ask questions — Claude will search the wiki and save valuable answersRules
- Keep the briefing concise — this is a morning glance, not a deep report
- Always check for unprocessed sources — this is the most actionable item
- If last lint was \> 7 days ago, suggest running
/wiki-lint - Don't read every wiki page — use index.md and log.md for the overview
- If wiki doesn't exist yet, guide the user to get started