What problem does it solve? AI agents in the SourceA ecosystem can make unauthorized disk edits without explicit founder approval, causing incidents like INCIDENT-010 and INCIDENT-011. This Skill enforces a mandatory ask-before-implement gate so no file is created or modified without an explicit order. ## Core Features & Use Cases - Pre-edit confirmation gate: Requires the agent to restate its understanding, propose options A/B/C, and wait for an explicit order (SAVE TO:, EDIT ALLOWED:, ASF:, WORK:) before any disk mutation. - Filing registry resolution: Resolves pathless SAVE/LOCK/FILE intents through the agent filing registry script instead of asking the founder for exact paths. - Session-end protocol: Mandates a done/open/blocked summary plus a "What is your next move?" question at the end of every session. - Use Case: A founder says "save this" without a path; the agent runs the filing registry gate, resolves the route, and only writes the file after the registry returns a valid path and next steps. ## Quick Start Activate this skill at the start of every SourceA ecosystem agent session so the agent asks for confirmation and suggested options before making any disk edit.