When I want to create a feature for the project-holon
The project is a one repo with the front and the back in the same directory.
The whole goal of the project is explane in the README.MD file. So when we need to implement the feature you should:
I will give you an issue ID and you should fetch the issue to look at it and start the process for implementation
Create a branch from master for the feature with a adapted name.
Look at the adapted section in the README.md file for the feature.
Go to plane mode to ask me all the question needed and explore the code to keep a logique all threw the process.
If the code is for a front page and visuals in the codebase. It is necessary to launch the script critique from impeccable to have way to improve.
So you need to:
Create tests of the code to cover EVERYTHING. Use the right skill depending on the feature type:
jest-api-test to generate exhaustive Jest API tests.playwright-e2e-test to generate exhaustive Playwright E2E tests covering all user flows, dark mode, responsive design, and accessibility.jest-api-test for the API layer and playwright-e2e-test for the frontend layer.I need to create one or multiple commits for the created feature with a good separation of need.
MANDATORY: Never mention CLAUDE in the commits
We need to create the PR associated with the code. It should have a description, be linked to the created issue and how it has been tested.