Task Redo banner
iruirc iruirc

Task Redo

Productivity community

Description

--- description: "Redo a single stage or phase of a task / Переделать одну стадию или фазу задачи" argument-hint: <id> <stage|phase> --- Activate `swift-toolkit:orchestrator` with action=redo, stage_scope=single. $ARGUMENTS parsing: - First token — task_id - Second token — stage (e.g., `Plan`) or phase (e.g., `2.3`) The orchestrator archives the indicated stage's/phase's artifact under `_archive/` and re-runs only that stage/phase. Subsequent stages are not touched. In manual mode — structur

Installation

Installs to ~/.claude/skills/iruirc-swift-toolkit-task-redo/SKILL.md

Terminal
mkdir -p ~/.claude/skills/iruirc-swift-toolkit-task-redo && curl -fsSL https://raw.githubusercontent.com/iruirc/swift-toolkit/HEAD/commands/task-redo.md -o ~/.claude/skills/iruirc-swift-toolkit-task-redo/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository