Initialize TEDS configuration for this project
Sets up TEDS documentation system for your project by creating directory structure and configuration. Run this once before using other TEDS commands to track tasks and knowledge.
/plugin marketplace add eternnoir/claude-tool/plugin install teds@claude-toolsLaunch the teds-config agent to set up TEDS (Task Execution Documentation System) for this project.
/teds-init
Run this command once per project before using other TEDS commands.
You'll be asked:
claude_work_space)your-workspace-name/
├── active_tasks/ # Currently running tasks
├── archived_tasks/ # Completed tasks
└── knowledge_index/ # Extracted summaries
Plus configuration in either:
CLAUDE.md (recommended if file exists).teds-config.yaml (standalone mode)After initialization:
/teds-start task-name "description"/teds-status/teds-help (if available)