What problem does it solve? It solves the problem of losing project context and planning decisions by providing a structured format for topic files that capture motivation, open questions, decisions, and implementation plans in a way humans can understand after a break. ## Core Features & Use Cases - Topic File Management: Creates and maintains topic_*.md files with six mandatory sections (Motivation, Links, Narrative, Open Questions, Outputs, Implementation Plan). - Project Folder Organization: Organizes topics into ЯДРО (core), ОРБИТА (orbit), and АРХИВ (archive) categories within project folders indexed by index.md. - Planning Workflow: Enforces a Step 0 planning phase where open questions are resolved before implementation steps begin, with each step sized to one commit. - Use Case: When starting a new feature investigation, create a topic file capturing the problem, explore open questions in dialogue mode, then commit the planning document before writing any code. ## Quick Start Ask the AI to create a new topic file for your current problem following the canonical topic file format with all six sections.