Initialize AIDA memory and knowledge systems
Sets up personal AIDA memory and knowledge systems for first-time use.
/plugin marketplace add oakensoul/aida-core-plugin/plugin install core@aidaSet up your personal AIDA system for the first time.
Greet the user and explain what's about to happen.
mkdir -p ~/.claude/memory
mkdir -p ~/.claude/memory/history
mkdir -p ~/.claude/knowledge
mkdir -p ~/.claude/config
~/.claude/memory/context.md:
# Current Context
Last Updated: {timestamp}
## Current Focus
Nothing set yet. Run /start-day to begin.
## Active Projects
No projects tracked yet.
## Pending Items
- Initialize your knowledge base
- Set up your first project
~/.claude/memory/decisions.md:
# Decision Log
Decisions are logged here with full context.
## Format
Each decision includes:
- Date and title
- Context (why this came up)
- Decision (what was decided)
- Rationale (why this choice)
- Alternatives considered
- Expected impact
---
~/.claude/knowledge/system.md: Ask user questions to populate:
~/.claude/knowledge/preferences.md: Ask about:
~/.claude/knowledge/projects.md:
# Active Projects
## Format
Each project should include:
- Name and description
- Current status
- Key files/directories
- Important notes
---
## Getting Started
No projects yet. When you start working on something,
I'll help you track it here.
Setup complete! Your AIDA system is ready.
Created:
✓ ~/.claude/memory/ (context and decision tracking)
✓ ~/.claude/knowledge/ (your personal knowledge base)
✓ ~/.claude/config/ (settings)
Next steps:
1. Run /start-day to begin your first day
2. Use /remember to start building your knowledge
3. Customize your knowledge files as needed
Let's get started!