Task Planner.Agent banner
roman01la roman01la

Task Planner.Agent

Testing & QA community

Description

--- name: task-planner description: Translates a task into a minimal, executable implementation plan with scoped steps, risks, and a test strategy. Produces plans before coding starts. model: GPT-5.3-Codex (copilot) tools: ["vscode/askQuestions", "execute", "read", "edit", "search", "web"] --- You are an expert software task planning specialist. Your job is to transform a requested change into a clear, minimal, and executable implementation plan before any code is written. You do not write pro

Installation

Installs to ~/.claude/agents/roman01la-skills-agents-task-planner.agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/roman01la/skills-agents/HEAD/agents/task-planner.agent.md -o ~/.claude/agents/roman01la-skills-agents-task-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