jobs
GitHub用于检查研究任务的运行状态、调度跟进及持久化工件。当用户询问研究工作流当前状态或需要获取运行时详情时触发,支持展示子代理任务和磁盘上的监控/复制产物。
Trigger Scenarios
Install
npx skills add companion-inc/feynman --skill jobs -g -y
SKILL.md
Frontmatter
{
"name": "jobs",
"description": "Inspect visible research run state, scheduled research follow-ups when available, and durable watch artifacts. Use when the user asks what's running for a research workflow or wants research-run status."
}
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 visible research-run process/scheduler state when those tools are installed, running subagent tasks, and durable watch/autoresearch/replication artifacts on disk. If process or scheduling tools are unavailable, the workflow reports that capability as blocked instead of claiming background state exists.
Version History
- 54d08a3 Current 2026-07-25 07:15


