Summary
- Improved chained-pr skill with interactive chain strategy selection so teams choose their own PR workflow instead of following a rigid decision tree.
Details
- When work exceeds the 400-line review budget, the agent now asks the user to choose between Stacked PRs to main (fast iteration, startup-friendly) or Feature Branch Chain with tracker (rollback control, coordinated releases).
- Added tradeoff comparison table so the team can make an informed decision based on their priorities.
chain_strategyis now cached in the SDD session alongsidedelivery_strategy— once chosen, it persists for the entire session.- Updated sdd-orchestrator, sdd-tasks, and sdd-apply to pass and enforce the cached chain strategy through the full pipeline.
Upgrade
brew upgrade gentle-ai