What problem does it solve? Tracking the state of a 42-volume documentation collection by hand is error-prone: volume types require different section counts, audit notes live in dated report files, and some volumes exist only as scaffolds. This Skill produces an accurate, evidence-based status table in one command. ## Core Features & Use Cases - Status Table Generation: Runs python -m ferramentas.status to output a Markdown table of all 42 volumes with type, status, section counts, latest audit score, and perishability flags. - Derived State Detection: Distinguishes recorded states (RASCUNHO, REQUER_REVISAO, PRONTO) from the derived PENDENTE state for missing folders or missing _VOLUME.yml files. - Audit Note Resolution: Selects the most recent audit report using a (date, revision) grammar rather than alphabetical order, avoiding silent misordering of re-audits. - Use Case: When asked "how much is left" or "which volumes are ready", run the command and paste the literal table plus the summary line as the answer. ## Quick Start Ask the assistant to report the current state of the AI-ENGINEERING-OS volumes by running the status command from inside the project directory.