Skip to main content
Glama
to-in-progress.ts1.31 kB
/** * @fileoverview To In Progress Slash Command * Start working on a task by setting its status to in-progress. */ import { dynamicCommand } from '../../factories.js'; /** * The to-in-progress slash command - To In Progress * * Start working on a task by setting its status to in-progress. */ export const toInProgress = dynamicCommand( 'to-in-progress', 'To In Progress', '<task-id>', `Start working on a task by setting its status to in-progress. Arguments: $ARGUMENTS (task ID) ## Starting Work on Task This command does more than just change status - it prepares your environment for productive work. ## Pre-Start Checks 1. Verify dependencies are met 2. Check if another task is already in-progress 3. Ensure task details are complete 4. Validate test strategy exists ## Execution \`\`\`bash task-master set-status --id=$ARGUMENTS --status=in-progress \`\`\` ## Environment Setup After setting to in-progress: 1. Create/checkout appropriate git branch 2. Open relevant documentation 3. Set up test watchers if applicable 4. Display task details and acceptance criteria 5. Show similar completed tasks for reference ## Smart Suggestions - Estimated completion time based on complexity - Related files from similar tasks - Potential blockers to watch for - Recommended first steps` );

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/eyaltoledano/claude-task-master'

If you have feedback or need assistance with the MCP directory API, please join our Discord server