Skip to content

Commit 8d9cc79

Browse files
committed
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.
1 parent 46ebb12 commit 8d9cc79

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ This curated collection fills in those gaps. It's a living document, and you're
4444

4545
## Requirements & Planning
4646

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."
52-
> [Indragie Karunaratne](https://www.indragie.com/blog/i-shipped-a-macos-app-built-entirely-by-claude-code#:~:text=There's%20a%20process%20that%20I%20call)
53-
5447
### Set Up Memory Files
5548

5649
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
8376

8477
</details>
8578

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."
84+
> [Indragie Karunaratne](https://www.indragie.com/blog/i-shipped-a-macos-app-built-entirely-by-claude-code#:~:text=There's%20a%20process%20that%20I%20call)
85+
8686
### Write Detailed Specs
8787

8888
Give comprehensive specs - even a conversational spec beats vague instructions.

0 commit comments

Comments
 (0)