@e0ipso/ai-task-manager 1.5.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,68 +1,21 @@
1
- PROPRIETARY SOFTWARE LICENSE WITH REVOCATION RIGHTS
2
-
3
- Copyright (c) 2025 Mateu Aguiló Bosch
4
-
5
- NOTICE: This is proprietary software with revocable usage rights.
6
-
7
- 1. GRANT OF LICENSE
8
- Subject to the terms and conditions of this License, the copyright holder
9
- hereby grants you a free, non-exclusive, non-transferable, revocable right
10
- to use, run, and operate this software ("Software") for any lawful purpose.
11
-
12
- 2. REVOCATION RIGHTS
13
- The copyright holder reserves the absolute right to revoke this license at
14
- any time, for any reason or no reason, with or without cause, by providing
15
- written notice to you. Such notice may be provided through:
16
- - Direct communication to known users
17
- - Public announcement on the project repository
18
- - Update to this LICENSE file
19
-
20
- 3. NOTICE PERIOD
21
- Upon issuance of a revocation notice, you will have thirty (30) days
22
- ("Notice Period") to cease all use of the Software and remove all copies
23
- from your systems.
24
-
25
- 4. CONDITIONS FOR REVOCATION
26
- While the copyright holder may revoke this license at their sole discretion,
27
- revocation may particularly occur in cases of:
28
- - Violation of applicable laws or regulations
29
- - Use of the Software in a manner harmful to others
30
- - Commercial use without separate commercial license
31
- - Any use deemed inappropriate by the copyright holder
32
-
33
- 5. POST-REVOCATION OBLIGATIONS
34
- After the Notice Period expires, you must:
35
- - Immediately cease all use of the Software
36
- - Delete all copies of the Software from all systems under your control
37
- - Certify destruction of copies if requested by the copyright holder
38
-
39
- 6. NO WARRANTY
40
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
43
-
44
- 7. LIMITATION OF LIABILITY
45
- IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR
46
- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
47
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
48
- DEALINGS IN THE SOFTWARE.
49
-
50
- 8. ENTIRE AGREEMENT
51
- This License constitutes the entire agreement between you and the copyright
52
- holder relating to the Software and supersedes all prior or contemporaneous
53
- understandings.
54
-
55
- 9. SEVERABILITY
56
- If any provision of this License is held to be unenforceable, such provision
57
- shall be reformed only to the extent necessary to make it enforceable.
58
-
59
- 10. GOVERNING LAW
60
- This License shall be governed by the laws of the jurisdiction in which
61
- the copyright holder resides, without regard to its conflict of law
62
- provisions.
63
-
64
- By using this Software, you acknowledge that you have read, understood, and
65
- agree to be bound by the terms and conditions of this License.
66
-
67
- For commercial licensing or other arrangements, please contact the copyright
68
- holder directly.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Mateu Aguil� Bosch
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -3,84 +3,22 @@
3
3
  [![npm version](https://img.shields.io/npm/v/@e0ipso/ai-task-manager.svg)](https://www.npmjs.com/package/@e0ipso/ai-task-manager)
4
4
  [![License](https://img.shields.io/badge/License-Proprietary-red.svg)](LICENSE)
5
5
 
6
- ## 🔥 **Use Your Existing AI Subscription**
6
+ AI-powered task management that creates structured workflows within your existing AI subscriptions. Supports Claude Code, Gemini CLI, and Open Code through custom slash commands.
7
7
 
8
- **Unlike Aider, Taskmaster, and Cursor**, AI Task Manager works **within** your existing AI subscription interfaces (Claude Pro/Max, Gemini, etc.). This is NOT another AI agent that requires API keys - it creates slash commands that run inside your AI tools you already pay for.
8
+ 💰 Unlike projects such as **Plandex**, **Claude Task Master**, and **Conductor Tasks** that require API keys with pay-per-token pricing, **AI Task Manager** works within your existing AI subscription interface. Simply log in to your Claude or Gemini account and use the slash commands - **no API keys or additional costs required**.
9
9
 
10
- ### 🏗️ **How This Actually Works**
10
+ ## How It Works
11
11
 
12
- This tool creates **custom slash commands** (like `/tasks:create-plan`, `/tasks:generate-tasks`) that integrate directly into:
12
+ This tool creates custom slash commands (like `/tasks:create-plan`, `/tasks:generate-tasks`) that integrate directly into:
13
13
  - **Claude Code**: Works with your Claude Pro/Max subscription via [claude.ai/code](https://claude.ai/code)
14
- - **Gemini CLI**: Uses your existing Gemini subscription
14
+ - **Gemini CLI**: Uses your existing Gemini subscription
15
15
  - **Open Code**: Leverages your preferred open-source setup
16
16
 
17
- ### 💰 **Billing Model Comparison**
18
-
19
- | Tool | Additional API Costs | Total for Subscription Users |
20
- |------|---------------------|------------------------------|
21
- | **AI Task Manager** | **$0** | **$0** (uses existing subscription) |
22
- | **Plandex Cloud** | Included credits | *$45/month* |
23
- | **Plandex (BYOK)** | Unpredictable (API usage) | *Unpredictable costs* |
24
- | **Claude Task Master** | Unpredictable (API usage) | *Unpredictable costs* |
25
- | **Conductor Tasks** | Unpredictable (API usage) | *Unpredictable costs* |
26
- | **Shrimp Task Manager** | Unpredictable (API usage) | *Unpredictable costs* |
27
-
28
- <details>
29
- <summary>📋 More Details</summary>
30
-
31
- | Tool | Stars | Type | Key Features | Documentation |
32
- |------|-------|------|--------------|---------------|
33
- | **AI Task Manager** | New | Task Management System | ✅ Plans→Tasks→Execution workflow<br>✅ Native slash commands<br>✅ No API keys needed | This README |
34
- | **[Plandex](https://github.com/plandex-ai/plandex)** | 14k+ | AI Coding Agent | ✅ Handles 2M token context<br>✅ Multi-file editing<br>⚠️ Terminal-based (not in IDE) | [Docs](https://docs.plandex.ai/) |
35
- | **[Claude Task Master](https://github.com/eyaltoledano/claude-task-master)** | 4.2k+ | Task Management | ✅ PRD→Tasks workflow<br>✅ MCP integration<br>⚠️ Requires API keys | [Tutorial](https://github.com/eyaltoledano/claude-task-master/blob/main/docs/tutorial.md) |
36
- | **[Conductor Tasks](https://github.com/hridaya423/conductor-tasks)** | 38 | Visual Task Manager | ✅ Kanban boards<br>✅ Dependency trees<br>⚠️ Requires API keys | [GitHub](https://github.com/hridaya423/conductor-tasks) |
37
- | **[Shrimp Task Manager](https://github.com/cjo4m06/mcp-shrimp-task-manager)** | 70+ | Chain-of-Thought Tasks | ✅ Chain-of-thought focus<br>✅ Persistent memory<br>⚠️ Requires API keys | [Docs](https://github.com/cjo4m06/mcp-shrimp-task-manager/tree/main/docs) |
38
-
39
- </details>
40
-
41
- ### ⚡ **Predictable Costs**
42
-
43
- Because this works within your existing AI interface:
44
- - **No surprise API bills** - you already know what your AI subscription costs
45
- - **No rate limiting issues** - uses your subscription's limits
46
- - **No API key management** - just type slash commands
47
- - **Full model access** - get the latest models as soon as they're available in your subscription
48
-
49
- AI-powered task management that creates structured workflows within your existing AI subscriptions. Supports Claude Code, Gemini CLI, and Open Code through custom slash commands.
50
-
51
- ### 🎯 Key Differentiators
52
-
53
- **1. Zero Additional Costs**: AI Task Manager is the **only tool** that works within your existing AI subscriptions (Claude Pro/Max, Gemini, etc.) without any API fees or additional subscriptions.
54
-
55
- **2. Native Integration**: Unlike terminal-based tools (Plandex) or MCP servers requiring complex setup, AI Task Manager creates simple slash commands that work directly in your AI interface (claude.ai/code, Gemini CLI, etc.).
56
-
57
- **3. Complete Workflow**: Full planning → task generation → execution workflow, matching enterprise tools like Claude Task Master but without the API key requirement.
58
-
59
- **4. Predictable Costs**: No surprise API bills. You already know what your AI subscription costs - there's nothing extra to pay.
60
-
61
17
  ## ✨ Features
62
18
 
63
19
  - 🤝 **Multi-Assistant Support**: Configure support for Claude, Gemini, and Open Code
64
20
  - 📋 **Template System**: Built-in templates for different project types (basic, development, research)
65
21
 
66
- ## 💰 Intelligent Token Usage
67
-
68
- **One of the key benefits of this project is dramatically reducing AI costs by using the right model for the right task.**
69
-
70
- The AI Task Manager leverages a **staged refinement approach** that maximizes the value of expensive, high-capability models while delegating execution to faster, cheaper models:
71
-
72
- ### 🧠 Use Premium Models for Complex Analysis
73
- - **Planning Phase** (`/tasks:create-plan`): Deploy your most capable models (Claude Opus, GPT-5, etc.) for deep requirement analysis, architecture decisions, and strategic planning
74
- - **Task Generation** (`/tasks:generate-tasks`): Leverage advanced reasoning for complex decomposition, dependency mapping, and scope optimization
75
-
76
- ### ⚡ Use Fast Models for Execution
77
- - **Blueprint Execution** (`/tasks:execute-blueprint`): Switch to faster, cost-effective models (Gemini 2.0 Flash, Claude Haiku) for task execution
78
- - **Individual Tasks**: Sub-agents can also choose to use simpler models since most complexity is resolved during planning
79
-
80
- ### 💡 Why This Works
81
- The heavy cognitive lifting happens during plan creation and task generation. By the time you reach execution, the blueprint documents are detailed and specific enough that simpler models can reliably implement them. This approach can **reduce your AI costs** and be **significantly faster** compared to using premium models for all phases.
82
-
83
- _The more complex your project, the greater the savings._
84
22
 
85
23
  ## 🚀 Quick Start
86
24
 
@@ -180,12 +118,4 @@ Review and tweak the `.ai/task-manager/TASK_MANAGER.md` and `.ai/task-manager/co
180
118
 
181
119
  ## 📄 License
182
120
 
183
- ⚖️ **Proprietary Software with Revocation Rights.**
184
-
185
- This software is free to use, run, and operate for any lawful purposes. The
186
- author can revoke the license to use it at any time and by any reason. A license
187
- revocation notice may be provided through:
188
-
189
- - 📧 Direct communication to known users
190
- - 📢 Public announcement on the project repository
191
- - 📝 Update to the LICENSE file
121
+ ⚖️ **Open Source MIT License**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e0ipso/ai-task-manager",
3
- "version": "1.5.0",
3
+ "version": "1.6.1",
4
4
  "description": "Task management for AI coding assistants",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -20,6 +20,15 @@ If no user input is provided stop immediately and show an error message to the u
20
20
 
21
21
  ### Process
22
22
 
23
+ Use your internal Todo task tool to track the plan generation. Example:
24
+
25
+ - [ ] User input and context analysis
26
+ - [ ] Clarification questions
27
+ - [ ] Plan generation: Executive Summary
28
+ - [ ] Plan generation: Detailed Steps
29
+ - [ ] Plan generation: Risk Considerations
30
+ - [ ] Plan generation: Success Metrics
31
+
23
32
  #### Step 1: Context Analysis
24
33
  Before creating any plan, analyze the user's request for:
25
34
  - **Objective**: What is the end goal?
@@ -35,15 +44,17 @@ If any critical context is missing:
35
44
  2. Ask targeted follow-up questions grouped by category
36
45
  3. Wait for user responses before proceeding to planning
37
46
  4. Frame questions clearly with examples when helpful
38
- 5. Be extra cautious. Users miss important context very often. Extract it from them
47
+ 5. Be extra cautious. Users miss important context very often. Don't hesitate to ask for clarifications.
39
48
 
40
49
  Example clarifying questions:
41
- - "What is your primary goal with [specific aspect]?"
42
- - "Do you have any existing [resources/code/infrastructure] I should consider?"
43
- - "What is your timeline for completing this?"
44
- - "Are there specific constraints I should account for?"
45
- - "Do you want me to write tests for this?"
46
- - "Are there other systems, projects, or modules that perform a similar task?"
50
+ - "Q: What is your primary goal with [specific aspect]?"
51
+ - "Q: Do you have any existing [resources/code/infrastructure] I should consider?"
52
+ - "Q: What is your timeline for completing this?"
53
+ - "Q: Are there specific constraints I should account for?"
54
+ - "Q: Do you want me to write tests for this?"
55
+ - "Q: Are there other systems, projects, or modules that perform a similar task?"
56
+
57
+ Try to answer your own questions first by inspecting the codebase, docs, and assistant documents like CLAUDE.md, GEMINI.md, AGENTS.md ...
47
58
 
48
59
  #### Step 3: Plan Generation
49
60
  Only after confirming sufficient context, create a plan that includes:
@@ -54,14 +65,7 @@ Only after confirming sufficient context, create a plan that includes:
54
65
 
55
66
  Remember that a plan needs to be reviewed by a human. Be concise and to the point. Also, include mermaid diagrams to illustrate the plan.
56
67
 
57
- ### Important Notes
58
- - Never generate a partial or assumed plan without adequate context
59
- - Prioritize accuracy over speed
60
- - Consider both technical and non-technical aspects
61
- - Adapt the plan format based on the task type (development, design, research, etc.)
62
- - DO NOT create or list any tasks or phases during the plan creation. This will be done in a later step. Stick to writing the PRD (Project Requirements Document).
63
-
64
- ### Scope Control Guidelines
68
+ ##### Scope Control Guidelines
65
69
  **Critical: Implement ONLY what is explicitly requested**
66
70
 
67
71
  - **Minimal Viable Implementation**: Build exactly what the user asked for, nothing more
@@ -79,7 +83,7 @@ Remember that a plan needs to be reviewed by a human. Be concise and to the poin
79
83
 
80
84
  **When in doubt, ask**: "Is this feature explicitly mentioned in the user's request?"
81
85
 
82
- ### Simplicity Principles
86
+ ##### Simplicity Principles
83
87
  **Favor maintainability over cleverness**
84
88
 
85
89
  - **Simple Solutions First**: Choose the most straightforward approach that meets requirements
@@ -91,23 +95,23 @@ Remember that a plan needs to be reviewed by a human. Be concise and to the poin
91
95
 
92
96
  **Remember**: A working simple solution is better than a complex "perfect" one.
93
97
 
94
- ### Output Format
98
+ ##### Output Format
95
99
  Structure your response as follows:
96
100
  - If context is insufficient: List specific clarifying questions
97
101
  - If context is sufficient: Provide the comprehensive plan using the structure above. Use the information in @TASK_MANAGER.md for the directory structure and additional information about plans.
98
102
 
99
103
  Outside the plan document, be **extremely** concise. Just tell the user that you are done, and instruct them to review the plan document.
100
104
 
101
- #### Plan Template
105
+ ###### Plan Template
102
106
 
103
107
  Use the template in @.ai/task-manager/config/templates/PLAN_TEMPLATE.md
104
108
 
105
- #### Patterns to Avoid
109
+ ###### Patterns to Avoid
106
110
  Do not include the following in your plan output.
107
111
  - Avoid time estimations
108
112
  - Avoid task lists and mentions of phases (those are things we'll introduce later)
109
113
 
110
- #### Frontmatter Structure
114
+ ###### Frontmatter Structure
111
115
 
112
116
  Example:
113
117
  ```yaml
@@ -142,6 +146,13 @@ The schema for this frontmatter is:
142
146
  }
143
147
  ```
144
148
 
149
+ ### Critical Notes
150
+ - Never generate a partial or assumed plan without adequate context
151
+ - Prioritize accuracy over speed
152
+ - Consider both technical and non-technical aspects
153
+ - Use the plan template in .ai/task-manager/config/templates/PLAN_TEMPLATE.md
154
+ - DO NOT create or list any tasks or phases during the plan creation. This will be done in a later step. Stick to writing the PRD (Project Requirements Document).
155
+
145
156
  ### Plan ID Generation
146
157
 
147
158
  **Auto-generate the next plan ID:**
@@ -24,10 +24,23 @@ If the plan does not exist, or the plan does not have an execution blueprint sec
24
24
 
25
25
  ## Execution Process
26
26
 
27
+ Use your internal Todo task tool to track the execution of all phases, and the final update of the plan with the summary. Example:
28
+
29
+ - [ ] Create feature branch from the main branch.
30
+ - [ ] Phase 1: Execute 1 task(s) in parallel.
31
+ - [ ] Execute POST_PHASE.md hook after Phase 1.
32
+ - [ ] Phase 2: Execute 3 task(s) in parallel.
33
+ - [ ] Execute POST_PHASE.md hook after Phase 2.
34
+ - [ ] Phase 3: Execute 1 task(s) in parallel.
35
+ - [ ] Execute POST_PHASE.md hook after Phase 3.
36
+ - [ ] Update the Plan 7 with execution summary, and the archive it.
37
+
27
38
  ### Phase Pre-Execution
28
39
 
29
40
  Before starting execution check if you are in the `main` branch. If so, create a git branch to work on this blueprint use the plan name for the branch name.
30
41
 
42
+ If there are unstaged changes in the `main` branch, do not create a feature branch.
43
+
31
44
  ### Phase Execution Workflow
32
45
 
33
46
  1. **Phase Initialization**
@@ -6,6 +6,15 @@ description: Execute a single task with dependency validation and status managem
6
6
 
7
7
  You are responsible for executing a single task within a plan while maintaining strict dependency validation and proper status management. Your role is to ensure the task is ready for execution, deploy the appropriate agent, and track execution progress.
8
8
 
9
+ Use your internal Todo task tool to track the execution of all parts of the task, and the final update of noteworthy items during execution. Example:
10
+
11
+ - [ ] Validate task: file, status, and dependencies.
12
+ - [ ] Select the most appropriate sub-agent.
13
+ - [ ] Set task status to in-progress.
14
+ - [ ] Delegate task implementation to the sub-agent.
15
+ - [ ] Update task status to completed or failed.
16
+ - [ ] Update the task file with noteworthy events during execution.
17
+
9
18
  ## Critical Rules
10
19
 
11
20
  1. **Never skip dependency validation** - Task execution requires all dependencies to be completed