What problem does it solve? Long AI chat sessions accumulate valuable thoughts that get lost when the chat closes or context is compacted. This Skill transfers every idea from the conversation into durable markdown files in the project folder, so nothing is lost and context can be restored from disk. ## Core Features & Use Cases - Full Chat Archiving: Walks every message from the last checkpoint to the present and records each thought into topic_*.md files, appending rather than overwriting. - Checkpoint Tracking: Emits an @secretary_checkpoint(TIMESTAMP) marker into the chat so the next run knows exactly where to resume, even after context compaction. - Index Maintenance: Updates index.md with current topic summaries and can propose topic refactoring when the structure no longer fits. - Use Case: Before closing a long planning session, invoke /secretary to export all decisions and ideas into project files, then start a fresh chat and restore context from disk. ## Quick Start Type /secretary to archive all thoughts from the current chat into topic files in the project folder.