test-playbook

Execute an ordered test playbook for the ANC Proposal Engine.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/khaledbashir/therag2thealmostapproved --skill test-playbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-playbook
Source: https://github.com/khaledbashir/therag2thealmostapproved/tree/main/.claude/skills/test-playbook
Command: npx skills add https://github.com/khaledbashir/therag2thealmostapproved --skill test-playbook

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured, step-by-step verification process to ensure the ANC Proposal Engine is functioning correctly in production after deployments.

Core Features & Use Cases

  • Production Verification: Executes a predefined checklist of tests against the live or local development environment.
  • Input Validation: Tests the engine's ability to process various Excel file formats and configurations (e.g., Indiana Audit, Indiana LOI, Scotia Budget).
  • Conditional UI Testing: Verifies that UI elements appear or are hidden correctly based on specific input conditions (Mirror Mode).
  • Regression Testing: Ensures that previously functional files continue to produce expected results.
  • Use Case: After deploying a new version of the ANC Proposal Engine, run this playbook to confirm that all core functionalities, including file uploads, data processing, PDF generation, and conditional UI rendering, are working as expected before marking the deployment as successful.

Quick Start

Run the test playbook to verify production.

Frequently Asked Questions about test-playbook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify production readiness after deploying the ANC Proposal Engine?

To verify production readiness, run a comprehensive test playbook that sequentially executes test cases for file uploads, data processing, PDF generation, and currency handling, reporting pass/fail status for each.

Does this regression testing process validate Excel file processing for different configurations?

Yes, regression testing validates Excel file processing by checking various file formats and configurations, including Indiana Audit, Indiana LOI, and Scotia Budget, to ensure they produce expected results.

How do I test conditional UI states like Mirror Mode in the ANC Proposal Engine?

You test conditional UI states by executing specific test cases within the playbook that verify UI elements correctly appear or remain hidden based on the presence of Mirror Mode input conditions.

What is the best way to identify regressions in PDF generation and data processing after a deployment?

The best way to identify regressions is executing the ordered test playbook, which checks core functionalities like PDF generation and data processing sequentially, providing detailed pass/fail reporting.

Can I run this production verification against a local development environment?

Yes, you can run this production verification against a live or local development environment to confirm all core functionalities are working correctly before marking the deployment as successful.

Why does the test playbook require sequential execution for file upload and processing tests?

Sequential execution is required because the playbook verifies a comprehensive, ordered chain of dependencies across file uploads, data processing, and PDF generation to accurately identify regressions.