follow-up-tasks

Categorize and link follow-up tasks to the current task.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the proposal of follow-up tasks before marking a current task as complete, ensuring no important work is overlooked.

Core Features & Use Cases

  • Task Categorization: Categorize follow-up tasks into 'incomplete_scope', 'next_steps', 'tech_debt', 'test_gaps', or 'new_artifact'.
  • Impact Assessment: Encourage clear, impactful titles for non-technical users.
  • Task Linking: Automatically link follow-ups to the current task for proper task hierarchy.
  • Artifact Proposal: Propose new artifacts like web, mobile, slides, or video.

Quick Start

Propose follow-up tasks by calling proposeFollowUpTasks with task details and category.

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 proposal before marking a project task complete?

Automate follow-up task proposal by calling a function with task details and a categorization scheme to generate categorized follow-ups and link them to the current task. This ensures no important project work is overlooked before completion.

What categories should I use for project follow-up tasks?

Project follow-up tasks should be categorized into 'incomplete_scope', 'next_steps', 'tech_debt', 'test_gaps', or 'new_artifact'. This categorization scheme helps structure task decomposition and track specific types of remaining work.

How do I structure task data to propose follow-up tasks automatically?

To propose follow-up tasks automatically, you need to provide structured task data and a categorization scheme for the follow-ups. The system then uses this input to assess impact and generate clear titles for non-technical users.

Can I propose new artifacts like slides or videos when planning project follow-ups?

Yes, you can propose new artifacts such as web, mobile, slides, or video when planning project follow-ups. The artifact proposal feature integrates directly into the task categorization workflow as a 'new_artifact' follow-up type.

How does task linking work for proposed follow-up tasks?

Task linking automatically connects proposed follow-up tasks to the current task to establish a proper task hierarchy. This maintains project management workflow continuity by tracking decomposed follow-ups under their parent task.

What is the best way to ensure no scope is missed during task completion?

The best way to ensure no scope is missed is to automate follow-up task proposal before marking a task complete. This process categorizes incomplete scope and test gaps, linking them back to ensure full project completion tracking.