feat(feature-dev): add iterative PR workflow to implementation phase#32250
Open
marwinsteiner wants to merge 1 commit intoanthropics:mainfrom
Open
feat(feature-dev): add iterative PR workflow to implementation phase#32250marwinsteiner wants to merge 1 commit intoanthropics:mainfrom
marwinsteiner wants to merge 1 commit intoanthropics:mainfrom
Conversation
Split the monolithic Phase 5 (Implementation) into two phases: - Phase 5 (Implementation Planning): breaks the feature into 2-5 reviewable increments with user confirmation - Phase 6 (Iterative Implementation): builds each increment and creates a PR via gh pr create, waiting for user go-ahead between increments This supports collaborative development practices where code review and incremental delivery are essential. Users who prefer a single PR can opt out of per-increment PRs. Closes anthropics#30845
This was referenced Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Motivation
Addresses #30845 — the feature-dev plugin previously implemented entire features in a single monolithic phase, creating large changesets difficult to code review. Teams need smaller, logical increments that can be reviewed and merged iteratively.
Changes
plugins/feature-dev/commands/feature-dev.md: Split Phase 5 into Planning + Iterative Implementation, renumber subsequent phases (7→Quality Review, 8→Summary)plugins/feature-dev/README.md: Updated documentation to reflect 8-phase workflow with new examples for Phases 5-6plugins/feature-dev/.claude-plugin/plugin.json: Bumped version to 1.1.0, updated descriptionTest plan
claude plugin add ./plugins/feature-dev/feature-devon a multi-file feature and verify Phase 5 presents an increment plan