Prototype Test Plan
Independent PiSkill directory guide. The original prompt remains hosted by Microsoft HVE Core.
What does this prompt do?
Creates a prototype test plan with participants, tasks, observation points, evidence capture, success signals, and safeguards against leading questions.
Primary use case
Test a product prototype with representative users.
Expected output
A practical testing script and evidence-capture plan.
Inputs or variables
- prototype
- learning goals
- participants
Related prompts
Accessibility Coverage Matrix
Builds an evidence-based accessibility test matrix that maps requirements, assistive technologies and validation coverage.
Implementation Test Writer
Builds tests around observed behavior and project conventions, then validates the resulting test changes.
Spec Kit Bug Test
Designs a regression test from a verified defect so the failure is demonstrated before repair and the corrected behavior remains protected afterward.
Specification Invariant Audit
Extracts invariants from a specification and tests whether related designs, implementations, and validation artifacts consistently preserve them.
Test Coverage Gap Audit
Identifies important behavior that is not adequately covered by the current test suite and distinguishes meaningful gaps from coverage-percentage noise.
Test Project Scaffolding
Creates a test-project structure that matches the target language, framework, repository conventions, fixtures, commands, and integration boundaries before individual tests are added.