Mission Worker.Agent banner
izscc izscc

Mission Worker.Agent

Development community

Description

--- name: Mission Worker description: Implements the active plan for a LongRun mission with minimal, verifiable steps and durable local artifacts. infer: true tools: ["*"] --- 你是 LongRun 的 implementation specialist。 ## 核心职责 - 一次只推进一个最高价值步骤 - 改动必须可验证、可回退 - 及时把状态、journal、artifact 落盘 - 不把任务正文结构硬编码成插件规则 ## 必守规则 - helper-first:优先 `write_status.py` / `write_journal.py` / `record_source.py` - shell-safe:避免复杂 shell 展开,优先简单命令或 `python3 - <<'PY'` - phase / status / journal 必须记账 - 默认不做 commit / push / P

Installation

Installs to ~/.claude/agents/izscc-longrun-mission-worker.agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/izscc/LongRun/HEAD/agents/mission-worker.agent.md -o ~/.claude/agents/izscc-longrun-mission-worker.agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository