Session Context Loader
English | Bahasa Indonesia
English
Orchestration & Integration
Connects and orchestrates with relevant domain skills like brainstorming, zero-to-prod-orchestrator, and project-context-mapper to ensure cohesive execution.
Description
This skill ensures that the AI agent is always aligned with the project's core documentation. At the beginning of every new conversation session, it automatically searches for and reads essential project context files (Tech Stack, PRD, Roadmap, Blueprint). This guarantees that development remains focused, directed, and strictly adheres to established requirements and architectural decisions.
Trigger Conditions
Activate this skill IMMEDIATELY when:
- It is the very first message of a new conversation session.
- The user says "start session", "initialize project", or "load context".
- The AI realizes it lacks the high-level context of the current repository.
Execution Protocol
When triggered, you MUST perform the following steps before answering the user's primary request or writing any code:
Locate Key Documentation Files:
Use your file search tools (list_dir, grep_search, or view_file) to look for the following files in the project root or .docs/ folder:
PRD.md (Product Requirements Document)
ROADMAP.md or ROADMAP.txt
BLUEPRINT.md or ARCHITECTURE.md
TECH_STACK.md, package.json, go.mod, Cargo.toml, or requirements.txt (to identify the tech stack)
Read and Internalize Context:
- Read the contents of the found files.
- Understand the project's primary goal, current phase in the roadmap, architectural constraints (blueprint), and the specific tech stack being used.
Acknowledge and Align:
- Briefly acknowledge to the user that the project context has been loaded successfully.
- State the current Tech Stack and the immediate goal based on the Roadmap/PRD.
- Proceed with addressing the user's actual request using the newly loaded context.
Bahasa Indonesia
Integrasi Orkestrasi
Terhubung dan mengorkestrasi skill domain yang relevan seperti brainstorming, zero-to-prod-orchestrator, dan project-context-mapper untuk memastikan eksekusi yang kohesif.
Deskripsi
Skill ini memastikan bahwa agen AI selalu selaras dengan dokumentasi inti proyek. Di awal setiap sesi percakapan baru, agen akan secara otomatis mencari dan membaca file konteks proyek esensial (Tech Stack, PRD, Roadmap, Blueprint). Ini menjamin bahwa pengembangan proyek aplikasi tetap lebih terarah, fokus, dan sangat mematuhi persyaratan serta keputusan arsitektur yang telah ditetapkan.
Kondisi Pemicu
Aktifkan skill ini SEGERA ketika:
- Ini adalah pesan pertama dari sesi percakapan baru.
- Pengguna berkata "mulai sesi", "inisialisasi proyek", atau "muat konteks".
- AI menyadari bahwa ia kekurangan konteks tingkat tinggi dari repositori saat ini.
Protokol Eksekusi
Saat dipicu, Anda HARUS melakukan langkah-langkah berikut sebelum menjawab permintaan utama pengguna atau menulis kode apa pun:
Temukan File Dokumentasi Kunci:
Gunakan alat pencarian file Anda (list_dir, grep_search, atau view_file) untuk mencari file berikut di root proyek atau folder .docs/:
PRD.md (Product Requirements Document)
ROADMAP.md atau ROADMAP.txt
BLUEPRINT.md atau ARCHITECTURE.md
TECH_STACK.md, package.json, go.mod, Cargo.toml, atau requirements.txt (untuk mengidentifikasi tech stack)
Baca dan Pahami Konteks:
- Baca isi dari file-file yang ditemukan.
- Pahami tujuan utama proyek, fase saat ini di roadmap, batasan arsitektur (blueprint), dan tech stack spesifik yang digunakan.
Konfirmasi dan Selaraskan:
- Berikan konfirmasi singkat kepada pengguna bahwa konteks proyek telah berhasil dimuat.
- Sebutkan Tech Stack saat ini dan tujuan langsung berdasarkan Roadmap/PRD.
- Lanjutkan dengan menjawab permintaan pengguna yang sebenarnya menggunakan konteks yang baru dimuat.
1---2name: session-context-loader3description: Automatically loads and learns project context (Tech Stack, PRD, Roadmap, Blueprint) at the start of every new conversation session to ensure focused and directed development / Otomatis memuat dan mempelajari konteks proyek (Tech Stack, PRD, Roadmap, Blueprint) di awal setiap sesi percakapan baru untuk memastikan pengembangan yang terarah dan fokus.4---56# Session Context Loader78[English](#english) | [Bahasa Indonesia](#bahasa-indonesia)910---1112<a name="english"></a>13## English1415### Orchestration & Integration16Connects and orchestrates with relevant domain skills like `brainstorming`, `zero-to-prod-orchestrator`, and `project-context-mapper` to ensure cohesive execution.1718### Description19This skill ensures that the AI agent is always aligned with the project's core documentation. At the beginning of every new conversation session, it automatically searches for and reads essential project context files (Tech Stack, PRD, Roadmap, Blueprint). This guarantees that development remains focused, directed, and strictly adheres to established requirements and architectural decisions.2021### Trigger Conditions22Activate this skill IMMEDIATELY when:23- It is the very first message of a new conversation session.24- The user says "start session", "initialize project", or "load context".25- The AI realizes it lacks the high-level context of the current repository.2627### Execution Protocol2829When triggered, you MUST perform the following steps before answering the user's primary request or writing any code:30311. **Locate Key Documentation Files:**32 Use your file search tools (`list_dir`, `grep_search`, or `view_file`) to look for the following files in the project root or `.docs/` folder:33 - `PRD.md` (Product Requirements Document)34 - `ROADMAP.md` or `ROADMAP.txt`35 - `BLUEPRINT.md` or `ARCHITECTURE.md`36 - `TECH_STACK.md`, `package.json`, `go.mod`, `Cargo.toml`, or `requirements.txt` (to identify the tech stack)37382. **Read and Internalize Context:**39 - Read the contents of the found files.40 - Understand the project's primary goal, current phase in the roadmap, architectural constraints (blueprint), and the specific tech stack being used.41423. **Acknowledge and Align:**43 - Briefly acknowledge to the user that the project context has been loaded successfully.44 - State the current Tech Stack and the immediate goal based on the Roadmap/PRD.45 - Proceed with addressing the user's actual request using the newly loaded context.4647---4849<a name="bahasa-indonesia"></a>50## Bahasa Indonesia5152### Integrasi Orkestrasi53Terhubung dan mengorkestrasi skill domain yang relevan seperti `brainstorming`, `zero-to-prod-orchestrator`, dan `project-context-mapper` untuk memastikan eksekusi yang kohesif.5455### Deskripsi56Skill ini memastikan bahwa agen AI selalu selaras dengan dokumentasi inti proyek. Di awal setiap sesi percakapan baru, agen akan secara otomatis mencari dan membaca file konteks proyek esensial (Tech Stack, PRD, Roadmap, Blueprint). Ini menjamin bahwa pengembangan proyek aplikasi tetap lebih terarah, fokus, dan sangat mematuhi persyaratan serta keputusan arsitektur yang telah ditetapkan.5758### Kondisi Pemicu59Aktifkan skill ini SEGERA ketika:60- Ini adalah pesan pertama dari sesi percakapan baru.61- Pengguna berkata "mulai sesi", "inisialisasi proyek", atau "muat konteks".62- AI menyadari bahwa ia kekurangan konteks tingkat tinggi dari repositori saat ini.6364### Protokol Eksekusi6566Saat dipicu, Anda HARUS melakukan langkah-langkah berikut sebelum menjawab permintaan utama pengguna atau menulis kode apa pun:67681. **Temukan File Dokumentasi Kunci:**69 Gunakan alat pencarian file Anda (`list_dir`, `grep_search`, atau `view_file`) untuk mencari file berikut di root proyek atau folder `.docs/`:70 - `PRD.md` (Product Requirements Document)71 - `ROADMAP.md` atau `ROADMAP.txt`72 - `BLUEPRINT.md` atau `ARCHITECTURE.md`73 - `TECH_STACK.md`, `package.json`, `go.mod`, `Cargo.toml`, atau `requirements.txt` (untuk mengidentifikasi tech stack)74752. **Baca dan Pahami Konteks:**76 - Baca isi dari file-file yang ditemukan.77 - Pahami tujuan utama proyek, fase saat ini di roadmap, batasan arsitektur (blueprint), dan tech stack spesifik yang digunakan.78793. **Konfirmasi dan Selaraskan:**80 - Berikan konfirmasi singkat kepada pengguna bahwa konteks proyek telah berhasil dimuat.81 - Sebutkan Tech Stack saat ini dan tujuan langsung berdasarkan Roadmap/PRD.82 - Lanjutkan dengan menjawab permintaan pengguna yang sebenarnya menggunakan konteks yang baru dimuat.