Use the existing framework-specific Flyway parallel-change references as source material:
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
User Story
As a Java Enterprise developer maintaining database-backed applications
I want to add a dedicated
055-design-parallel-changeskill for database migration scenariosSo 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
Notes
skills-generator/src/main/resources/, not generated skill output.