learning_ai_common_plat/docs/roadmaps/not-started/coding_agent_prompts
saravanakumardb1 a8e0b7c3b0 docs(roadmap): split agent prompts into individual docs for one-liner delegation
New files in coding_agent_prompts/:
- TRACK_A_llm_lab_workspace_removal.md (learning_ai_local_llms)
- TRACK_B_ollama_client_package.md (learning_ai_common_plat)
- TRACK_C_fastify_sse_extend.md (learning_ai_common_plat)
- TRACK_D_react_hook_packages.md (learning_ai_common_plat)
- TRACK_E_localmemgpt_migrations.md (learning_ai_local_memory_gpt)
- README.md with dependency diagram + one-liner table

Roadmap delegation section now links to individual docs instead of
inline prompts. Point an agent at one file:
  Read and execute coding_agent_prompts/TRACK_A_*.md
2026-03-29 12:19:03 -07:00
..
README.md docs(roadmap): split agent prompts into individual docs for one-liner delegation 2026-03-29 12:19:03 -07:00
TRACK_A_llm_lab_workspace_removal.md docs(roadmap): split agent prompts into individual docs for one-liner delegation 2026-03-29 12:19:03 -07:00
TRACK_B_ollama_client_package.md docs(roadmap): split agent prompts into individual docs for one-liner delegation 2026-03-29 12:19:03 -07:00
TRACK_C_fastify_sse_extend.md docs(roadmap): split agent prompts into individual docs for one-liner delegation 2026-03-29 12:19:03 -07:00
TRACK_D_react_hook_packages.md docs(roadmap): split agent prompts into individual docs for one-liner delegation 2026-03-29 12:19:03 -07:00
TRACK_E_localmemgpt_migrations.md docs(roadmap): split agent prompts into individual docs for one-liner delegation 2026-03-29 12:19:03 -07:00

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 AD 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