By hhopkins2
Manage project initiatives, todos, and ideas in a structured workspace
Log a work session for an initiative
Capture a new idea in the project tracker workspace
Create a new initiative in the project tracker workspace
Create a new todo item in the project tracker workspace
Record an architecture or design decision for an initiative
Uses power tools
Uses Bash, Write, or Edit tools
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A dual-interface project tracking system - web app for humans, plugin for AI agents.
npm install -g @hhopkins/project-tracker
# Start with default workspace (./workspace)
project-tracker
# Start with custom workspace path
project-tracker ./my-project
# Start with auto-open browser
project-tracker --open
# Development mode with hot reloading
project-tracker --dev
# Specify port
project-tracker --port 3000
| Option | Description |
|---|---|
--dev | Run in development mode with hot reloading |
--port, -p | Specify port number (default: auto-find starting at 4600) |
--open | Automatically open browser after starting |
--help, -h | Show help message |
workspace/
├── initiatives/
│ ├── active/ # Currently active initiatives
│ ├── backlog/ # Planned initiatives
│ └── completed/ # Finished initiatives
├── todos/ # Task files
└── ideas/ # Idea files
MIT
npx claudepluginhub p/hhopkins95-project-tracker-plugins-project-tracker-2Auto-loads documentation into AI agent context based on frontmatter configuration
Multi-project context management: switch projects, save/load sessions. Designed for non-CLI interfaces (Cowork desktop, Telegram).
A shared knowledge base for developers and AI agents. Provides slash commands to save, load, search, and brainstorm with project planning documents stored in Pad.
Token-efficient project tracking with session pickup/wrapup and multi-project meta-repo support
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns