{"id":31040094,"url":"https://github.com/e0ipso/ai-task-manager","last_synced_at":"2026-03-06T17:08:05.599Z","repository":{"id":313579158,"uuid":"1048925367","full_name":"e0ipso/ai-task-manager","owner":"e0ipso","description":"Task management for AI coding assistants","archived":false,"fork":false,"pushed_at":"2026-02-27T08:07:06.000Z","size":19958,"stargazers_count":12,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-27T13:53:09.934Z","etag":null,"topics":["agents","ai","claude-code","code-generation","codex","coding-assistant","gemini-cli","opencode"],"latest_commit_sha":null,"homepage":"https://mateuaguilo.com/ai-task-manager/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/e0ipso.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-09-02T08:25:45.000Z","updated_at":"2026-02-27T08:07:08.000Z","dependencies_parsed_at":"2025-09-07T03:35:14.657Z","dependency_job_id":"03354139-5026-42a8-b53c-390d4f0e3925","html_url":"https://github.com/e0ipso/ai-task-manager","commit_stats":null,"previous_names":["e0ipso/ai-task-manager"],"tags_count":65,"template":false,"template_full_name":null,"purl":"pkg:github/e0ipso/ai-task-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e0ipso%2Fai-task-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e0ipso%2Fai-task-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e0ipso%2Fai-task-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e0ipso%2Fai-task-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e0ipso","download_url":"https://codeload.github.com/e0ipso/ai-task-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e0ipso%2Fai-task-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30186781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","ai","claude-code","code-generation","codex","coding-assistant","gemini-cli","opencode"],"created_at":"2025-09-14T08:07:26.975Z","updated_at":"2026-03-06T17:08:05.547Z","avatar_url":"https://github.com/e0ipso.png","language":"TypeScript","readme":"# 🤖 AI Task Manager\n\n[![npm version](https://img.shields.io/npm/v/@e0ipso/ai-task-manager.svg)](https://www.npmjs.com/package/@e0ipso/ai-task-manager)\n[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\n![Dashboard](./docs/img/dashboard.svg)\n\n**Extensible AI-powered task management with customizable workflows and structured development processes.**\n\nTransform 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.\n\n## 🚀 Quick Start\n\n```bash\n# Initialize for your preferred AI assistant\nnpx @e0ipso/ai-task-manager init --assistants claude\nnpx @e0ipso/ai-task-manager init --assistants cursor\nnpx @e0ipso/ai-task-manager init --assistants gemini\nnpx @e0ipso/ai-task-manager init --assistants opencode\nnpx @e0ipso/ai-task-manager init --assistants codex\nnpx @e0ipso/ai-task-manager init --assistants github\n\n# Or configure multiple assistants\nnpx @e0ipso/ai-task-manager init --assistants claude,cursor,gemini,opencode,codex,github\n```\n\n## ✨ Key Benefits\n\n- **🔧 Fully Customizable**: Tailor hooks, templates, and workflows to your project's specific needs\n- **🎯 Extensible Architecture**: Add custom validation gates, quality checks, and workflow patterns\n- **📋 Structured Workflows**: Three-phase progressive refinement with validation gates\n- **🔄 Plan Mode Integration**: Enhance existing AI assistant features with structured task management\n- **📊 Plan Inspection \u0026 Management**: View progress, archive completed work, and manage plans via CLI\n- **💰 Works Within Subscriptions**: No additional API keys or costs required\n\n## 📖 Documentation\n\n### 🌐 **[Complete Documentation →](https://mateuaguilo.com/ai-task-manager/)**\n\nComprehensive guides covering:\n- Installation and configuration\n- Customization with hooks and templates\n- Workflow patterns and best practices\n- Architecture and design principles\n\n## 🔄 Workflow Preview\n\n**Automated Workflow (Recommended for Beginners):**\n```bash\n/tasks:full-workflow Create user authentication system\n```\n\n**Manual Workflow (Full Control):**\n1. **📝 Create a plan** → `/tasks:create-plan Create user authentication system`\n2. **🔍 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)\n3. **📋 Generate tasks** → `/tasks:generate-tasks 1`\n4. **🚀 Execute blueprint** → `/tasks:execute-blueprint 1`\n5. **📊 Monitor progress** → `npx @e0ipso/ai-task-manager status`\n6. **🗂️ Manage plans** → `npx @e0ipso/ai-task-manager plan show 1`\n\n## 🤖 Supported Assistants\n\n| Assistant | Interface | Setup Time |\n|-----------|-----------|------------|\n| 🎭 **Claude** | [claude.ai/code](https://claude.ai/code) | \u003c 30 seconds |\n| 🖱️ **Cursor** | Cursor IDE | \u003c 30 seconds |\n| 💎 **Gemini** | Gemini CLI | \u003c 30 seconds |\n| 📝 **Open Code** | Open source | \u003c 30 seconds |\n| 🔮 **Codex** | Codex CLI | \u003c 30 seconds |\n| 🐙 **GitHub Copilot** | VS Code / JetBrains IDEs | \u003c 30 seconds |\n\n## 📄 License\n\nMIT License - Open source and free to use.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe0ipso%2Fai-task-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe0ipso%2Fai-task-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe0ipso%2Fai-task-manager/lists"}