follow-up-tasks

Convert current work into categorized follow-up tasks via proposeFollowUpTasks.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/AugustEmna/FlexMatch --skill follow-up-tasks-augustemna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: follow-up-tasks
Source: https://github.com/AugustEmna/FlexMatch/tree/main/.local/skills/follow-up-tasks
Command: npx skills add https://github.com/AugustEmna/FlexMatch --skill follow-up-tasks-augustemna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams capture, categorize, and propose follow-up work derived from a current task, ensuring nothing important is left out and actions are clearly defined.

Core Features & Use Cases

  • Auto-categorize follow-up items into incomplete_scope, next_steps, tech_debt, and test_gaps for clarity and prioritization.
  • Enforce concise, non-technical task titles that are understandable by non-engineers and enable quick execution.
  • Propose up to 3 high-impact follow-up tasks linked to the current task, each with a title, description, and category, using the proposeFollowUpTasks callback to create a traceable task hierarchy.
  • Include relevant file paths and context in descriptions to enable independent handoffs and future audits.

Quick Start

After finishing your task, run proposeFollowUpTasks to suggest 1 to 3 high-impact follow-up tasks that extend the work without duplicating existing items.

Frequently Asked Questions about follow-up-tasks

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

FAQPage Schema
How do I generate follow-up tasks after completing a project feature?

Follow-up task generation converts completed work into categorized actionable items using the proposeFollowUpTasks callback, creating up to three tasks sorted into incomplete_scope, next_steps, tech_debt, and test_gaps categories.

What is the best way to categorize tech debt and test gaps from current project work?

The best way to categorize tech debt and test gaps is using the structured four-category system, which automatically sorts derived work into incomplete_scope, next_steps, tech_debt, and test_gaps for clear prioritization.

Can I create traceable follow-up tasks for Agile sprint reviews?

Yes, follow-up tasks for Agile sprint reviews are created using the proposeFollowUpTasks callback, which links new items to the current task hierarchy and includes relevant file paths and context for traceable downstream creation.

How do I ensure follow-up task titles are understandable for non-technical team members?

To ensure follow-up task titles are understandable for non-technical members, the system enforces concise, non-technical task titles so non-engineers can quickly read and execute the proposed actions.

Does this follow-up task workflow support critical path project planning?

Yes, this follow-up task workflow supports critical path project planning by deriving categorized next steps and incomplete scopes from critical path tasks, ensuring high-impact follow-ups are proposed without duplicating existing items.