What problem does it solve? Notion task pages often become cluttered with transient progress notes, MR lists, and verification logs mixed into the main body, making it hard to find the durable task definition and contracts later. This Skill enforces a single body format where the main page holds only the task definition and long-lived contracts, while ephemeral content moves to sub-pages. ## Core Features & Use Cases - Layered content separation: Decides what belongs in the body versus sub-pages using one rule — will this still matter six months after the task ends? - Fixed body skeleton: Two H2 sections (what is being built and why it is non-trivial, plus contracts like paths, timing, and authorization) with labeled bullet lines and code coordinates. - Safe page cleanup: Re-fetches pages before writing, moves content to sub-pages instead of deleting, and uses comment requests as the organizing baseline. - Use Case: After finishing an implementation, ask to clean up a messy Notion task page — the Skill moves MR lists and checklists into sub-pages like "작업 메모 — MR·배포·검증" and leaves only the verified contract lines in the body. ## Quick Start Ask the assistant to create a Notion task page for your current work or to clean up an existing messy page using the notion-ticket format.