@firstpick/pi-skill-spec-vs-impl-checker
Agents should invoke this skill when a spec, plan, README, issue, or requirement must be verified against implementation. Traces requirements to code, checks interface contracts, and reports gaps or mismatches.
Package details
Install @firstpick/pi-skill-spec-vs-impl-checker from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@firstpick/pi-skill-spec-vs-impl-checker- Package
@firstpick/pi-skill-spec-vs-impl-checker- Version
0.1.1- Published
- May 18, 2026
- Downloads
- not available
- Author
- firstpick
- License
- MIT
- Types
- skill
- Size
- 6.1 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@firstpick/pi-skill-spec-vs-impl-checker
A Pi skill for tasks involving a spec, plan, README, issue, or requirement must be verified against implementation. Traces requirements to code, checks interface contracts, and reports gaps or mismatches.
What it does
- Adds the
spec-vs-impl-checkerskill to Pi's skill library. - Guides agents to invoke the skill when a spec, plan, README, issue, or requirement must be verified against implementation. Traces requirements to code, checks interface contracts, and reports gaps or mismatches.
- Bundles
skills/spec-vs-impl-checker/SKILL.mdplus any supporting references, scripts, tests, fixtures, or assets used by the skill.
Install
pi install npm:@firstpick/pi-skill-spec-vs-impl-checker
Configuration
No required configuration.
Commands
None.
Tools
None.
Example view
User: Review this change for the concerns covered by `spec-vs-impl-checker`.
Agent: Invokes the `spec-vs-impl-checker` skill, follows its workflow, and reports the result.