Skip to content

[FEATURE] Iterative PR Workflow for feature-dev Plugin #30845

@eric-horodyski

Description

@eric-horodyski

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

The feature-dev plugin implements entire features in a single monolithic phase, which can create large changesets that are difficult to code review in professional development environments. Teams need smaller, logical increments that can be reviewed and merged iteratively.

Current workflow doesn't support collaborative development practices where code review and incremental delivery are essential.

Proposed Solution

Break Phase 5 (Implementation) into logical chunks with PR creation between each increment.

User can review and approve each PR before the next increment begins.

Alternative Solutions

  • Add manual checkpoints where user can pause and create PRs
  • Provide "implementation chunks" as separate commands
  • Integrate with existing PR workflows in the repository

Priority

Medium - Would be very helpful

Feature Category

CLI commands and flags

Use Case Example

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions