Ingest, synthesize, and formalize unstructured Google Drive walk notes into ChromaDB, the flat-file registry, and actionable GitHub tickets.
(This block is only injected if the Applicability Conditions match)
When this skill is triggered, you must execute the Walk Note pipeline:
folder_id parameter. Ensure node.js GWS shims (C:\tmp\gws-drive-list.js and gws-doc-export.js) are available to bypass Windows CMD escaping bugs.run_command on node C:\tmp\gws-drive-list.js {folder_id} to retrieve target Docs.node C:\tmp\gws-doc-export.js {file_id} C:\tmp\walk_doc_{id}.txt.title, date, source_folder_id, status: processed, linked_tickets)mcp_github.write_to_file to save the synthesis to registry/global_agent/intelligence/YYYY-MM-DD_<topic-slug>.md.push_forensic_doc MCP tool to simultaneously stream the Markdown and Frontmatter into ChromaDB.run_command to Git commit and push the updated intelligence/ folder. Yield control.