Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,17 @@ <h5>Create a project brief</h5>
Make sure that <code>snake_game.md</code> file is created in the project directory.
</checkable-item>

<h5>Memory Bank files creation</h5>
<h5>Junie guidelines creation</h5>

<callout label="Ask Cursor to create Memory Bank files">
Based on snake_game.md create memory bank files. Use Memory Bank MCP.
<callout label="Ask Junie to create Junie guidelines file">
Based on snake_game.md create a junie project guidelines in .junie/guidelines.md
</callout>

<checkable-item title="Memory Bank Instructions are created in .junie/guidelines.md"></checkable-item>
<checkable-item title="Project guidelines are created in .junie/guidelines.md">
Make sure the file <code>.junie/guidelines.md</code> is in the project directory.
</checkable-item>

<h5>Memory Bank files creation</h5>

<p>Now we will use <code>snake_game.md</code> file to create Memory Bank files.</p>

Expand Down Expand Up @@ -167,4 +171,4 @@ <h5>Overview Memory Bank files</h5>

<h5>What's next?</h5>

<p>In the next stage, we will use Memory Bank files to build a Snake game.</p>
<p>In the next stage, we will use Memory Bank files to build a Snake game.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h5>Create Snake game with Memory Bank</h5>
<p>We even don't need to specify any details – Junie will create it based on Memory Bank files.</p>

<callout label="Ask Junie to create the Snake game based on Memory Bank files">
Build an app based on your existing memory bank files.
Build a Snake Game app based on your existing memory bank files.
</callout>

<p>The process might take some time. After Junie has finished, let's ask it to run the app.</p>
Expand All @@ -41,4 +41,4 @@ <h5>Create Snake game with Memory Bank</h5>

<h5>What's next?</h5>

<p>In next stages, we will see how Memory Bank works while adding new features – leaderboard and difficulty levels.</p>
<p>In next stages, we will see how Memory Bank works while adding new features – leaderboard and difficulty levels.</p>