You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Objective:** Transform structured APCP context into a high-density Knowledge Base optimized for RAG-based tools (NotebookLM) or linked-note systems (Obsidian). This is critical for team onboarding and multi-model synchronization.
8
+
9
+
**Prompt to send to AI:**
10
+
```text
11
+
I want to establish a "Second Brain" Knowledge Base for this project to support team onboarding and multi-AI coordination.
12
+
13
+
Using the current APCP documents (Context Protocol, Task Progress, and Decision Log), please generate a "Project Wisdom Center" export.
14
+
15
+
The output should be a structured Markdown document optimized for NotebookLM (RAG) and Obsidian Vault, covering:
16
+
1. Strategic Roadmap: The project's "North Star" and core tech stack rationale.
17
+
2. Architectural DNA: Logical summary of the folder structure and data flow patterns.
18
+
3. Decision Archive: Summary of key technical decisions (ADRs) and "rejected paths" to avoid refactor loops.
19
+
4. Onboarding Guide: Top 3 rules a new developer must know and "low-hanging fruit" tasks for immediate contribution.
20
+
21
+
Format the output to be instructive and mentor-like, ensuring all technical terms and file paths are explicitly linked for better AI retrieval.
22
+
```
23
+
24
+
---
25
+
6
26
## 📌 SCENARIO 1: Starting a Project for the First Time (Recommended)
Copy file name to clipboardExpand all lines: TASK_PROGRESS.yaml
+21-5Lines changed: 21 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -26,16 +26,16 @@ tasks:
26
26
description: "Initialize task tracking system."
27
27
28
28
- id: TASK-003
29
-
title: "Implement Checkpoint Script"
29
+
title: "Implement Scripts Infrastructure"
30
30
status: COMPLETED
31
31
priority: MEDIUM
32
32
effort: 2
33
33
assignee: "Antigravity (AI)"
34
-
description: "Create scripts/checkpoint.ps1 for pre-commit validation."
34
+
description: "Create scripts/ for validation, context gathering, and pre-commit checks."
35
35
36
36
- id: TASK-004
37
37
title: "Verify Caveman Compliance"
38
-
status: TODO
38
+
status: COMPLETED
39
39
priority: HIGH
40
40
effort: 1
41
41
assignee: "Antigravity (AI)"
@@ -57,8 +57,24 @@ tasks:
57
57
assignee: "Codex"
58
58
description: "Add original AI agent guidance, PR and issue templates, community docs, CODEOWNERS, example kits, and validation CI inspired by mature open-source repository practices."
59
59
60
+
- id: TASK-007
61
+
title: "Synchronize AI_MAIN.md"
62
+
status: COMPLETED
63
+
priority: MEDIUM
64
+
effort: 1
65
+
assignee: "Antigravity (AI)"
66
+
description: "Align the main orchestrator with current repository progress and protocol updates."
67
+
68
+
- id: TASK-008
69
+
title: "Implement Second Brain Sync Scenario"
70
+
status: COMPLETED
71
+
priority: HIGH
72
+
effort: 1
73
+
assignee: "Antigravity (AI)"
74
+
description: "Create Scenario 0 in prompt templates for NotebookLM/Obsidian Knowledge Base export."
0 commit comments