Back to Plano

Section Definitions

skills/rules/_sections.md

0.4.222.0 KB
Original Source

Section Definitions

This file defines the sections used to organize Plano agent skills rules. Files are assigned to sections based on their filename prefix.

PrefixSection #TitleImpactDescription
config-1Configuration FundamentalsCRITICALCore config.yaml structure, versioning, listener types, and provider setup — the entry point for every Plano deployment
routing-2Routing & Model SelectionHIGHIntelligent LLM routing using preferences, aliases, and defaults to match tasks to the best model
agent-3Agent OrchestrationHIGHMulti-agent patterns, agent descriptions, and orchestration strategies for building agentic applications
filter-4Filter Chains & GuardrailsHIGHRequest/response processing pipelines — ordering, MCP integration, and safety guardrails
observe-5Observability & DebuggingMEDIUM-HIGHOpenTelemetry tracing, log levels, span attributes, and sampling for production visibility
cli-6CLI OperationsMEDIUMUsing the planoai CLI for startup, tracing, CLI agents, project init, and code generation
deploy-7Deployment & SecurityHIGHDocker deployment, environment variable management, health checks, and state storage for production
advanced-8Advanced PatternsMEDIUMPrompt targets, external API integration, and multi-listener architectures