- Add claude-md-guardian agent with SessionStart hook for auto CLAUDE.md maintenance - Add 6 thinking commands: /my-world, /emerge, /challenge, /connect, /today, /close - Add my-world skill for one-shot vault context loading - Fix command injection vulnerability in init-vault.sh (use env vars) - Add error handling and logging to vault-sync.sh - Update write-article skill with complete frontmatter fields - Upgrade CLAUDE.md to v1.3.0 with cycle time tracking and exit criteria Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2.0 KiB
My Commands
Custom slash commands for content-forge, built from the Vin Obsidian Workflows lesson.
All command files live in .claude/commands/.
/my-world
File: .claude/commands/my-world.md
Loads full vault context in one shot. Scans all pipeline folders (00-inbox through 04-published), maps the knowledge graph (tags, orphans, dead ends, unresolved links), and summarizes priorities and connections.
When to use: Start of every session. Replaces re-explaining your project context.
/emerge
File: .claude/commands/emerge.md
Surfaces hidden patterns — ideas the vault implies but you never explicitly stated. Reads all notes, runs graph analysis (orphans, tags, dead ends), and finds emergent conclusions from scattered premises.
When to use: Weekly review, or whenever you've added several new notes and want to see what they add up to.
/challenge
File: .claude/commands/challenge.md
Pressure-tests your beliefs using the vault's own history. Finds contradictions, tensions, and counter-evidence within your notes. Forces reconciliation of conflicting ideas.
When to use: Before publishing, before major decisions, or when you suspect confirmation bias.
/connect
File: .claude/commands/connect.md
Bridges two disparate topics using the vault's link graph. Picks seemingly unrelated notes and finds the hidden bridge between them.
When to use: When looking for cross-domain insights, novel content angles, or creative connections.
/today
File: .claude/commands/today.md
晨间仪式:扫描看板状态 + 识别超期项目 + 输出今日建议。检查各阶段 WIP,找出 7 天以上未更新的笔记,给出优先处理建议。
When to use: 每天开始工作时,快速了解当前状态和优先级。
/close
File: .claude/commands/close.md
晚间仪式:检查今日完成 + 更新看板状态 + Git 同步 + 更新 progress.md。确保工作有始有终。
When to use: 每天结束工作前,收尾和复盘。