What problem does it solve?
It gives the agent a consistent workflow for producing durable, editable Markdown files instead of losing writing in chat, and clarifies when Markdown should be preferred over binary office formats like ODT or DOCX.
Core Features & Use Cases
- Markdown-first authoring: Creates notes, reports, briefs, and drafts as saved
.md files using the text_editor tool with explicit paths.
- Targeted editing: Reads existing files before changes and applies patch-based edits for small fixes or full rewrites for deliberate replacements.
- Editor surface discipline: Keeps the user-owned Editor UI closed unless explicitly requested, reporting only the saved file path.
- Use Case: Ask the agent to draft a project brief; it writes a structured Markdown file to the workdir and reports the path without forcing a document-editor workflow.
Quick Start
Ask the agent to create a Markdown project brief saved as a file in the working directory.