ops

Solid

Primary router for operations, deployment, incident, and lifecycle workflows. Analyzes intent and dispatches to deploy-checklist, incident-response, standup, status, revert. Use for pre-deploy verification, handling outages, daily summaries, progress checks, and safe rollbacks.

Code & Development 40 stars 6 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Ops - Operations & Lifecycle Router `/draft:ops` groups all operational, deployment, and runtime lifecycle commands. ## When to Use - Preparing a deployment or release - Responding to incidents or outages - Generating team standup / activity summaries - Checking overall project or track status - Performing git-aware reverts or rollbacks ## Routing Logic Intent keywords drive deterministic dispatch. Multi-intent requests are sequenced (e.g., status then incident). | User Intent Keywords | Dispatches To | Purpose | |------------------------------------------|----------------------------|---------| | upload for review, git upload, submit code, open PR | `/draft:upload` | Pre-upload gate: review, approvals, validators, then push | | deploy checklist, pre-deploy, release check, readiness | `/draft:deploy-checklist` | Pre-deployment verification with rollback triggers | | incident, outage, sev, postmortem, triage | `/draft:incident-response` | Full incident lifecycle (triage → mitigate → postmortem) | | standup, daily summary, what did I do, activity report | `/draft:standup` | Git activity standup summary (read-only) | | status, progress, what's the state, track overview | `/draft:status` | Progress overview across tracks and git | | revert, rollback, undo, git revert, restore | `/draft:revert` | Git-aware safe rollback of changes or tracks | ## Dispatch Examples User: "run the deploy checklist for the auth track" → dispatches to `/draft...

Details

Author
drafthq
Repository
drafthq/draft
Created
7 months ago
Last Updated
2 days ago
Language
HTML
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category