← ClaudeAtlas

agent-planning-system-reviewlisted

Design or audit the planning and control mechanism of an autonomous agent or multi-step agent workflow, producing an Agent Planning and Control Contract. Use when choosing or evaluating BDI, HTN, partial-order or causal-link planning, Plan-and-Execute, ReAct, receding-horizon control, bounded search, replanning, execution monitoring, or stop conditions. Do not use merely to plan one ordinary task, schedule a current work queue, design agent memory, or review a finished code candidate.
SylphxAI/skills · ★ 1 · AI & Automation · score 74
Install: claude install-skill SylphxAI/skills
# Agent Planning System Review Produce an **Agent Planning and Control Contract** for a reusable autonomous system. Read [references/planning-and-control-methods.md](references/planning-and-control-methods.md) before selecting a planning family. ## Method 1. Define the environment: objective, observable state, available actions, hard constraints, uncertainty, reversibility, effect authority, and cost of delay or failure. 2. Separate goal selection, plan construction, action selection, execution, observation, and replanning. Name the owner of each transition. 3. Choose the least complex planning family that satisfies the environment: reactive interleaving, plan-and-execute, hierarchical decomposition, partial-order planning, deliberative intention management, or a hybrid. 4. Define plan state explicitly: goals, preconditions, effects, dependencies, causal links, invariants, resource bounds, commitments, and uncertainty. 5. Bind every action to an observation and outcome check. Never infer success merely because an action or tool call returned. 6. Specify invalidation and replan triggers: changed world state, failed precondition, blocked dependency, contradictory observation, budget breach, new higher-value work, or irreversible-effect boundary. 7. Bound search and deliberation by value of information, time, compute, branching, and risk. Define when to act, replan, escalate, degrade, or stop. 8. Test with nominal traces, stale-plan races, partia