What problem does it solve? When working with an AI coding agent, casual messages often get misread as work requests, turning questions into tickets and ideas into roadmap rows. This Skill reads every human turn first, classifies what the person actually did, and routes only genuine work forward. ## Core Features & Use Cases - Act classification: Distinguishes seven acts (question, idea, observation, decision, correction, instruction, halt) by meaning and context rather than trigger words. - Route contract: Returns a structured verdict with acts, action, work item counts, dimensions, and specialists so downstream pipelines know exactly what to do. - Multi-act turns: Reads a whole message to the end and lists every act before deciding, preventing silently dropped requests. - Use Case: A user says "the onboarding copy feels stiff, and by the way deploy this one." The Director records the observation as evidence, accepts the deploy as one instruction, and creates exactly one new work item instead of guessing. ## Quick Start Ask the director skill to read and classify this message before any work begins on it.