Implementation Alignment Audit
Independent PiSkill directory guide. The original prompt remains hosted by Microsoft PromptKit.
What does this prompt do?
Compares an implementation with its specification or plan and identifies missing behavior, unapproved divergence, and unsupported completion claims.
Primary use case
Verify that delivered code matches an approved specification.
Expected output
A traceable alignment matrix and list of discrepancies.
Inputs or variables
- implementation
- specification
- validation evidence
Related prompts
Code Compliance Audit
Audits implementation code against explicit engineering requirements and reports supported compliance gaps without substituting preferences for documented rules.
Finding Classifier
Classifies review or audit findings by evidence, impact, scope, confidence, and remediation type so teams can prioritize real issues consistently.
Interface Contract Audit
Checks APIs or component boundaries against a declared interface contract, including inputs, outputs, errors, compatibility, and behavioral invariants.
Infrastructure Review
Reviews infrastructure definitions and deployment topology for correctness, security, resilience, maintainability, cost risks, and consistency with operational requirements.
Integration Compliance Audit
Reviews an integration against interface, configuration, security, lifecycle, error, and operational requirements, separating proven compliance from missing evidence.
Library Consistency Audit
Checks a reusable library for inconsistent APIs, naming, errors, configuration, documentation, tests, and behavioral patterns that make adoption harder.