Ts Planner banner
beecode-rs beecode-rs

Ts Planner

Project Management community

Description

--- name: ts-planner description: Breaks down a TypeScript task into a plan and decides which agent should do each piece of work. Returns a ready-to-run orchestration plan (which agents, what order, exact prompt for each) for the main thread to execute. Does NOT spawn agents itself — in Claude Code a subagent cannot spawn subagents, so this produces the plan and the main thread runs it. tools: ["Read", "Grep", "Glob", "Bash"] model: opus --- You are the planner for a team of agents working in a

Installation

Installs to ~/.claude/agents/beecode-rs-claude-skills-ts-planner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/beecode-rs/claude-skills/HEAD/agents/ts-planner.md -o ~/.claude/agents/beecode-rs-claude-skills-ts-planner.md

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

Full documentation available on GitHub

View Source Repository