Skip to main content
Glama
to-pending.ts1.05 kB
/** * @fileoverview To Pending Slash Command * Set a task's status to pending. */ import { dynamicCommand } from '../../factories.js'; /** * The to-pending slash command - To Pending * * Set a task's status to pending. */ export const toPending = dynamicCommand( 'to-pending', 'To Pending', '<task-id>', `Set a task's status to pending. Arguments: $ARGUMENTS (task ID) ## Setting Task to Pending This moves a task back to the pending state, useful for: - Resetting erroneously started tasks - Deferring work that was prematurely begun - Reorganizing sprint priorities ## Execution \`\`\`bash task-master set-status --id=$ARGUMENTS --status=pending \`\`\` ## Validation Before setting to pending: - Warn if task is currently in-progress - Check if this will block other tasks - Suggest documenting why it's being reset - Preserve any work already done ## Smart Actions After setting to pending: - Update sprint planning if needed - Notify about freed resources - Suggest priority reassessment - Log the status change with context` );

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