Check whether the software does what its specification, plan, or documentation promises.
- A feature must match written requirements.
- Documentation may be out of date.
- You want to find missing or conflicting behavior before release.
- The specification, plan, README, or issue
- The code or project to compare
- Which requirements matter most
Compare this implementation with the specification. Trace each requirement to evidence and clearly report anything missing or different.
- A requirement-by-requirement comparison
- Evidence from the implementation
- Missing, conflicting, or uncertain behavior
If either the specification or the implementation is unclear, the result will identify the gap rather than inventing intent.
pi install npm:@firstpick/pi-skill-spec-vs-impl-checkerRestart Pi if the skill does not appear in your current session.
See TECHNICAL.md for advanced usage, configuration, compatibility, and limitations.