| name | feature-ship |
| description | Prepare a completed feature for merge by validating the workplan, running tests, and opening a pull request with a concise summary and test plan. |
Feature Ship
Use this when implementation is done and the user wants the branch prepared for review.
Workflow
- Verify all acceptance criteria in
workplan.md.
- Run the relevant tests for affected modules.
- Perform a final review pass.
- Ensure the branch is pushed.
- Create a PR with:
- concise summary
- test plan based on acceptance criteria
- Update the feature
README.md to show PR-open state.
- Report the PR URL and any residual risks.
Do not create a PR if critical tests are failing unless the user explicitly wants that.