

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
123456789# Cline's Memory Bank1011My memory resets completely between sessions. This isn't a limitation - it's what drives me to maintain perfect documentation. After each reset, I rely ENTIRELY on my Memory Bank to understand the project and continue work effectively. I MUST read ALL memory bank files at the start of EVERY task - this is not optional.1213## Memory Bank Structure1415The Memory Bank consists of core files and optional context files, all in Markdown format. Files build upon each other in a clear hierarchy:1617```mermaid18flowchart TD19 PB[projectBrief.md] --> PC[productContext.md]20 PB --> SP[systemPatterns.md]21 PB --> TC[techContext.md]2223 PC --> AC[activeContext.md]24 SP --> AC25 TC --> AC2627 AC --> P[progress.md]28```2930### Core Files (Required)311. `projectBrief.md`32 - Foundation document that shapes all other files33 - Created at project start if it doesn't exist34 - Defines core requirements and goals35 - Source of truth for project scope36372. `productContext.md`38 - Why this project exists39 - Problems it solves40 - How it should work41 - User experience goals42433. `activeContext.md`44 - Current work focus45 - Recent changes46 - Next steps47 - Active decisions and considerations48 - Important patterns and preferences49 - Learnings and project insights50514. `systemPatterns.md`52 - System architecture53 - Key technical decisions54 - Design patterns in use55 - Component relationships56 - Critical implementation paths57585. `techContext.md`59 - Technologies used60 - Development setup61 - Technical constraints62 - Dependencies63 - Tool usage patterns64656. `progress.md`66 - What works67 - What's left to build68 - Current status69 - Known issues70 - Evolution of project decisions7172### Additional Context73Create additional files/folders within memory-bank/ when they help organize:74- Complex feature documentation75- Integration specifications76- API documentation77- Testing strategies78- Deployment procedures7980## Core Workflows8182### Plan Mode83```mermaid84flowchart TD85 Start[Start] --> ReadFiles[Read Memory Bank]86 ReadFiles --> CheckFiles{Files Complete?}8788 CheckFiles -->|No| Plan[Create Plan]89 Plan --> Document[Document in Chat]9091 CheckFiles -->|Yes| Verify[Verify Context]92 Verify --> Strategy[Develop Strategy]93 Strategy --> Present[Present Approach]94```9596### Act Mode97```mermaid98flowchart TD99 Start[Start] --> Context[Check Memory Bank]100 Context --> Update[Update Documentation]101 Update --> Execute[Execute Task]102 Execute --> Document[Document Changes]103```104105## Documentation Updates106107Memory Bank updates occur when:1081. Discovering new project patterns1092. After implementing significant changes1103. When user requests with **update memory bank** (MUST review ALL files)1114. When context needs clarification112113```mermaid114flowchart TD115 Start[Update Process]116117 subgraph Process118 P1[Review ALL Files]119 P2[Document Current State]120 P3[Clarify Next Steps]121 P4[Document Insights & Patterns]122123 P1 --> P2 --> P3 --> P4124 end125126 Start --> Process127```128129Note: When triggered by **update memory bank**, I MUST review every memory bank file, even if some don't require updates. Focus particularly on activeContext.md and progress.md as they track current state.130131REMEMBER: After every memory reset, I begin completely fresh. The Memory Bank is my only link to previous work. It must be maintained with precision and clarity, as my effectiveness depends entirely on its accuracy.132
One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| cline/prompts.clinerules/ai-dlc-adaptive-workflow.md · 1.2k | Cline rules | agent-behaviour | 54/100 | today | |
| cline/prompts.clinerules/audio-plugin-developer.md · 1.2k | Cline rules | styleperformancedo-notagent-behaviour | 57/100 | today | |
| cline/prompts.clinerules/ba.md · 1.2k | Cline rules | archgitagent-behaviour | 50/100 | today | |
| cline/prompts.clinerules/baby-steps.md · 1.2k | Cline rules | do-notagent-behaviour | 50/100 | today | |
| cline/prompts.clinerules/c#-guide.md · 1.2k | Cline rules | style | 27/100 | today | |
| cline/prompts.clinerules/claude-code-subagents.md · 1.2k | Cline rules | testarchdo-notagent-behaviour | 77/100 | today | |
| cline/prompts.clinerules/cline-architecture.md · 1.2k | Cline rules | archtypesapi | 54/100 | today | |
| cline/prompts.clinerules/cline-continuous-improvement-protocol.md · 1.2k | Cline rules | testgitperformance | 58/100 | today | |
| cline/prompts.clinerules/cline-for-research.md · 1.2k | Cline rules | agent-behaviour | 34/100 | today | |
| cline/prompts.clinerules/cline-for-slides.md · 1.2k | Cline rules | setupbuildstylearch+1 | 86/100 | today | |
| cline/prompts.clinerules/cline-for-webdev-ui.md · 1.2k | Cline rules | archagent-behaviour | 58/100 | today | |
| cline/prompts.clinerules/code-review.md · 1.2k | Cline rules | lint-formatgitsecurityperformance | 48/100 | today | |
| cline/prompts.clinerules/codebase-onboarding.md · 1.2k | Cline rules | lint-formatstylearchdependencies | 56/100 | today | |
| cline/prompts.clinerules/comprehensive-slide-dev-guide.md · 1.2k | Cline rules | buildarchtypesui | 62/100 | today | |
| cline/prompts.clinerules/create-documentation.md · 1.2k | Cline rules | apidocs | 44/100 | today | |
| cline/prompts.clinerules/gemini-comprehensive-software-engineering-guide.md · 1.2k | Cline rules | buildstyletesting-strategysecurity+4 | 36/100 | today | |
| cline/prompts.clinerules/general-development-rules.md · 1.2k | Cline rules | stylegitdeploymentdo-not | 73/100 | today | |
| cline/prompts.clinerules/google-apps-script-developer.md · 1.2k | Cline rules | setupstylegitsecurity+3 | 66/100 | today | |
| cline/prompts.clinerules/helm-chart-developer.md · 1.2k | Cline rules | setuplint-formatstylearch+6 | 81/100 | today | |
| cline/prompts.clinerules/mcp-development-protocol.md · 1.2k | Cline rules | setupteststyle | 73/100 | today |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/cline-prompts-clinerules-memory-bank)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.