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

agileflow

v3.4.0

Published

AI-driven agile development system for Claude Code, Cursor, Windsurf, and more

Readme

npm version Commands Agents/Experts Skills

AI-driven agile development for Claude Code, Cursor, Windsurf, OpenAI Codex, and more. Combining Scrum, Kanban, ADRs, and docs-as-code principles into one framework-agnostic system.


Quick Start

npx agileflow@latest setup

The npx command always fetches the latest version.

Updates: npx agileflow@latest update

/agileflow:help              # View all commands
/agileflow:babysit           # Interactive mentor for implementation
/agileflow:configure         # Configure hooks, status line, etc.

Supported IDEs

| IDE | Status | Config Location | |-----|--------|-----------------| | Claude Code | Supported | .claude/commands/agileflow/ | | Cursor | Supported | .cursor/commands/agileflow/ | | Windsurf | Supported | .windsurf/workflows/agileflow/ | | OpenAI Codex | Supported | .codex/skills/ and ~/.codex/prompts/ |


Why AgileFlow?

Traditional project management tools create friction between planning and execution. AgileFlow eliminates this gap by embedding project management directly into your AI-assisted coding workflow.

  • No context switching - Manage epics, stories, and status without leaving your terminal
  • AI-native workflows - Purpose-built for Claude Code's capabilities
  • Docs-as-code - All project artifacts live in your repository as plain text
  • Intelligent agents - 55 specialized AI agents for different domains
  • Framework-agnostic - Works with any tech stack

Core Components

| Component | Count | Description | |-----------|-------|-------------| | Commands | 124 | Slash commands for agile workflows | | Agents/Experts | 111 | Specialized agents with self-improving knowledge bases | | Skills | Dynamic | Browse and install from skills.sh marketplace via /agileflow:skill:recommend |


Features

| Feature | Description | Docs | |---------|-------------|------| | Agent Expertise | Self-improving agents that maintain domain knowledge | Learn more | | Agent Teams | Multi-domain expert coordination with quality gates | Learn more | | Skills System | Browse and install skills from the skills.sh marketplace | Learn more | | Parallel Sessions | Isolated workspaces with boundary protection | Learn more | | Loop Mode | Autonomous story execution until epic completion | Learn more | | AI Council | Three-perspective strategic decision analysis | Learn more | | Logic Audit | Multi-agent logic bug detection with consensus voting | Learn more | | Damage Control | Block destructive commands with PreToolUse hooks | Learn more | | Smart Detection | Contextual feature recommendations with 42 detectors | Learn more | | Visual Mode | Screenshot verification for UI development | Learn more | | Context Preservation | Preserve state during automatic context compaction | Learn more | | Research Pipeline | Structured research workflow with synthesis | Learn more | | Automations | Scheduled recurring tasks without a daemon | Learn more | | Tmux Integration | Multi-window terminal sessions with keybindings and status bar | Learn more | | IDE Integrations | Claude Code, Cursor, Windsurf, OpenAI Codex support | Learn more |

See the full features overview for details.


Examples

# Create an epic
/agileflow:epic EPIC=EP-0001 TITLE="User Authentication" OWNER=AG-API GOAL="Secure login"

# Work on a story
/agileflow:babysit

# Multi-expert analysis
/agileflow:multi-expert Is this authentication implementation secure?

# AI Council for strategic decisions
/agileflow:council Should we use microservices or a monolith?

# Parallel sessions
/agileflow:session:new

Documentation

Full documentation at docs.agileflow.projectquestorg.com.

| Section | Link | |---------|------| | Getting Started | docs.agileflow.projectquestorg.com/docs/getting-started | | Installation | docs.agileflow.projectquestorg.com/docs/installation | | Commands | docs.agileflow.projectquestorg.com/docs/commands | | Agents | docs.agileflow.projectquestorg.com/docs/agents | | Features | docs.agileflow.projectquestorg.com/docs/features |


License

MIT

Support