Prompting Trick: Boost Accuracy with Features/Function instruction Files
1. Create a main folder called instructions inside your project
2. Add subfolders for each subproject (e.g. WEB-001, AND-002, MAC-003).
3. Write .md files inside: General instructions or subproject specific feature instructions.
One feature/function = one file, describe it in detail and give it a unique codename (e.g. usefulfeature-1).
For general features, add a line like scope: subproject-id.
In your agents md specify to git commit each change with the feature name and subproject id.
Prompt the agent with: implement the function "usefulfeature-1".
Later you can just ask: is the "usefulfeature-1" implemented? how?