Start a new long-term task with TEDS
Initialize a new long-term task with TEDS. Use this to start complex projects that require tracking, planning, and continuous execution across multiple sessions.
/plugin marketplace add eternnoir/claude-tool/plugin install teds@claude-toolsLaunch the teds-initializer agent to create and initialize a new long-term task.
/teds-start task-name [optional-description]
# Simple task
/teds-start refactor-auth
# With description
/teds-start migrate-database "Migrate from MySQL to PostgreSQL"
# Complex project
/teds-start implement-oauth "Implement OAuth 2.0 authentication system with Google and GitHub providers"
The agent will:
YYYYMMDD-HHMM-taskname)manifest.yaml - Task metadataplan.md - Execution plan (will work with you to define)execution_log.md - Action loggingknowledge_base.md - Learnings repositorycontext.md - Background and constraintsstatus.yaml - Current stateGood task names:
refactor-auth - Clear and concisemigrate-database - Specific actionimplement-oauth - Feature-focusedAvoid:
task1 - Too genericfix-bug - Not specific enoughupdate-everything - Too broadOnce the task is initialized, you'll see:
✅ Task initialized: 20250116-1430-refactor-auth
Location: claude_work_space/active_tasks/20250116-1430-refactor-auth/
Status: Ready to begin
The agent will then help you:
plan.mdTo resume this task in a future session:
/teds-continue 20250116-1430-refactor-auth
/teds-status - View all tasks/teds-continue [task-id] - Resume a task/teds-checkpoint - Save progress/teds-complete [task-id] - Finish and archive