task-planner

Convert feature descriptions into v3-compliant tasks.json pipelines.

10|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/aimi-so/aimi-engineering-plugin --skill task-planner-aimi-so
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: task-planner
Source: https://github.com/aimi-so/aimi-engineering-plugin/tree/main/plugins/aimi-engineering/skills/task-planner
Command: npx skills add https://github.com/aimi-so/aimi-engineering-plugin --skill task-planner-aimi-so

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically transforms a feature description into a complete, runnable plan by generating a v3 tasks.json with structured user stories, dependencies, and metadata, enabling automated planning and execution.

Core Features & Use Cases

  • End-to-end planning pipeline from feature description to a ready-to-run tasks.json
  • Generates the .aimi/tasks/YYYY-MM-DD-[feature]-tasks.json file with full v3 schema
  • Supports dependency graphs, maxConcurrency controls, and rich metadata for traceability
  • Use Case: describe a feature and receive a complete, production-ready task plan for autonomous execution

Quick Start

Describe a feature and let the skill generate a ready-to-run tasks.json.

Frequently Asked Questions about task-planner

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

FAQPage Schema
How do I automatically generate a tasks.json pipeline from a feature description?▼

To generate a tasks.json pipeline, provide a feature description and the skill outputs a v3-compliant tasks.json file with structured user stories, dependency graphs, and metadata for autonomous execution.

What is a v3-compliant tasks.json file for agile workflow automation?▼

A v3-compliant tasks.json is a structured pipeline file containing user stories, dependency graphs, maxConcurrency controls, and rich metadata to enable traceable, automated feature planning and execution.

How do I create a dependency graph for autonomous task generation?▼

Create a dependency graph by describing your feature; the skill automatically maps dependencies and maxConcurrency controls into a structured tasks.json format ready for autonomous execution.

Can I use this for feature planning without manually writing user stories?▼

Yes, feature planning is fully automated by inputting a feature description, which generates a complete set of user stories and metadata without manual writing or formatting.

What's the best way to convert feature ideas into a ready-to-run task plan?▼

The best way to convert feature ideas into a task plan is providing the description to this skill, which generates a production-ready .aimi/tasks/YYYY-MM-DD-[feature]-tasks.json file.

Does the generated tasks.json support maxConcurrency controls for agile workflows?▼

Yes, the generated tasks.json supports maxConcurrency controls, dependency graphs, and rich metadata to manage execution flow and traceability within agile workflow automation.