generate-tasks

Convert planning documents and review findings into sequential implementation task plans.

1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/AbsolutSystems/absolutpowers --skill generate-tasks-absolutsystems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-tasks
Source: https://github.com/AbsolutSystems/absolutpowers/tree/main/claude/skills/generate-tasks
Command: npx skills add https://github.com/AbsolutSystems/absolutpowers --skill generate-tasks-absolutsystems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns planning docs and review findings into clear implementation task plans, so an AI coding agent can work step by step instead of guessing the next move.

Core Features & Use Cases

  • Planning to execution: Converts a feature plan into ordered tasks with concrete file paths, requirements, and tests.
  • Review remediation: Translates code review findings into fix tasks that are easy for an agent to follow.
  • Epic-aware planning: Keeps phased work organized inside the correct feature subfolder and maintains cross-phase contracts.
  • Quality gates: Adds acceptance-criteria traceability, reference patterns, and final verification commands for reviewable outputs.

Quick Start

Give this skill a planning document or review report and ask it to produce a complete implementation task plan.

Frequently Asked Questions about generate-tasks

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

FAQPage Schema
How do I turn a planning document into sequential implementation tasks with exact file paths?

To turn a planning document into sequential implementation tasks, provide the plan to the Skill to generate ordered tasks with exact file paths, acceptance-criteria traceability, and verification commands for execution.

How do I convert code review findings into fix tasks for an AI agent to follow?

You can convert code review findings into fix tasks by feeding the review report to the Skill, which translates remediation findings into sequential, review-ready handoff tasks with clear file paths.

What is the best way to plan epic phase work while keeping tasks inside the correct feature subfolder?

The best way to plan epic phase work inside the correct feature subfolder is using epic-aware planning, which organizes phased work while maintaining cross-phase contracts and acceptance criteria traceability.

Do I need acceptance criteria and verification commands to generate implementation task plans?

You need acceptance criteria to generate implementation task plans, as the Skill maps requirements to quality gates and produces final verification commands for reviewable, step-by-step outputs.

Can I use this for both new feature implementation and bug fix task planning?

Yes, you can use this for both new feature implementation and bug fix task planning, as it converts planning documents and review findings into executable task plans across various project workflows.

Why does an AI coding agent need structured implementation task plans instead of raw planning documents?

An AI coding agent needs structured implementation task plans because they provide sequential steps, exact file paths, and phase contracts so the agent can execute work without guessing the next move.