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

@taskforcehq/taskforce

v0.3.324

Published

Shared task and planning workspace for humans collaborating with AI (public beta)

Readme

Taskforce

Taskforce is a shared task and planning workspace for humans collaborating with AI.

It brings tasks, planning, document review, image review, and AI access into one place so people and AI collaborators can work from the same source of truth.

Taskforce is currently in beta and under active development.

Install Taskforce

Install Taskforce once, then run it from any folder, workspace, or project:

npm install --global @taskforcehq/taskforce

Then open Taskforce from the folder, workspace, or project you want to manage:

taskforce open

You can also install with Homebrew:

brew tap taskforcehq/tap
brew install taskforce

The npm package page may show npm i @taskforcehq/taskforce, but most users should include --global so the taskforce command is available from the terminal.

Update Taskforce

If you installed with npm:

npm update --global @taskforcehq/taskforce

If you installed with Homebrew:

brew upgrade taskforce

Get Started

Go to the folder you want Taskforce to manage, then run:

taskforce open

Taskforce opens in your browser and stores workspace data in that folder, under .taskforce/.

Updating or uninstalling Taskforce does not remove your workspace data.

To confirm which workspace Taskforce is using:

taskforce status

To connect a local AI client through MCP, start the MCP server from the same workspace:

taskforce mcp

What Taskforce Includes

Task Management

  • Tasks with title, description, status, priority, type, category, assignee, due date, scheduled date, and checklist support
  • Custom workspace taxonomy for categories, types, priorities, approaches, and complexity
  • Task comments and task attachments
  • Schedule board for planning work by day
  • Archive and restore flows for completed or cancelled work

Planning

  • Initiatives, workstreams, tasks, and checklists
  • Workstream and initiative assignment for tasks
  • Initiative templates for reusable planning structures such as launches, migrations, and incident response

AI Collaboration

  • Built-in MCP access for AI clients
  • AI profiles and task ownership for agent collaborators
  • Tools for agents to read and update tasks, planning entities, documents, image reviews, schedules, and attachments
  • Local MCP support for clients such as Codex, Claude Code CLI, and Gemini CLI
  • Cloud MCP access for hosted remote clients

Document And Image Review

  • Document review sessions with threaded comments
  • Image Notes for visual review with saved annotation sessions and markers
  • AI-assisted document and image review workflows

Sync And Hosted Workspaces

  • Local workspace data for private, machine-local use
  • Hosted workspaces for cloud-backed collaboration
  • Workspace sync between local and cloud environments
  • Account, auth, and billing flows for hosted usage

MCP

Taskforce includes built-in MCP support so AI clients can work directly with your workspace.

Local MCP is for AI clients running on the same machine as your workspace. It does not require a cloud token.

Cloud MCP is for hosted remote clients and uses token-based access.

Uninstall Taskforce

If you installed with npm:

npm uninstall --global @taskforcehq/taskforce

If you installed with Homebrew:

brew uninstall taskforce

Your workspace data remains in each workspace's .taskforce/ directory.

Requirements

  • Node.js 20+
  • npm, or Homebrew on macOS

Support

Taskforce is in beta. For issues and feedback, use GitHub Issues:

https://github.com/taskforcehq/taskforce/issues

Status

Taskforce is in active beta development. This README describes the user-facing capabilities that are ready to try today.