Skip to content

Separate Feature Implementation Workflow from git-workflow.md #235

@peterxiemin

Description

@peterxiemin

Problem

rules/common/git-workflow.md currently mixes two distinct concerns:

  1. Git workflow — commit message format, PR process (directly git-related)
  2. Feature Implementation Workflow — plan → TDD → code review → commit (a general development process)

The "Feature Implementation Workflow" section describes the full development pipeline before code enters git, but placing it in git-workflow.md is confusing — it implies that planning and TDD are part of the git workflow, when they're really about development process.

Suggestion

Split the Feature Implementation Workflow into a separate file (e.g., rules/common/development-workflow.md), and keep git-workflow.md focused on git-specific concerns (commit messages, branching, PR workflow).

This would make both files clearer and easier to understand at a glance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions