Skip to main content

eng-iterative-delivery

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

설치로 이동

소스 정보

저장소
tjboudreaux/cc-plugin-engineering-excellence
최근 소스 활동
2026년 2월 6일 04:08
감지된 SKILL.md 언어
영어
스타
4
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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.
GitHub에서 보기