Feynman jobs

Inspect active background research work including running processes, scheduled follow-ups, and pending tasks. Use when the user asks what's running, checks on background work, or wants to see scheduled jobs.

install
source · Clone the upstream repo
git clone https://github.com/getcompanion-ai/feynman
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/getcompanion-ai/feynman "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/jobs" ~/.claude/skills/getcompanion-ai-feynman-jobs && rm -rf "$T"
manifest: skills/jobs/SKILL.md
source content

Jobs

Run the

/jobs
workflow. The slash command expands the full workflow instructions in the active session; do not try to read a relative prompt-template path from the installed skill directory.

Shows active

pi-processes
, scheduled
pi-schedule-prompt
entries, and running subagent tasks.