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

task-plan-v2-dashboard

v2.0.2

Published

TASK-PLAN v2 planning system and Antigravity dashboard package.

Readme

TASK-PLAN v2 Dashboard

TASK-PLAN v2 Dashboard is a public package for making agentic software work reviewable. It combines a Markdown control-document format, an Antigravity/VS Code-style dashboard extension, bilingual docs, templates, demo workspaces, and media that show how multi-agent plans can be tracked from feature gate to verification.

Why this matters

Agentic coding sessions often fail because plans, blockers, test evidence, and review state are scattered across chat history and local files. TASK-PLAN v2 gives maintainers a canonical TASK-PLAN.md contract with explicit status, dependencies, verification commands, approvals, rollback notes, and progress events. The dashboard makes that contract visible enough for a human reviewer to decide whether work is ready, blocked, or still needs evidence.

This is relevant to Codex-style OSS maintenance because it turns agent work into auditable maintainer workflow: issues can map to tasks, tasks can map to checks, and release decisions can be backed by recorded verification rather than chat memory.

Quick start

  1. After npm publication, install the package: npm install task-plan-v2-dashboard.
  2. Read the English guide: docs/en/TASKS-GENERAL-INSTRUCTIONS.md.
  3. Copy templates/TASK-PLAN-v2.template.md into a project as TASK-PLAN.md.
  4. Open one of the demo workspaces in examples/ to see a filled plan.
  5. Inspect the dashboard extension source in extension/task-plan-dashboard/.
  6. Use the bootstrap prompts in prompts/ when asking another coding agent to install or fork this package.

Status: public OSS package, documentation-first, with extension packaging and CI planned as next steps.

Watch Demo

Watch the TASK-PLAN v2 demo

Dashboard Screenshots

TASK-PLAN v2 Arena dashboard in English

TASK-PLAN v2 Arena dashboard in Japanese

Start Here With Any Coding Agent

If you want Codex, Claude Code, Gemini, GLM, Kimi, GitHub Copilot, Qwen, DeepSeek, or a similar coding agent to fork this package or install TASK-PLAN v2 into your own repository, start with these files:

How to use them:

  1. Give your agent one bootstrap prompt.
  2. Give your agent the bootstrap workspace.
  3. Give your agent real runtime inputs:
  • source package path or URL
  • target repository path or URL
  • install mode
  • install scope
  • branch name
  • GitHub auth status
  1. Require the agent to use the bootstrap TASK-PLAN.md as the canonical control document, not an ad hoc checklist.

Expected outcome:

  • a standalone fork or in-repo bootstrap
  • root FEATURE-PREPARATION.md and TASK-PLAN.md installed in the target repository
  • selected templates, docs, prompts, and optional dashboard assets copied into place
  • real verification evidence, and optionally a commit or PR if requested and possible

This folder is a GitHub-ready bundle for publishing the TASK-PLAN v2 planning system, the Antigravity dashboard extension, bilingual docs, demo workspaces, and media.

Current Dashboard Release

The production extension UI is local.task-plan-dashboard-2.0.2.

This release brings the animated demo experience into the real Antigravity / VS Code-compatible extension:

  • Agent Arena with animated role cards
  • interactive dependency graph with zoom, pan, fullscreen, and drag controls
  • improved kanban behavior, including newest-first ordering in the done column
  • floating audio drawer with bundled BGM wiring and Load Playlist upload controls
  • in-panel language switching for en, ru, es, fr, de, zh, and ja
  • stage message overlay above the robot area with a close button

What is included

Docs

  • docs/en/
  • docs/ru/
  • docs/reference/

Templates

  • templates/FEATURE-PREPARATION-CHECKLIST.md
  • templates/TASK-PLAN-v2.template.md
  • templates/CLAUDE-CODE.tasks-projection.md
  • templates/IMPLEMENTATION-PLAN.runtime.md

Skills

  • skills/post-implementation-cleanup/
  • skills/legacy-audit/

The skills layer is authored in English to keep execution semantics stable across Codex, Claude Code, Gemini, and Antigravity, while the surrounding human-facing documentation remains bilingual in docs/en/ and docs/ru/.

Extension source

  • extension/task-plan-dashboard/

This is the repository-safe source version of the local Antigravity dashboard extension.

Examples

  • examples/demo-en/
  • examples/demo-ru/
  • examples/agent-bootstrap/

Demo workspaces include:

  • FEATURE-PREPARATION.md
  • TASK-PLAN.md
  • .task-plan/events.jsonl
  • task artifacts

The bootstrap workspace includes:

  • FEATURE-PREPARATION.md
  • TASK-PLAN.md
  • a usage README.md

Prompts

  • prompts/AGENT-BOOTSTRAP-TASK-PLAN-v2.en.md
  • prompts/AGENT-BOOTSTRAP-TASK-PLAN-v2.ru.md
  • prompts/REMOTION-PROMPT-TASK-PLAN-DASHBOARD.en.md
  • prompts/REMOTION-PROMPT-TASK-PLAN-DASHBOARD.ru.md

Media

  • media/task-plan-dashboard-presentation.mp4
  • media/screenshots/

Recommended repository layout

If you move this bundle into a real repository, keep the structure mostly unchanged:

docs/
  en/
  ru/
  reference/
templates/
skills/
extension/
  task-plan-dashboard/
examples/
  agent-bootstrap/
  demo-en/
  demo-ru/
prompts/
media/

What was intentionally excluded

The following machine-specific files are intentionally not part of this package:

  • ~/.antigravity/extensions/extensions.json
  • ~/.antigravity/extensions/.obsolete
  • Library/Application Support/Antigravity/...
  • local cache files
  • user profile state

Roadmap

  • Package the dashboard extension as a reproducible VSIX build.
  • Add CI for template validation and extension smoke checks.
  • Move large demo media to GitHub Releases if repository size becomes a problem.
  • Add more examples for Codex, Claude Code, and Antigravity workflows.

Main entry points

Start here:

License

MIT, see LICENSE.