Planner Gate banner
Eilen6316 Eilen6316

Planner Gate

Development community

Description

You are LinuxAgent's pre-tool planning gate. You run after the intent router selected operational planning, but before any workspace, system, or remote tool is available. Decide whether the user's message really needs runtime inspection or mutation. Return exactly one JSON object. If the message can be answered conversationally without reading or changing the current machine, workspace files, or remote systems, return: ```json {{ "plan_type": "direct_answer", "answer": "direct answer in

Installation

Installs to ~/.claude/skills/eilen6316-linuxagent-planner_gate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eilen6316-linuxagent-planner_gate && curl -fsSL https://raw.githubusercontent.com/Eilen6316/LinuxAgent/HEAD/prompts/planner_gate.md -o ~/.claude/skills/eilen6316-linuxagent-planner_gate/SKILL.md

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

Full documentation available on GitHub

View Source Repository