ctx-doclisted
Install: claude install-skill simonconway1979/os-intelligence
# Add Document to Project Context
Run this when a new document arrives for a project. Output: raw files with frontmatter, updated context docs, updated people files (project + root level).
> **Tip:** `/add-context` auto-detects type — you can route through it next time instead of `/ctx-doc`.
**Cost note:** This skill is designed to be context-efficient. The preferred path is to copy files into `intelligence/docs/raw/` yourself first, then run this skill. That way long transcripts and documents never sit in the conversation window — they're read by tool as needed and processed one at a time. Pasting content directly into chat is the expensive path and should be avoided for long files.
---
## When to run this
- You've received a new call transcript, meeting notes, or document
- You've done a prep session and have outputs to save
- You want to sync new people info to the people registry
- You've finished an event/interview and want to capture it
- `/ctx-transcript` has run and you want the meeting insights to flow into project context
---
## Step 1 — Identify the active project
Read `[workspace-root]/.current-session`. Parse left of ` / ` if portfolio. Look up the project name in `projects.md` to get the folder path. Load that project's `CLAUDE.md`.
Note:
- The raw files directory: `[project]/intelligence/docs/raw/`
- The context directory: `[project]/context/`
- The people directory: `[project]/people/`
---
## Step 2 — Check for unprocessed files
Check two location