todo-task-planning
Installation
SKILL.md
Command arguments: $ARGUMENTS
Usage
/todo-task-planning <file_path> [--pr] [--branch <name>]
Arguments
file_path(required): Path to the file for task planning execution--pr(optional): Create a pull request after task completion. When specified, tasks will include branch creation (auto-generated if --branch not specified), commits, and PR creation--branch <name>(optional): Branch name to create and use for task execution. Creates the specified branch and commits all changes to it. Can be used independently or with --pr option
Command Overview
This command reads the specified file ($ARGUMENTS) and performs comprehensive task planning. It can be executed repeatedly on the same file and also manages, confirms, and updates questions.