Run Tasks banner
ekirton ekirton

Run Tasks

Productivity community

Description

You are executing the `/run-tasks` command. This command reads a task file containing slash commands, executes each one serially, and commits after each successful task. ## Determine the task file The user may provide a file path argument after `/run-tasks`. If no argument is given, default to `todo.md` in the current working directory. Use `Read` to open the task file. If it does not exist, tell the user: "Task file not found: `<path>`. Create it with `- [ ] /command args` entries and re-run

Installation

Installs to ~/.claude/skills/ekirton-poule-run-tasks/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ekirton-poule-run-tasks && curl -fsSL https://raw.githubusercontent.com/ekirton/Poule/HEAD/commands/run-tasks.md -o ~/.claude/skills/ekirton-poule-run-tasks/SKILL.md

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

Full documentation available on GitHub

View Source Repository