What problem does it solve? Teams lose track of incoming bug reports and feature requests during fast-paced development. This Skill automatically logs every user request into a structured Excel requirements file with a category, timestamp, and semantic version, creating a persistent audit trail without manual bookkeeping. ## Core Features & Use Cases - Automatic Classification: Categorizes each request as a bug (תקלה), new feature (תכולה חדשה), or improvement to an existing feature (שיפור לתכולה קיימת) based on signal words in the message. - Semantic Versioning: Assigns each new requirement row an auto-incremented patch version and syncs the latest version into src/version.ts so the app's login screen always displays the current build version. - Multi-Request Splitting: Breaks a single message containing multiple asks into separate rows, each classified and versioned independently. - Use Case: A user reports a bug and asks for a new dashboard widget in one message; the Skill writes two rows to project-requirements.xlsx with consecutive versions and confirms the assigned version before implementation begins. ## Quick Start Ask the assistant to log this request in the requirements Excel file before implementing the change.