You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move 'Set Up Memory Files' to top of Requirements & Planning
Memory files are foundational for effective AI coding - they should be the first thing developers set up to provide persistent context across all sessions.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,13 +44,6 @@ This curated collection fills in those gaps. It's a living document, and you're
44
44
45
45
## Requirements & Planning
46
46
47
-
### Read, Plan, Code, Commit
48
-
49
-
Make it explore the code, then make a plan, implement it, and commit.
50
-
51
-
> "There's a process that I call 'priming' the agent, where instead of having the agent jump straight to performing a task, I have it read additional context upfront to increase the chances that it will produce good outputs."
Create context files that persistently guide tools about your project's structure, standards, and preferences.
@@ -83,6 +76,13 @@ Create `AGENTS.md` for project rules, then use @codebase and @docs for dynamic c
83
76
84
77
</details>
85
78
79
+
### Read, Plan, Code, Commit
80
+
81
+
Make it explore the code, then make a plan, implement it, and commit.
82
+
83
+
> "There's a process that I call 'priming' the agent, where instead of having the agent jump straight to performing a task, I have it read additional context upfront to increase the chances that it will produce good outputs."
0 commit comments