What problem does it solve?
It validates that a source-of-truth document (such as a design, plan, or specification) aligns with a target artifact (like a implementation directory, codebase, or document), helping teams catch gaps or mismatches early.
Core Features & Use Cases
- Agent Orchestration: Automatically creates and manages matcher agents to scan source and target.
- Consensus Scoring: Merges findings from multiple agents, deduplicates claims, and flags gaps or ambiguities.
- Alignment Reporting: Produces a detailed markdown report showing matched items, gaps, extras, and an overall verdict.
- Use Cases: Verify that a design spec matches the implemented code, ensure a project plan covers all required deliverables, or quickly sanity‑check documentation against a repository.
Quick Start
Run /pmatch design.md src/ to generate an alignment report between the design document and the source code directory.