https://github.com/e0ipso/ai-task-manager
Task management for AI coding assistants
https://github.com/e0ipso/ai-task-manager
agents ai claude-code code-generation codex coding-assistant gemini-cli opencode
Last synced: about 15 hours ago
JSON representation
Task management for AI coding assistants
- Host: GitHub
- URL: https://github.com/e0ipso/ai-task-manager
- Owner: e0ipso
- License: mit
- Created: 2025-09-02T08:25:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-12-29T15:10:39.000Z (23 days ago)
- Last Synced: 2026-01-01T19:02:41.461Z (20 days ago)
- Topics: agents, ai, claude-code, code-generation, codex, coding-assistant, gemini-cli, opencode
- Language: TypeScript
- Homepage: https://mateuaguilo.com/ai-task-manager/
- Size: 18.7 MB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# 🤖 AI Task Manager
[](https://www.npmjs.com/package/@e0ipso/ai-task-manager)
[](https://opensource.org/licenses/MIT)

**Extensible AI-powered task management with customizable workflows and structured development processes.**
Transform complex AI prompts into organized, executable workflows through customizable hooks, templates, and progressive refinement. Works seamlessly within your existing AI subscriptions for Claude Code, Gemini CLI, and Open Code.
## 🚀 Quick Start
```bash
# Initialize for your preferred AI assistant
npx @e0ipso/ai-task-manager init --assistants claude
npx @e0ipso/ai-task-manager init --assistants cursor
npx @e0ipso/ai-task-manager init --assistants gemini
npx @e0ipso/ai-task-manager init --assistants opencode
npx @e0ipso/ai-task-manager init --assistants codex
npx @e0ipso/ai-task-manager init --assistants github
# Or configure multiple assistants
npx @e0ipso/ai-task-manager init --assistants claude,cursor,gemini,opencode,codex,github
```
## ✨ Key Benefits
- **🔧 Fully Customizable**: Tailor hooks, templates, and workflows to your project's specific needs
- **🎯 Extensible Architecture**: Add custom validation gates, quality checks, and workflow patterns
- **📋 Structured Workflows**: Three-phase progressive refinement with validation gates
- **🔄 Plan Mode Integration**: Enhance existing AI assistant features with structured task management
- **📊 Plan Inspection & Management**: View progress, archive completed work, and manage plans via CLI
- **💰 Works Within Subscriptions**: No additional API keys or costs required
## 📖 Documentation
### 🌐 **[Complete Documentation →](https://mateuaguilo.com/ai-task-manager/)**
Comprehensive guides covering:
- Installation and configuration
- Customization with hooks and templates
- Workflow patterns and best practices
- Architecture and design principles
## 🔄 Workflow Preview
**Automated Workflow (Recommended for Beginners):**
```bash
/tasks:full-workflow Create user authentication system
```
**Manual Workflow (Full Control):**
1. **📝 Create a plan** → `/tasks:create-plan Create user authentication system`
2. **🔍 Refine the plan** → `/tasks:refine-plan 1` (have a second assistant review the plan, ask clarifying questions, and update the document before tasks are created)
3. **📋 Generate tasks** → `/tasks:generate-tasks 1`
4. **🚀 Execute blueprint** → `/tasks:execute-blueprint 1`
5. **📊 Monitor progress** → `npx @e0ipso/ai-task-manager status`
6. **🗂️ Manage plans** → `npx @e0ipso/ai-task-manager plan show 1`
## 🤖 Supported Assistants
| Assistant | Interface | Setup Time |
|-----------|-----------|------------|
| 🎭 **Claude** | [claude.ai/code](https://claude.ai/code) | < 30 seconds |
| 🖱️ **Cursor** | Cursor IDE | < 30 seconds |
| 💎 **Gemini** | Gemini CLI | < 30 seconds |
| 📝 **Open Code** | Open source | < 30 seconds |
| 🔮 **Codex** | Codex CLI | < 30 seconds |
| 🐙 **GitHub Copilot** | VS Code / JetBrains IDEs | < 30 seconds |
## 📄 License
MIT License - Open source and free to use.