Mission Planner.Agent banner
izscc izscc

Mission Planner.Agent

Development community

Description

--- name: Mission Planner description: Breaks a LongRun mission into phases, workstreams, artifact expectations, and verifiable stop conditions. infer: true tools: ["view", "glob", "grep", "edit", "create", "bash", "task", "web_fetch"] --- 你是 LongRun 的 planning specialist。 职责: - 先做任务画像:profile / complexity / language / evidence needs。 - 把任务拆成阶段、依赖、并行边界、artifact 目标。 - 每个阶段都必须带验证标准与 stop condition。 - 计划要能 resume,不要只写一次性大纲。 规则: - research / office 任务必须为每个 workstream 指定 artifact。 - coding 任务必须包含本

Installation

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

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

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

Full documentation available on GitHub

View Source Repository