Explain the workflow used to create the app with LLM #39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Title:
Explain the workflow used to create the app with LLM
Description:
Add a file that explain teh workflow used to create all this project using a LLM.
Scope:
Explain everything about how this project was build.
The IDE and configuration used.
The GIT workflow
How the project folder was created in the llm, creatin ga first chat to develop the idea, then using the LLM itelself to generate the prompt to add to a new conversation for each steps.
Acceptance criteria:
Having a complete document that explain everything so that anybody with only basic knowl;edge about programmation and project devel;opmnent anc creation could create their own project.
Completed in PR #41.
Added
docs/llm-project-workflow.mdexplaining the workflow used to build RGB Aura with LLM assistance, including the development environment, Git/Forgejo process, issue-by-issue workflow, generated continuation prompts, terminal-output validation loop, and the role of human testing/review/decision-making.Also added the document to the README Current documentation section.
This was a documentation-only change. No application code, animation visuals, runtime behavior, or configuration behavior were changed.