deploy

Generate Obsidian-ready deployment checklists with pre-flight checks and rollout strategies.

5|2|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/thoreinstein/opencode-config --skill deploy-thoreinstein
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/thoreinstein/opencode-config/tree/main/skill/deploy
Command: npx skills add https://github.com/thoreinstein/opencode-config --skill deploy-thoreinstein

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments are risky and time-consuming without structured planning. This skill automates the creation of deployment checklists, pre-flight checks, rollout strategies, and verification steps, helping teams release with confidence and consistency.

Core Features & Use Cases

  • Generate deployment checklists that cover pre-flight validation, rollout strategy, and post-deployment verification.
  • Analyze inputs: Target, Scope, and optional deployment strategy (rolling, blue-green, canary) to tailor the plan.
  • Infer and document required infrastructure checks and potential dependencies, producing a ready-to-publish Obsidian note.
  • Use case: Deploy a new feature to production with a blue-green rollout, capturing checks for the feature flags, migrations, and rollback plan.

Quick Start

Target: example-service Environment: prod Scope: release Optional: strategy=rolling

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a deployment checklist with pre-flight checks and rollout strategy?▼

Generate a deployment checklist by providing a target service, environment, and optional rollout strategy to automate pre-flight validation, rollout planning, and verification steps into a structured note.

What is pre-flight validation for a production rollout?▼

Pre-flight validation is the automated analysis of code changes, manifests, and environment configurations to document required infrastructure checks and dependencies before executing a production release.

Can I use a blue-green deployment strategy for my service release?▼

Yes, specify blue-green, canary, or rolling as an optional strategy preference to tailor the deployment plan, capturing necessary checks for feature flags, migrations, and rollback procedures.

How do I plan a canary rollout for a new feature in production?▼

Plan a canary rollout by setting the target service and environment, then selecting canary as the strategy to generate a tailored plan covering pre-flight checks, incremental rollout, and post-deployment verification.

Does this deployment planner output Obsidian-ready documentation?▼

Yes, the deployment planner analyzes your target scope and configurations to produce an Obsidian-ready deployment note, structuring the pre-flight checks and rollout strategy for immediate publishing.

What do I need to prepare for an automated deployment checklist generation?▼

You need to specify the target service, environment, and release scope, ensuring your code changes and environment configurations are available for the analysis to infer required infrastructure checks.