Classify Capture

Classify stream-of-consciousness capture text into actionable backlog items or no-op payloads.

54|7|Updated Sep 19, 2021
One-click install
npx skills add https://github.com/Vrooli/Vrooli --skill classify-capture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Classify Capture
Source: https://github.com/Vrooli/Vrooli/tree/main/scenarios/prompt-manager/store/skills/packs/core/swarm-manager-classify-capture
Command: npx skills add https://github.com/Vrooli/Vrooli --skill classify-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts raw stream-of-consciousness capture text into structured backlog ideas or a clear no-op so teams do not waste time on greetings, tests, or gibberish captures.

Core Features & Use Cases

  • Actionable extraction: Identifies every distinct task within a capture and assigns a kind, title, description, priority, tags, and confidence.
  • No-op detection: Recognizes unactionable text and returns an empty items array to avoid creating meaningless backlog noise.
  • Workflow integration: Writes classification.json and flips capture.json to classified status so the capture folder reflects completed triage and supports downstream backlog planning.

Quick Start

Tell the skill to process the current capture text so it outputs classification.json and marks capture.json as classified.

Frequently Asked Questions about Classify Capture

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

FAQPage Schema
How do I convert stream-of-consciousness capture text into actionable backlog items?

To convert stream-of-consciousness capture text into actionable backlog items, the skill parses raw input and assigns a kind, title, description, priority, tags, and confidence to each distinct task. It outputs structured backlog suggestions while writing classification.json.

How does no-op detection work for unactionable capture text triage?

No-op detection for unactionable capture text triage works by recognizing greetings, tests, or gibberish and returning an empty items array. This prevents meaningless backlog noise from unactionable phrases entering your workflow.

What is the best way to automate capture folder workflows for backlog triage?

The best way to automate capture folder workflows for backlog triage is to process raw user input, write classification.json with backlog suggestions, and update capture.json to a classified status to support downstream planning.

Can I use this skill to triage raw user input without creating meaningless backlog noise?

Yes, you can use this skill to triage raw user input without creating meaningless backlog noise. It distinguishes actionable versus unactionable phrases, returning an empty no-op payload for unactionable text to keep your backlog clean.

Does this backlog triage process require guideline-driven assignment for classification?

Yes, this backlog triage process requires guideline-driven assignment to classify capture text accurately. It uses guidelines to assign kind, title, description, priority, tags, and confidence to each extracted task.

Why should I classify stream captures before writing classification.json?

You should classify stream captures before writing classification.json to ensure raw user input is properly triaged into structured backlog ideas. This classification step flips capture.json to a classified status, completing the triage workflow.