From stacklane
Deploy with deterministic preflight, verification, and optional rollback automation using the configured deploy adapter.
npx claudepluginhub bishnubista/stacklane --plugin stacklaneThis skill uses the workspace's default tool permissions.
Use the script entrypoint for release tracking and rollback-safe behavior.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Use the script entrypoint for release tracking and rollback-safe behavior.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/stacklane-deploy-verify.sh" --environment staging
--environment <staging|production>--service <name>--healthcheck-url <url>--smoke-command "..."--auto-rollback--rollback-target <deployment-id>--confirm-production I_UNDERSTAND_PRODUCTION (required for production)--dry-run--healthcheck-url or .stacklane.json healthcheck.url).http:// or https:// URL.--confirm-production I_UNDERSTAND_PRODUCTION.--auto-rollback: report blocked release and rollback command--auto-rollback: execute rollback path and report outcomecommands.rollback template..stacklane/releases/ and final status (deployed, rolled-back, or failure).