What problem does it solve? The OctaClin project evolves through numbered phases, and each phase is only complete after a strict sequence of documentation updates, validations, commits, and pushes. This Skill ensures no step of that closing checklist is skipped, keeping the project's continuity rules enforced. ## Core Features & Use Cases - Phase Documentation: Creates or updates the phase file (fase-XXX-*.md) and marks the phase as done in CHECKLIST_FASES_FUTURAS_PRODUCAO.md. - Proportional Validation: Runs typecheck, tests, build, and security checks scaled to the risk areas touched by the phase. - Safe Commit & Push: Commits only reviewed files with an objective message, blocking secrets, real .env files, and database dumps. - Use Case: After finishing a new scheduling feature, ask to close the phase and the Skill updates the checklist, runs backend and frontend validations, commits, pushes, and suggests the next phase. ## Quick Start Ask the assistant to close the current OctaClin phase, for example by saying "fechar a fase 12" after finishing its implementation.