/ss-apply
Execute tasks from tasks.md in order.
Syntax
/ss-applyArguments
This command has no arguments.
AI Behavior
After executing this command, AI will:
- Read tasks.md
- Find the first incomplete task
- Execute the task (write code, modify files, etc.)
- Mark task as complete
- Continue to the next task
- Pause and ask when encountering issues
Execution Process
AI: Starting task 1.1: Create database model
AI: [Making code changes]
AI: Task 1.1 complete
AI: Starting task 1.2: Create API routes
AI: [Making code changes]
AI: Task 1.2 complete
AI: Starting task 2.1: Implement authentication logic
...Interruption Handling
If you need to interrupt:
- The current task remains in incomplete status
- Use
/ss-resumeto restore - AI will continue from where it left off
Next Steps
After all tasks are complete:
/ss-archive [name] # Archive the changeIf you need to continue after interruption:
/ss-resume # Restore context