Eyal Toledano
Eyal Toledano
> "I often find myself needing to quickly adjust the complexity of tasks as project requirements evolve. Having commands to easily scale task complexity up or down would streamline my...
## Motivation TaskMaster currently relies on local files (`tasks.json` and individual task files) to manage tasks. This approach is effective and straightforward for individual developers, but it quickly breaks down...
1) Fix critical bugs in task move functionality: - **Fixed moving tasks to become subtasks of empty parents**: When moving a task to become a subtask of a parent that...
Raw thoughts, will fix later If you try to expand-task and already have subtasks it will not let you. you should be able to pass an --append flag so the...
> I have to use pnpm for my monorepo, and unfortunately was unable to make it work. ### Description We use npm. Users of pnpm can't use it. We need...
# Implement `learn` Command for Automatic Cursor Rule Generation ## Background [Inspired by this tweet](https://x.com/eyaltoledano/status/1904971536668237902?s=61&t=eg2S6tM6zg--91fHqauJxw) We currently maintain a few Taskmaster-specific Cursor rules in `.cursor/rules/*.mdc` files that guide Cursor's task...
> "When installing Task Master on existing projects, I struggle to quickly generate meaningful tasks because there's no efficient way to summarize and describe the existing codebase accurately. A command...
> "As a user, I want the research functionality to include direct URLs to the most current and relevant documentation, so that tools like Cursor can easily access up-to-date information...
“When developing solo, using local task files makes sense, but as soon as multiple people contribute or multiple branches are involved, merge conflicts occur. I need a straightforward way to...