follow-up-tasks

Categorize completed project tasks and propose up to three linked follow-ups.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/Gundlapuriswathiii006/AI_TICKET_SYSTEM_TEAM --skill follow-up-tasks-gundlapuriswathiii006
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: follow-up-tasks
Source: https://github.com/Gundlapuriswathiii006/AI_TICKET_SYSTEM_TEAM/tree/main/.local/skills/follow-up-tasks
Command: npx skills add https://github.com/Gundlapuriswathiii006/AI_TICKET_SYSTEM_TEAM --skill follow-up-tasks-gundlapuriswathiii006

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of proposing follow-up tasks before marking a task as complete, ensuring no critical steps are overlooked.

Core Features & Use Cases

  • Task Follow-Up Proposal: Propose up to 3 follow-up tasks for each completed task.
  • Task Categorization: Categorize tasks into 'incomplete_scope', 'next_steps', 'tech_debt', or 'test_gaps'.
  • User-Friendly Titles: Generate clear, non-technical titles for tasks.
  • Integration: Links follow-ups to the parent task for correct task hierarchy.
  • One-Shot Proposal: Ensures that follow-ups are proposed only once per task.

Quick Start

Use the follow-up-tasks skill to propose follow-up tasks for your current project by calling proposeFollowUpTasks.

Frequently Asked Questions about follow-up-tasks

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

FAQPage Schema
How do I automate follow-up task proposals for project management?

Automating follow-up task proposals involves identifying and categorizing completed tasks, then generating up to 3 linked follow-up tasks. This ensures no critical project workflow steps are overlooked before marking a task complete.

What categories are used when proposing follow-up tasks?

Follow-up tasks are categorized into 'incomplete_scope', 'next_steps', 'tech_debt', or 'test_gaps'. This classification helps identify specific areas requiring further action within the project workflow.

Do I need Python to automate task categorization for project completion?

Yes, Python is required for task management and categorization. The scripts component executes the logic to identify task gaps, propose follow-ups, and link them to the parent task.

Can I generate non-technical titles for project follow-up tasks?

Yes, the task follow-up proposal mechanism generates clear, non-technical titles for tasks. This ensures that proposed follow-ups are user-friendly and easily understood across the project team.

How many follow-up tasks are proposed for a single parent task?

The system proposes up to 3 follow-up tasks per completed parent task. It ensures one-shot proposals, meaning follow-ups are generated only once per task to prevent duplicate task entries.

How are follow-up tasks linked to the parent task in project workflow?

Follow-up tasks are linked directly to the parent task to maintain a correct task hierarchy. This integration ensures that proposed next steps, tech debt, and test gaps are properly tracked under their originating task.