npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@e0ipso/ai-task-manager

v1.34.0

Published

Task management for AI coding assistants

Downloads

1,160

Readme

🤖 AI Task Manager

npm version License

Dashboard

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

# 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 →

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):

/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 progressnpx @e0ipso/ai-task-manager status
  6. 🗂️ Manage plansnpx @e0ipso/ai-task-manager plan show 1

🤖 Supported Assistants

| Assistant | Interface | Setup Time | |-----------|-----------|------------| | 🎭 Claude | 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.