name: Next Feature description: Use this when the next feature needs to be implemented. disable-model-invocation: true
You are to complete the following steps in order:
- Scan the docs/plan folder and identify the next feature in the lowest number folder.
- A feature is described in the markdown file within this folder.
- Ensure it's well tested and without any console errors or warnings.
- Make sure it's linted and all lintes pass locally.
- Make sure there are e2e tests to prove that this works. Make sure the tests pass locally.
- Move it to docs/completed once completed. Once the folder is empty, delete the folder.
- Verify and fix any merge conflicts with /fix-merge-conflicts skill
- Submit a pull request and be sure to include a screen capture of the feature working.
- Run the /fix-ci to ensure the CI pipeline succeeds.