Skip to content

Add Parallel change pattern as Skill -> 055-design-parallel-change (Skill dedicated to Database migration scenarios) #932

Description

@jabrena

User Story

As a Java Enterprise developer maintaining database-backed applications
I want to add a dedicated 055-design-parallel-change skill for database migration scenarios
So that I can apply the Parallel Change pattern safely when evolving database schemas and application code.

Source References

Existing Skill References

Use the existing framework-specific Flyway parallel-change references as source material:

Acceptance Criteria

Feature: Parallel Change skill for database migration scenarios

  @acceptance-test
  Scenario: Provide a dedicated design skill for database parallel change
    Given the project contains framework-specific Flyway parallel-change skill references
    When the new `055-design-parallel-change` skill is defined
    Then it explains the Parallel Change pattern for database migration scenarios
    And it references Martin Fowler's Parallel Change guidance
    And it references DORA database change management guidance
    And it consolidates reusable guidance from the existing Spring Boot, Quarkus, and Micronaut Flyway parallel-change references

Notes

  • Edit XML sources under skills-generator/src/main/resources/, not generated skill output.
  • Keep the new skill focused on database migration scenarios.
  • Use the existing framework-specific references as inputs for shared pattern guidance.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions