Skip to main content

eng-iterative-delivery

Decompose work into safe, observable increments with feature flags, rollbacks, and communication baked in.

Ir a la instalación

Datos de origen

Repositorio
tjboudreaux/cc-plugin-engineering-excellence
Última actividad en el origen
6 de febrero de 2026 a las 04:08
Idioma detectado de SKILL.md
inglés
Estrellas
4
Forks
0

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
eng-iterative-delivery
description
Decompose work into safe, observable increments with feature flags, rollbacks, and communication baked in.
# Iterative Delivery and Risk Management ## Intent - Ship value continuously while containing blast radius. - Keep work reviewable, reversible, and traceable across repos and chains. ## Workflow 1. **Slice intentionally** - Break work into minimal vertical slices delivering user-facing or foundational value. - Capture dependencies and sequencing so parallel work stays unblocked. 2. **Plan release guards** - Decide on feature flags, staged rollouts, or canary networks. - Define rollback playbooks (contract pause switch, mobile kill switch, server config toggle). 3. **Track progress transparently** - Maintain an up-to-date todo or checklist tied to commits/PRs. - Communicate blockers early; keep reviewers informed of scope changes. 4. **Automate deployment confidence** - Ensure CI covers each slice; prefer trunk-based workflows with short-lived branches. - For migrations, include forward + backward compatibility steps in the same change when feasible. ## Verification - Each slice has independent validation and observability; no “big bang” merges. - Rollback steps documented alongside the change (flags, scripts, transactions). - Release notes or deployment checklist updated before handoff to operations/reviewers.
Ver en GitHub