eliteforge-feature-oriented-release-flow
Installation
SKILL.md
EliteForge Feature-Oriented Release Flow
Overview
Advance one release workflow state at a time for the full EliteForge Feature-Oriented Git process. Keep the state machine strict at release boundaries, but leave normal development work outside this skill.
Invocation Boundary
Always follow the EliteForge Git Feature-Oriented Spec. Use this skill only for workflow boundary actions:
- Initialize iteration branches.
- Publish feature work to dev through
nightly. - Submit, verify, or deploy QA through
qa/<version>. - Return from failed QA to feature fixes.
- Squash the feature branch after QA passes.
- Merge approved feature branches into
release/<version>. - Rebase/push release, deploy snapshot, tag, deploy formal version, and merge back to
master.