plan_asset_spec
Plan and validate an asset spec by generating ordered build steps without launching Aseprite. Receive a workflow manifest with all steps for review before execution.
Instructions
Return the ordered build steps for an asset spec without launching Aseprite.
The pure dry-run: each step is ``{tool, args, purpose}`` naming the existing tool that
`build_asset_from_spec` would call. Returns a ``workflow_manifest.v1`` (kind
``asset_spec``) with the steps under `plan` and `dry_run=true`. If the spec is invalid,
returns the validation report instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes |