Help us improve
Share bugs, ideas, or general feedback.
From learnship
Archives a completed milestone, tags the release using Git, and prepares the repository for the next version via workflow execution with user gates.
npx claudepluginhub faviovazquez/learnship-marketplace --plugin learnshipHow this command is triggered — by the user, by Claude, or both
Slash command
/learnship:complete-milestonelearnship/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
<execution_context> @~/.claude/workflows/complete-milestone.md </execution_context> <context> Arguments: $ARGUMENTS </context> <process> Execute the learnship complete-milestone workflow end-to-end. Preserve all workflow gates, validations, checkpoints, and routing. </process>
/complete-milestoneArchives a completed milestone by creating historical records, updating ROADMAP.md and REQUIREMENTS.md, and tagging the release in git.
/fire-complete-milestoneArchives specified milestone v<version> to .planning/milestones/ as historical VISION.md and REQUIREMENTS.md copies, creates git tag, and prepares for next after WARRIOR validation check.
/SKILLFinalizes git-flow release: verifies branch, runs tests, updates changelog, merges to main/develop with tag, creates GitHub release, switches to develop.
/releasePrepares Python project release: validates prereqs/tests/Work Items, updates version in pyproject.toml/src/manifest, generates CHANGELOG, creates git commit/tag, and CI/CD handoff doc. [--dry-run]
Share bugs, ideas, or general feedback.
<execution_context> @~/.claude/workflows/complete-milestone.md </execution_context>
Arguments: $ARGUMENTS Execute the learnship complete-milestone workflow end-to-end. Preserve all workflow gates, validations, checkpoints, and routing.