คำสั่งเริ่ม session ทำงาน | Start a productive work session
Start a productive work session by checking project status, reading focus files, and creating a task list. Use this command at the beginning of each work session to set up your context and plan your day.
/plugin marketplace add MaouStan/ai-productivity-kit/plugin install ai-productivity-kit@ai-productivity-kitคำสั่งเริ่ม session ทำงาน Start a productive work session
If this is your first time using the kit, run setup first:
# Option 1: Full setup (recommended)
/ai-kit:awaken # Sets up all commands, agents, skills, CLAUDE.md, ψ/ structure
# Option 2: Quick setup
/ai-kit:init # Initialize ψ/ structure + CLAUDE.md
ψ/inbox/focus.md)# Session Start
**Time**: {{timestamp}}
**Focus**: {{user_input}}
## Current Status
{{read ψ/inbox/focus.md if exists}}
## Today's Plan
{{ask user for tasks}}
เมื่อ user พิมพ์ /ai-kit:start:
Check for CLAUDE.md:
Read tool อ่าน CLAUDE.md ที่ root ของ projectTask tool with subagent_type=team-configurator and prompt="Set up AI team configuration for this project"Read current state:
ψ/inbox/focus.md ถ้ามีψ/inbox/WIP.md ถ้ามีShow session summary:
Ask for today's plan:
TodoWriteWhen CLAUDE.md is missing, you MUST immediately execute:
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 ASK - just run it automatically!
User: /ai-kit:start
AI:
# Session Start
Time: 2026-01-03 10:30
## Current Status
From WIP.md: Working on JWT authentication system
## Focus
- [x] Design auth flow
- [ ] Implement JWT middleware
- [ ] Add login/logout endpoints
What's the plan for today?
User: /ai-kit:start
AI:
# Session Start
Checking project configuration...
⚠️ No CLAUDE.md found in project root.
Auto-running team-configurator to create CLAUDE.md...
[Analyzes codebase, detects tech stack, creates CLAUDE.md]
✅ CLAUDE.md created with project-specific configuration!
Now continuing with session start...
/ai-kit:init - Initialize ψ/ structure + CLAUDE.md (auto-runs team-configurator)/ai-kit:awaken - Full setup with all components/ai-kit:focus - Set focus for current task/ai-kit:pause - Pause work temporarily/recap - View current status