eng-iterative-delivery
0
总安装量
1
周安装量
安装命令
npx skills add https://github.com/tjboudreaux/cc-plugin-engineering-excellence --skill eng-iterative-delivery
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
kimi-cli
1
codex
1
Skill 文档
Iterative Delivery and Risk Management
Intent
- Ship value continuously while containing blast radius.
- Keep work reviewable, reversible, and traceable across repos and chains.
Workflow
- Slice intentionally
- Break work into minimal vertical slices delivering user-facing or foundational value.
- Capture dependencies and sequencing so parallel work stays unblocked.
- Plan release guards
- Decide on feature flags, staged rollouts, or canary networks.
- Define rollback playbooks (contract pause switch, mobile kill switch, server config toggle).
- Track progress transparently
- Maintain an up-to-date todo or checklist tied to commits/PRs.
- Communicate blockers early; keep reviewers informed of scope changes.
- 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.