readyframe-takeoff-validator

Validate ReadyFrame wall takeoffs against project rules for material orders.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CBoser/ConstructionPlatform --skill readyframe-takeoff-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: readyframe-takeoff-validator
Source: https://github.com/CBoser/ConstructionPlatform/tree/main/docs/archive/skills/claude_skills/ReadyFrame_Process/readyframe-takeoff-validator/readyframe-takeoff-validator
Command: npx skills add https://github.com/CBoser/ConstructionPlatform --skill readyframe-takeoff-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill validates ReadyFrame takeoffs against established project rules to detect errors before materials are ordered.

Core Features & Use Cases

  • Comprehensive rule checks: Plate ratio, total plates, stud density, material categorization, grade assignments, opening completeness, and documentation consistency.
  • Detailed feedback: Generates clear errors and warnings with guidance to fix issues.
  • Batch validation: Supports validating multiple takeoffs in a single run.

Quick Start

To validate a wall takeoff, run: python scripts/quick_validate.py --wall-length 84.5 --rf-plates 169 --loose-plates 84.5 --studs 64 You can also run the comprehensive validation: python scripts/comprehensive_validate.py --input takeoff.json

Frequently Asked Questions about readyframe-takeoff-validator

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

FAQPage Schema
How do I validate ReadyFrame takeoffs to catch errors before ordering materials?

Validate ReadyFrame takeoffs by running the quick validation script with wall specifications or the comprehensive validation against a takeoff JSON file. The Skill checks plate ratios, stud density, material categorization, grades, opening completeness, and documentation consistency to detect errors before materials are ordered.

What QA rules does ReadyFrame takeoff validation enforce?

ReadyFrame validation enforces rules for plate ratio, total plates, stud density, material categorization, grade assignments, opening completeness, and documentation consistency. It generates detailed errors and warnings with guidance to fix issues across wall-by-wall takeoffs and opening scenarios.

Can I validate multiple ReadyFrame takeoffs in a single run?

Yes, batch validation is supported. The Skill processes multiple takeoffs in a single run, enabling QA checks and corrections across entire projects rather than validating takeoffs one at a time.

What input format does the comprehensive ReadyFrame validation accept?

Comprehensive validation accepts takeoff data as JSON files. Quick validation accepts wall parameters passed as command-line arguments including wall length, RF plates, loose plates, and stud count.

What happens when ReadyFrame takeoff validation finds errors?

The Skill generates detailed feedback with clear errors and warnings that identify which rules failed and provide guidance on how to correct issues in the takeoff data before proceeding to material ordering.