What problem does it solve?
Agent workspaces quickly become cluttered with loose files, duplicates, and inconsistent naming, making it hard for agents and humans to find prior work. This Skill enforces a predictable folder convention and requires semantic discovery (Vault, memory, knowledge graph) before any file write, preventing duplication and lost deliverables.
Core Features & Use Cases
- Purpose-Based Folder Conventions: Two modes — flat mode (notes/, data/, outputs/, scripts/, archive/) for ad-hoc work and project mode (projects/<slug>/{docs,assets,source,reports,research}/) for named multi-file projects.
- Pre-Write Discovery: Runs vault_search, memory_search, and knowledge_graph_search before writing files, with correct id routing (doc_id to vault_read, entity_id to knowledge_graph_search, episodic_id to memory_expand).
- Team & Delegate Workspace Rules: Per-agent namespacing under shared/<agent_key>/, protected shared/_common/ areas, and delegate workspace output publication with SUMMARY.md manifests.
- Use Case: When a user says "clean up my workspace" or "where did I save that report", the agent lists loose files, searches the Vault for related docs, proposes a move plan, and reorganizes into the convention without deleting anything.
Quick Start
Ask the agent to organize the current workspace and find any existing files related to your topic before creating new ones.