What problem does it solve? When humans and AI agents collaborate on Markdown documents, feedback often gets lost in chat history or overwrites the original text. This Skill defines a persistent, attributed comment syntax so discussions live directly inside the file with full traceability of who said what. ## Core Features & Use Cases - Structured Comment Syntax: Uses the ::: AUTHOR ::: marker inside list items, with nesting rules that define which lines belong to a comment. - Full AI Attribution: AI agents sign comments with Name (Client@Model) format, e.g. ::: Socrates (Cursor@Opus) :::, so you can later trace which model produced which reasoning. - Contextual Placement & Dialogue Rules: Comments attach to list items or paragraphs, replies sit at the same level as the original comment, and existing comments are never overwritten during edits. - Use Case: During a design review, ask the AI to comment on an architecture document; it inserts attributed remarks inline, you reply at the same level, and the structured debate remains archived in the file. ## Quick Start Enter commentary mode and add attributed comments to the open Markdown document, then return to dialogue mode when finished.