How this command is triggered — by the user, by Claude, or both
Slash command
/reconcile:statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Project Status Show all registered documents, their validation status, and overall project health. ## What to do 1. **Load state** from `.reconcile/documents.json`, `.reconcile/facts.json`, and the most recent validation run from `.reconcile/validations/`. 2. **Display the dashboard:** 3. **If `.reconcile/` doesn't exist**, show:
Show all registered documents, their validation status, and overall project health.
Load state from .reconcile/documents.json, .reconcile/facts.json, and the most recent validation run from .reconcile/validations/.
Display the dashboard:
Reconcile — Project Status
📄 Documents (4 registered)
┌─────────────────────────────────────────────────────────────┐
│ market-research.md v1 ✅ validated 18 claims │
│ jtbd-analysis.md v1 ✅ validated 14 claims │
│ pitch-deck.md v2 🔧 corrected 12 claims │
│ prd-draft.md v1 🔵 registered 9 claims │
└─────────────────────────────────────────────────────────────┘
📊 Canonical Facts: 14 facts across 5 categories (medtech schema)
🔍 Last Validation: Feb 12, 2026
Compared: pitch-deck.md ↔ market-research.md
Result: 2 contradictions found → corrected
⚠️ prd-draft.md has not been validated against other documents.
Commands:
/reconcile:validate all — check all document pairs
/reconcile:validate prd — validate specific document
/reconcile:facts — view canonical facts
/reconcile:register <file> — register a new document
If .reconcile/ doesn't exist, show:
Reconcile is not initialized in this project.
Run /reconcile:register <file> to register your first document,
or /reconcile:facts init to create an empty fact store.
npx claudepluginhub dcurtisdev/reconcile --plugin reconcile/fire-dashboardDisplays a visual project dashboard showing current phase, milestone progress, breath execution, and validation status from .planning state files. Supports compact, watch, and JSON output modes.
/llm-wiki-statusShows the current project's wiki status: lists pages from index.md, recent log entries, status summary, wiki check failures, and stale pages if applicable.
/statusDisplays detailed status overview for Conductor-managed projects: track progress bars, task counts, current focus, blockers, next actions, and completion stats.
/documentsAudits, creates, and updates project documentation according to monorepo standards, using phase-focused or full audit modes.
/projectsDisplays summaries of projects for all clients or a specified client, including name, status, goals, requirements, technical context, and progress from markdown files.
/statusDisplays compact planning status from task_plan.md: current phase and progress, phase list with icons, error count, and planning file checks.