Local AI Consolidation — Agent Prompts
Individual prompt docs for the Local AI Consolidation Roadmap.
Point an agent at one file with a one-liner like: Read and execute <path-to-file>
Parallel Execution
Tracks A–D start immediately (no dependencies).
Track E starts after A+B+C are done.
┌──────────────────────────────────────┐
START ────────►│ Track A: LLM Lab cleanup (2.5h) │──┐
│ └──────────────────────────────────────┘ │
│ ┌──────────────────────────────────────┐ │
├───────────►│ Track B: ollama-client pkg (1 day) │──┤
│ └──────────────────────────────────────┘ │
│ ┌──────────────────────────────────────┐ │ ┌─────────────────────────────┐
├───────────►│ Track C: fastify-sse extend (2h) │──┼──►│ Track E: LocalMemGPT (3h) │
│ └──────────────────────────────────────┘ │ └─────────────────────────────┘
│ ┌──────────────────────────────────────┐ │
└───────────►│ Track D: React hooks (5h) │──┘
└──────────────────────────────────────┘
Files
| File |
Repo |
One-Liner |
| TRACK_A |
learning_ai_local_llms |
Read and execute docs/roadmaps/not-started/coding_agent_prompts/TRACK_A_llm_lab_workspace_removal.md |
| TRACK_B |
learning_ai_common_plat |
Read and execute docs/roadmaps/not-started/coding_agent_prompts/TRACK_B_ollama_client_package.md |
| TRACK_C |
learning_ai_common_plat |
Read and execute docs/roadmaps/not-started/coding_agent_prompts/TRACK_C_fastify_sse_extend.md |
| TRACK_D |
learning_ai_common_plat |
Read and execute docs/roadmaps/not-started/coding_agent_prompts/TRACK_D_react_hook_packages.md |
| TRACK_E |
learning_ai_local_memory_gpt |
Read and execute docs/roadmaps/not-started/coding_agent_prompts/TRACK_E_localmemgpt_migrations.md |