CipherStashDocs
ReferenceCLI

stash impl

Execute the plan with a local agent

Generated from stash v1.0.0 via npx [email protected] manifest --json. Run npx [email protected] --help to see the live command surface.

Execute the plan with a local agent

npx stash impl [flags]

Flags

FlagDescription
--continue-without-planSkip planning and go straight to implementation (interactively confirms before proceeding).
--target <name>Skip the agent-target picker and hand off directly to one of claude-code | codex | agents-md | wizard. Safe in non-TTY contexts.

Examples

npx stash impl
npx stash impl --continue-without-plan
npx stash impl --target claude-code

On this page