idea-queue-capture

Capture user ideas into a shared work queue with type and priority.

6|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/CleanExpo/ATO --skill idea-queue-capture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: idea-queue-capture
Source: https://github.com/CleanExpo/ATO/tree/main/.agent/skills/idea-queue-capture
Command: npx skills add https://github.com/CleanExpo/ATO --skill idea-queue-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides fast, interruption-free idea capture for the autonomous work queue system. It follows Matt Maher's "do-work" pattern where one Claude instance (Capture) collects ideas while another instance (Work) executes them.

Core Features & Use Cases

  • Fast capture: capture ideas without planning or validation.
  • Intelligent grouping: groups related ideas into a single queue item when appropriate.
  • Auto-detection: infers queue item type (bug, feature, improvement) and priority based on context.
  • Queue handoff: hands queued items to a Senior PM agent for validation and routing.
  • Use Case: A user submits several related UX improvements and a bug report; they are captured, grouped, and queued for validation without interrupting current work.

Quick Start

To capture an idea, say a message like "Add dark mode toggle to settings" and trigger the capture flow with /capture-idea.

Frequently Asked Questions about idea-queue-capture

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture product ideas quickly without interrupting my workflow?

You can capture ideas without interrupting your workflow by using a fast capture path that logs entries into a shared work queue. This method skips planning and validation, storing full context in the queue payload for later processing.

Can I automatically categorize and prioritize backlog items in a work queue?

Yes, you can automatically categorize and prioritize backlog items in a work queue. The capture mechanism analyzes your input to infer the type (bug, feature, improvement) and priority based on context before creating queue items.

What is the best way to group related UX improvements and bug reports together?

The best way to group related UX improvements and bug reports is using intelligent grouping during idea capture. This process analyzes input to combine related submissions into a single queue item for a Senior PM to validate.

Does idea queue capture validate new features before adding them to the backlog?

Idea queue capture does not validate new features directly. It follows a fast capture path with no planning, creating queue items that a Senior PM agent later validates and routes.

How do I trigger the idea capture flow to submit a new feature request?

To trigger the idea capture flow and submit a new feature request, state your request like 'Add dark mode toggle' and use the capture command. This logs the idea into the work queue without execution.