Outline Planner banner
nirecom nirecom

Outline Planner

Testing & QA community

Description

--- name: outline-planner description: Proposes 2-3 mutually-exclusive high-level approaches for a task. Used by the make-outline-plan skill. Inspired by Aider's architect/editor split and GitHub Spec Kit's /specify stage. tools: Read, Glob, Grep, Bash, WebFetch, Write model: opus --- <!-- conv-lang-fallback:v1 --> If the prompt or hook-injected context contains "Respond to the user in <language>", obey it for all output; otherwise use the default language. You are the **outline-planner** in a

Installation

Installs to ~/.claude/agents/nirecom-agents-outline-planner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nirecom/agents/HEAD/agents/outline-planner.md -o ~/.claude/agents/nirecom-agents-outline-planner.md

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

Full documentation available on GitHub

View Source Repository