planning-task-classifier

Classify task descriptions into bug, feature, refactor, or migration types.

32|7|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/OzeroHAX/AssistAgents --skill planning-task-classifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-task-classifier
Source: https://github.com/OzeroHAX/AssistAgents/tree/main/templates/skills/planning/task-classifier
Command: npx skills add https://github.com/OzeroHAX/AssistAgents --skill planning-task-classifier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the classification of tasks into types like bug, feature, refactor, or migration, ensuring that planning efforts are correctly focused on the specific needs of each task type.

Core Features & Use Cases

  • Task Type Identification: Accurately determines if a task is a bug, feature, refactor, or migration based on provided descriptions and artifacts.
  • Planning Focus Guidance: Specifies what aspects of planning are most critical for the identified task type (e.g., confirming repro for bugs, clear AC for features).
  • Use Case: When a new user story is submitted, this Skill can automatically classify it as a 'feature' and highlight the need for clear acceptance criteria and out-of-scope definitions in the subsequent planning phase.

Quick Start

Classify the following task description: "The user login button is not responding when clicked."

Frequently Asked Questions about planning-task-classifier

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

FAQPage Schema
How do I classify software development tasks into bug, feature, refactor, or migration categories?

To classify software development tasks, analyze task descriptions to identify signals that categorize them as bug, feature, refactor, or migration. This classification highlights key planning focuses like repro confirmation for bugs or acceptance criteria for features.

What is the best way to identify planning focus areas for a refactoring task?

The best way to identify planning focus areas for a refactoring task is to classify it through task type identification. This highlights critical planning elements specific to refactoring, ensuring behavior preservation is maintained throughout the process.

How do I determine if a user story is a feature or a bug triage item?

You can determine if a user story is a feature or a bug triage item by analyzing signals within the provided task description. The classifier justifies the classification and specifies if acceptance criteria or repro confirmation is needed.

When do I need task classification for software migration planning?

You need task classification for software migration planning when you must ensure data integrity during the process. Classifying the task as a migration highlights this critical planning element, guiding your focus to the specific needs of data preservation.

Can I use task type identification for bug triage and feature planning simultaneously?

Yes, you can use task type identification for bug triage and feature planning simultaneously. It categorizes incoming tasks into predefined types and outputs the specific planning focus required for each classification, streamlining the triage process.

What task classification limitations exist when analyzing brief user stories?

Task classification limitations arise when brief user stories lack sufficient signals to definitively categorize them as a bug, feature, refactor, or migration. The classifier relies on analyzing specific signals within the input to justify its categorization.