What problem does it solve? Tribal knowledge about data tables — business rules, known data quality issues, and context shared in conversations or Slack — often gets lost instead of being documented. This Skill captures that free-form knowledge and permanently appends it to the correct table spec files. ## Core Features & Use Cases - Automatic Table Detection: Identifies target table IDs (e.g., fct_orders, dim_customers) from free-text input, or accepts an explicit table ID argument. - Smart Section Routing: Maps each piece of knowledge to the appropriate spec section such as Business Rules, Known Issues / Caveats, Business Context, Overview, or Usage Guide. - Confirmation Preview: Shows a preview of all planned updates and waits for user confirmation before writing any file. - Use Case: After a Slack discussion reveals that updated_at values in Q1 2023 are unreliable due to an ETL bug, run the command with the note text and it appends a dated bullet to the Known Issues section of specs/fct_orders/spec.md. ## Quick Start Invoke @modscape-spec-note with a table ID, then paste the knowledge you want recorded when prompted.