follow-up-tasks

Proposes secondary work items categorized bytech debt, gaps, and deferred features for a task tracking API.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/Kirankumar2604/solutionChallenge --skill follow-up-tasks-kirankumar2604
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: follow-up-tasks
Source: https://github.com/Kirankumar2604/solutionChallenge/tree/main/.local/skills/follow-up-tasks
Command: npx skills add https://github.com/Kirankumar2604/solutionChallenge --skill follow-up-tasks-kirankumar2604

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps maintain project momentum by capturing secondary tasks that arise during development without cluttering the current scope.

Core Features & Use Cases

  • Task Categorization: Organizes follow-ups into incomplete scope, next steps, tech debt, or test gaps.
  • Contextual Linking: Automatically links new tasks to the current parent task to maintain a clear project hierarchy.
  • Use Case: While refactoring a database query, you notice a missing index that could improve performance. Use this skill to propose a tech debt task for adding the index without interrupting your current refactoring work.

Quick Start

Propose follow-up tasks by calling the proposeFollowUpTasks function with a list of task objects containing a title, category, and detailed description.

Frequently Asked Questions about follow-up-tasks

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

FAQPage Schema
How do I track technical debt discovered during active development without losing focus?▼

You can track technical debt during active development by proposing secondary work items as follow-up tasks. This categorizes deferred features and testing gaps into a structured hierarchy, keeping them out of the current scope while maintaining project momentum.

What is the best way to organize incomplete project scope items and testing gaps?▼

Organize incomplete scope items and testing gaps by categorizing them as secondary work items. This approach uses contextual linking to automatically map parent-child relationships, ensuring a clear project task hierarchy without cluttering active development.

How do I link newly identified project tasks to an existing parent task hierarchy?▼

Link newly identified tasks to an existing parent task hierarchy by using a task tracking API integration. This automatically establishes parent-child relationship mapping when you propose follow-up tasks, maintaining a structured project hierarchy.

Do I need a task tracking API integration to manage follow-up tasks?▼

Yes, a task tracking API integration is required to manage follow-up tasks. It ensures proper parent-child relationship mapping within your project task hierarchy when categorizing technical debt, testing gaps, and deferred features.

Can I categorize deferred features separately from next steps and tech debt?▼

Yes, you can categorize deferred features separately from next steps and tech debt. Proposed follow-up tasks can be organized into incomplete scope, next steps, tech debt, or test gaps to keep work focused.