agent-planners
CommunityAdd structured planning to your agents.
Software Engineering#task management#agent orchestration#Python#agent planning#llm prompts#react planning
AuthorNicolaiLassen
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill solves the problem of unstructured agent thinking by providing planner components that add consistent planning instructions and enforce predictable output structure before each LLM call.
Core Features & Use Cases
- Custom planning injection: Use BasePlanner to generate optional planning instructions per request.
- PlanReAct enforced structure: Require
/*PLANNING*/and/*FINAL_ANSWER*/blocks for clearer intermediate reasoning and safer final responses. - Task board planning: Use TaskPlanner to maintain a task board in
ctx.stateand inject task status into the system prompt, designed to pair with ManageTasksTool.
Quick Start
Add a planner to your LlmAgent configuration, using PlanReActPlanner for tagged planning blocks or TaskPlanner for maintainable, tool-driven task status.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: agent-planners Download link: https://github.com/NicolaiLassen/orxhestra/archive/main.zip#agent-planners Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.