Skip to content

skippr plan

skippr plan produces a data-engineering plan for the configured pipeline without applying model changes. It uses the same hosted agent context as skippr model, but stops at planning-style output suitable for review or automation gates.

Usage

bash
skippr [--config <path>] [--log [level]] plan --pipeline <name> [--goal "<text>"] [--output text|json|jsonl]

Flags

FlagDescription
--pipeline <name>Pipeline to plan against.
--goal <text>Optional high-level goal (defaults to a generic planning prompt if omitted).
--output textDefault human-readable plan.
--output json / jsonlStructured output for CI.

Global flags: --config, --log.

Prerequisites

Same as skippr ask and skippr model: valid skippr.yml, authentication, and account balance for LLM usage.

See also