Claude Code plugin: repo-based task queueing system with categorisation and prioritisation. Scaffolds a planning/ folder, logs tasks, buckets them by category, and hands prioritised work off to the repo's orchestration agent.
Log a new task spec into planning/tasks/in-queue/<category>/ — prompts for title, category, priority, and body.
Ingest a list of tasks in one shot — break the list down into individual task specs and file each one under planning/tasks/in-queue/<category>/ sequentially.
Voice-ingest tasks — user provides an audio file path, Claude transcribes it via an available transcription MCP, then breaks the transcript into individual tasks and files them.
Inject a section describing the task-queuer system, its folder structure, and conventions into the repo's CLAUDE.md so future agents find and use it. Use after init-queue, or when the user asks to register/document the task queue in CLAUDE.md.
Scaffold the task-queuer planning/ folder in the current repo — creates logs, bug-reports, project-decisions, and tasks/{in-queue,holding,done} with category subfolders (bug-resolution, frontend, backend, css, misc). Use when the user asks to set up the task queue, initialise planning, or add task-queuer to this repo.
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A repo-based task queueing system for Claude Code. Scaffolds a planning/ folder inside any repository, logs tasks as markdown specs, categorises and prioritises a backlog, and hands off prioritised work to that repo's orchestration agent.
/task-queuer:add-task — log a single new task spec into planning/tasks/in-queue/<category>/./task-queuer:ingest-tasks — take a list of tasks, break it into individual specs, and file each one sequentially./task-queuer:voice-task — transcribe an audio file via an available transcription MCP, then break the transcript into tasks and file them.task-queuer:init-queue — scaffold the planning/ folder (logs, bug-reports, project-decisions, tasks/{in-queue,done,holding} with category subfolders) in the current repo.task-queuer:document-queue — inject a section describing the queue system, its folder structure, and conventions into the repo's CLAUDE.md.task-queuer:task-curator — sub-agent that categorises loose backlog items into the correct subfolders and prioritises the queue, bucketing related tasks and handing the next batch off to the repo's orchestration agent.planning/
├── logs/
├── bug-reports/
├── project-decisions/
└── tasks/
├── in-queue/
│ ├── bug-resolution/
│ ├── frontend/
│ ├── backend/
│ ├── css/
│ └── misc/
├── holding/
│ └── {same subfolders}
└── done/
└── {same subfolders}
claude plugins marketplace add danielrosehill/Claude-Code-Plugins
claude plugins install task-queuer@danielrosehill
task-queuer:init-queue once per repo to scaffold planning/.task-queuer:document-queue to announce the system in CLAUDE.md so future agents find it./task-queuer:add-task to file tasks as you think of them.task-curator agent to tidy, prioritise, bucket, and hand off.MIT
npx claudepluginhub danielrosehill/claude-code-plugins --plugin task-queuerComprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Claude Code plugin: ideation and planning workflow — capture, evaluate, rank, simulate, and plan ideas, with ideation/single-idea-eval/multi-idea-ranking/feature-ideas/simulation/idea-capture variants.
First-pass data analysis toolkit: correlations, PII flagging, anomalies, hypothesis tests, data dictionaries, and trend analysis on a dataset in a folder.
Claude Code plugin for generating personal user manuals and private documentation for codebases. Creates personalized, private reference guides with PDF output support.
Research, filter, compare, and evaluate AI models on OpenRouter — discover models by capability (tool use, vision, audio), get cost/context-aware recommendations, run head-to-head comparisons, and conduct deep research that goes beyond the OpenRouter catalog.
Claude Code plugin for writing assistance, proofreading, style editing, and text transformation workflows.