ace-context-to-memory
Ace-Context-to-Memory
Converts source documents to markdown and chunks them for agent memory. Pipeline: convert (documents → markdown + images) → chunk (markdown → smaller files) → embed (vector index for semantic search).
When to Activate
- User asks to "add content to memory" or "refresh memory"
- Wants to convert a folder of documents (PPTX, PDF, DOCX, XLSX) for agent context
- Mentions "convert and chunk", "ingest for agent", or "memory pipeline"
- Has added new files and wants them processed
- "Use memory" / semantic retrieval: User says "use memory", "search memory", "what does memory say about X", "from our content", "from ABD materials", "what do we have on [topic]" — run
search_memory "<query>"and inject results into your response - Adding content from any folder: When adding a folder's content to memory, run
link_workspace_source.py --path <folder>first (on request) if the link does not yet exist
CRITICAL: Respect User Scope
- One file: When user says "one file", "this file", "just X.pdf", or names a specific file → use
--file <path>. Process ONLY that file. - Folder: When user says "folder", "all", "everything in X", or explicitly requests a folder → use
--memory <path>. - Do NOT process entire folders when the user asked for a single file.
More from agilebydesign/agile-context-engine
ace-shaping
Shape source material into an Interaction Tree and State Model (story map and domain model). Use when shaping requirements, deriving epics and stories from source documents, or building a hierarchical structure of actor exchanges and domain concepts.
8ace-commit-msg
Generate meaningful commit messages from scope and changed files. No story_graph — scope from conversation, changed files, and persisted state. Use when user types /commit or requests a commit.
7agile-skill-build
Agile Skill Build — Create and scale ace-skills. Scaffold new skills and assemble content into AGENTS.md. Use when creating or scaling a skill with the standard ace-skill structure.
7ace-build
Build new ace-skills. Scaffold and assemble content into AGENTS.md. Use when creating a skill with the standard ace-skill structure.
1ace-proposal-respond
>-
1