Back to Plano

Plano Configuration Fundamentals

skills/plano-config-fundamentals/SKILL.md

0.4.22675 B
Original Source

Plano Configuration Fundamentals

Use this skill for foundational config.yaml correctness.

When To Use

  • "Validate this Plano config"
  • "Fix startup config errors"
  • "Check listeners/providers/secrets"
  • "Why does planoai up fail schema validation?"

Apply These Rules

  • config-version
  • config-listeners
  • config-providers
  • config-secrets

Execution Checklist

  1. Ensure version: v0.3.0 is present.
  2. Confirm listener type matches intended architecture.
  3. Verify provider names/interfaces and exactly one default provider.
  4. Replace hardcoded secrets with $ENV_VAR substitution.
  5. Return minimal patch and a planoai up verification plan.