mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
docs: add memory templates to intelligent tools strategy
Add memory hierarchy templates to Available Templates section and Selection Matrix: - Layer 1-4 templates for hierarchical documentation - Hierarchy analysis template for project structure - Semantic triggers and use cases for each template level
This commit is contained in:
@@ -264,6 +264,11 @@ RULES: Focus on type safety and component composition
|
||||
| **Planning** | Gemini/Qwen | Task breakdown, migration planning | `planning/task-breakdown.txt` |
|
||||
| **Security** | Codex | Vulnerability assessment, fixes | `analysis/security.txt` |
|
||||
| **Refactoring** | Multiple | Gemini/Qwen for analysis, Codex for execution | `development/refactor.txt` |
|
||||
| **Memory Layer 1** | Gemini (Qwen fallback) | Root-level project overview, tech stack, architecture principles | `memory/claude-layer1-root.txt` |
|
||||
| **Memory Layer 2** | Gemini (Qwen fallback) | Domain-level architecture, responsibility boundaries | `memory/claude-layer2-domain.txt` |
|
||||
| **Memory Layer 3** | Gemini (Qwen fallback) | Module-level implementation patterns, APIs | `memory/claude-layer3-module.txt` |
|
||||
| **Memory Layer 4** | Gemini (Qwen fallback) | Submodule-level detailed implementation docs | `memory/claude-layer4-submodule.txt` |
|
||||
| **Memory Hierarchy** | Gemini (Qwen fallback) | Project structure analysis for optimal doc hierarchy | `memory/hierarchy-analysis.txt` |
|
||||
|
||||
### Template System
|
||||
|
||||
@@ -281,6 +286,12 @@ prompts/
|
||||
│ ├── feature.txt - Feature implementation
|
||||
│ ├── refactor.txt - Refactoring tasks
|
||||
│ └── testing.txt - Test generation
|
||||
├── memory/
|
||||
│ ├── claude-layer1-root.txt - Root-level project documentation
|
||||
│ ├── claude-layer2-domain.txt - Domain-level architecture docs
|
||||
│ ├── claude-layer3-module.txt - Module-level implementation docs
|
||||
│ ├── claude-layer4-submodule.txt - Submodule-level detailed docs
|
||||
│ └── hierarchy-analysis.txt - Project structure analysis
|
||||
└── planning/
|
||||
└── task-breakdown.txt - Task decomposition
|
||||
|
||||
|
||||
Reference in New Issue
Block a user