refined instructions

This commit is contained in:
2025-07-21 10:58:31 -04:00
parent 3926380f6d
commit ac16da122d
5 changed files with 254 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ Each project will have 5 *phases*, with each phase documented in an individual .
5. Delivery
The *status* of each file will follow template -> working -> final.
Each phase file will be named @ai/{phase#}.{phase}.{status}.md
Each phase file will be named @ai/{phase#}.{phase}.{status}.md. As we work within a phase, construct and refine these files to define the work done and any output.
#### Roles:
There will be an @ai/roles.md file which will contain traits to help through each phase. During each phase, please assume the corresponding role unless prompted otherwise.
@@ -23,17 +23,19 @@ As we work, please append to the @ai/history.json file.
#### Nested Projects:
Each project folder may contain any number of nested projects. We may split very complex problems into easier-to-solve projects with separation of concerns. The folder will be the named after the project.
#### Todos:
As we identify and formalize tasks and issues, please maintain @todo/todo.md as the master list of tasks. Please document progress in files named @todo/{issue#}.md
#### Folder Structure:
Each project folder will contain this set of files:
|--**claude.md**: your top level instructions. Read-only.
|--**README.md**: a summary of the project
|--**/ai/instructions.md**: (this file) how to use this development system. Read-only.
|--**/ai/selfreflection.md**: any notes that will help you optimize performance inside this project.
|--**/ai/{phase#}.{phase}.{status}.md**: report of information from each phase
|--**/ai/history.json**: after each prompt, please append the defined format
|--/issues/todo.md
|--/issues/{issue#}.md
|--/docs/
|--**@ai/instructions.md**: (this file) how to use this development system. Read-only.
|--**@ai/selfreflection.md**: any notes that will help you optimize performance inside this project.
|--**@ai/{phase#}.{phase}.{status}.md**: report of information from each phase
|--**@ai/history.json**: after each prompt, please append the defined format
|--@todo/todo.md
|--@todo/{issue#}.md
|--{Project1}
|--{Project2}
|--{ProjectN}