Initialize AI Productivity Kit - Create directory structure, initial files, and CLAUDE.md
Sets up AI Productivity Kit with directory structure, initial files, and project configuration.
/plugin marketplace add MaouStan/ai-productivity-kit/plugin install ai-productivity-kit@ai-productivity-kitInitialize AI Productivity Kit ติดตั้ง AI Productivity Kit ในโปรเจกต์ปัจจุบัน
Create the directory structure, initial files, and CLAUDE.md (via team-configurator) for the AI Productivity Kit.
.claude/
├── commands/ # All slash commands (copied from plugin)
├── agents/ # Agent definitions (copied from plugin)
├── skills/ # Skill definitions (copied from plugin)
└── knowledge/ # Documentation base (copied from plugin)
ψ/ # Memory structure (7 pillars)
├── active/ # Current research/work
├── inbox/ # focus.md, messages, WIP.md
├── memory/ # tricks, patterns, retros, logs
├── writing/ # Drafts, documentation
├── lab/ # Experiments, prototypes
└── learn/ # Learning materials
ψ/inbox/focus.md - Current focus trackerψ/memory/.gitkeep - Keep directory structureCLAUDE.md - Project configuration (auto-generated by team-configurator).gitignore with ψ rulesUser: /ai-kit:init
ψ/ directory structure (7 pillars)focus.md with template.gitignore if neededเมื่อ user พิมพ์ /ai-kit:init:
Create ψ/ directory structure:
Bash tool สร้าง directories:mkdir -p ψ/active ψ/inbox ψ/memory ψ/memory/tricks ψ/memory/patterns ψ/memory/retros ψ/memory/logs ψ/writing ψ/lab ψ/learn.gitkeep ไฟล์ในแต่ละ directoryCreate initial files:
Write tool สร้าง ψ/inbox/focus.md พร้อม template.gitignore ถ้าจำเป็นRun team-configurator IMMEDIATELY:
Task tool with subagent_type=team-configurator and prompt="Configure this project"Report summary:
You MUST actually execute this exact Task call:
Task(
subagent_type="team-configurator",
prompt="Set up AI team configuration for this project. Detect tech stack, create CLAUDE.md with project-specific instructions.",
model="sonnet"
)
Do NOT just say "running team-configurator" - actually call the Task tool!
User: /ai-kit:init
AI:
# Initializing AI Productivity Kit...
Creating directory structure:
ψ/
ψ/active/
ψ/inbox/
ψ/memory/
ψ/writing/
ψ/lab/
ψ/learn/
Creating initial files:
ψ/inbox/focus.md
ψ/memory/.gitkeep
ψ/writing/.gitkeep
ψ/lab/.gitkeep
ψ/learn/.gitkeep
Checking .gitignore...
✓ Updated with ψ/ rules
Running team-configurator to generate CLAUDE.md...
Analyzing codebase...
Detected tech stack: TypeScript, React, Node.js
Found 15 agents available
Generated CLAUDE.md with project-specific configuration
✅ AI Productivity Kit initialized!
Created files:
- ψ/ directory structure (7 pillars)
- ψ/inbox/focus.md
- CLAUDE.md (by team-configurator)
Next steps:
1. Review: cat CLAUDE.md
2. Start session: /ai-kit:start
3. Create plan: /nnn "your task"
# Current Focus
**Date**: {{timestamp}}
**Project**: {{project_name}}
## Tasks
- [ ] Task 1
- [ ] Task 2
## Notes
## Context
If not already present, adds:
# AI Productivity Kit - ψ Structure
ψ/active/
ψ/inbox/
ψ/memory/
ψ/writing/
ψ/lab/
ψ/learn/
# But keep the directories
!ψ*/
!.gitkeep
/ai-kit:start - Start a work session (also checks for CLAUDE.md)/ai-kit:focus - Set current focus/ai-kit:awaken - Full setup with git, remote, and workflows