ai-factory.task

Generate structured implementation plans with task dependencies and logging requirements.

1.1k|92|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/lee-to/ai-factory --skill ai-factory-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-factory.task
Source: https://github.com/lee-to/ai-factory/tree/main/skills/task
Command: npx skills add https://github.com/lee-to/ai-factory --skill ai-factory-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of detailed, actionable task plans from user goals by translating vague requirements into trackable tasks with clear ownership and checkpoints.

Core Features & Use Cases

  • Task decomposition: Breaks high-level goals into concrete, checkable tasks with acceptance criteria.
  • Dependency management: Establishes task order and blockers to ensure correct sequencing.
  • Plan persistence: Generates a reusable plan document for handoffs, reviews, and audits.
  • Logging guidance: Enforces logging requirements in each task to facilitate debugging and traceability.

Quick Start

Generate an initial implementation plan by providing a high-level objective.

Frequently Asked Questions about ai-factory.task

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

FAQPage Schema
How do I generate an implementation plan from a high-level feature request?

To generate an implementation plan, provide your high-level objective to translate vague requirements into trackable tasks. The skill outputs a structured, task-oriented plan with clear ownership, acceptance criteria, and checkpoints for feature development.

How do I track dependencies and blockers during task decomposition?

Task decomposition establishes dependency management by mapping task order and blockers to ensure correct sequencing. This approach supports sprint tasking and change requests by enforcing logging requirements to facilitate debugging and traceability across dependent tasks.

What is the best way to create actionable tasks from vague project requirements?

Creating actionable tasks involves breaking high-level goals into concrete, checkable tasks with acceptance criteria. This skill automates task decomposition to establish clear ownership and generates a reusable plan document for handoffs and reviews.

Can I include commit planning and test directives in my project management workflow?

Yes, the project management workflow supports optional commit planning and an optional tests directive. It implements TaskCreate and TaskUpdate workflows to generate a structured plan file that integrates logging requirements into your development process.

Does this task planning approach work for codebase change requests and sprint tasking?

Yes, this approach applies directly to feature development planning, sprint tasking, and change requests in codebases. It generates a reusable plan document with dependency tracking and logging guidance to facilitate audits and debugging.