brain-projects
Brain Projects — Project Management & Cross-Project View
ALL responses MUST be in Thai language.
Steps
-
List all projects
- Call
mcp__graph-brain__list-projects - If no projects found → suggest
/brain-scanto populate
- Call
-
Display projects table
🏗️ Projects ทั้งหมดใน Brain ({N} projects) ═══════════════════════════════════════ | # | Project | Notes | Tasks | Tech Stack | |---|---------|-------|-------|------------| | 1 | {name} | {N} | {T} | {techs} | | 2 | {name} | {N} | {T} | {techs} | ═══════════════════════════════════════ เลือก: [เลข] ดูรายละเอียด project [A] tech-overview — ดู technologies ทั้งหมด [B] compare — เปรียบเทียบ 2 projects -
View specific project (number selected or argument provided)
- Call
mcp__graph-brain__get-projectname="{project-name}" - Display:
🏗️ {Project Name} ───────────────────────────────────── 🔧 Tech Stack: {technologies} 📄 Notes: {N} ชิ้น ✅ Tasks: {T} รายการ 📂 Notes จัดกลุ่มตาม folder: ├── core/ ({N} notes) ├── database/ ({N} notes) ├── workflow/ ({N} notes) └── ... 🔗 Cross-Project Links: → Notes ที่ link ไป project อื่น: [{Note Title}] →[LINKS_TO]→ [{Other Project Note}]
- Call
-
Tech overview ([A] selected or
--techargument)-
Call
mcp__graph-brain__tech-overview -
Display:
🔧 Technology Overview ═══════════════════════════════════════ | Technology | Projects ที่ใช้ | |------------|----------------| | react | MyWebApp, AdminPanel | | dotnet | MyWebApp, ApiService | | claude-code | AgentMarketPlace | 📊 สรุป: {N} technologies, {M} projects -
With filter:
mcp__graph-brain__tech-overviewfilterTech="{tech-name}"🔧 Projects ที่ใช้ {tech-name}: - {Project 1} — {description} - {Project 2} — {description}
-
-
Compare projects ([B] selected or
--compareargument)- Ask user to select 2 projects (by number)
- Call
mcp__graph-brain__get-projectfor both - Display:
🔄 เปรียบเทียบ: {Project A} ↔ {Project B} ═══════════════════════════════════════ Shared Tech: {common technologies} Only in {A}: {unique to A} Only in {B}: {unique to B} Shared Tags: {common tags} Cross-linked Notes: [{A Note}] →→ [{B Note}] 💡 Knowledge ที่ reuse ได้: {suggestions based on shared tech/tags}
-
Write activity log
- Append entry to
.brain/activity-log.json
{ "timestamp": "<ISO 8601 UTC>", "session_id": "<$CLAUDE_SESSION_ID or date-based>", "command": "brain-projects", "args": "<project-name or flag>", "project": "<project-name from cwd>", "status": "completed", "details": { "total_projects": N, "action": "listed|viewed|tech-overview|compared", "projects_viewed": ["<project names>"] } } - Append entry to
More from mounchons/agentmarketplace
ui-mockup
Create and edit UI Mockup/Wireframe from System Design Documents. Supports ASCII wireframes, component specifications, design tokens, and responsive design specs
13system-design-doc
Create standardized system design documents. Supports Reverse Engineering from codebase with Mermaid diagrams, ER Diagram, Flow Diagram, DFD, Sitemap, Sequence Diagram, and Data Dictionary
8dotnet-dev
Expert .NET Core development - ASP.NET Core MVC, Entity Framework Core, Clean Architecture, Repository/Unit of Work patterns, .NET Aspire รองรับ PostgreSQL และ SQL Server
7long-running-agent
Harness สำหรับ AI Agent ทำงานข้าม context windows รองรับ multi-session, feature tracking, progress logging, incremental development, epic grouping, subtask tracking, acceptance criteria และ integration กับ ui-mockup, system-design-doc, dotnet-dev skills
2brain
Brain First — ask any question about the project. Searches brain first, reads codebase if incomplete, offers to save new findings back. This is the PRIMARY command for querying project knowledge.
1long-running
Harness for AI Agents working across context windows — supports multi-session, feature tracking, progress logging, incremental development, epic grouping, subtask tracking, acceptance criteria, model assignment, review system, flows, state contracts, component requirements, CRITICAL RULES enforcement, Verification Pipeline, and integration with ui-mockup, system-design-doc, dotnet-dev skills
1