aitask-create2

Create AI tasks interactively or in batch with parent-child relationships and dependencies.

6|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/beyondeye/aitasks --skill aitask-create2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aitask-create2
Source: https://github.com/beyondeye/aitasks/tree/main/.claude/skills/aitask-create2
Command: npx skills add https://github.com/beyondeye/aitasks --skill aitask-create2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation of new AI tasks by providing an interactive, terminal-based workflow, making it faster and more intuitive than manual file creation or less optimized command-line tools.

Core Features & Use Cases

  • Interactive Task Creation: Guides users through creating new aitask files with prompts for parent task, priority, effort, dependencies, and task name/description.
  • Batch Mode Creation: Allows for non-interactive creation of child tasks with specified parameters.
  • Use Case: Quickly create a new sub-task for an existing complex task, defining its priority and dependencies without leaving your terminal.

Quick Start

Run the interactive script to create a new aitask.

Frequently Asked Questions about aitask-create2

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

FAQPage Schema
How do I create AI tasks interactively from the terminal?

You can interactively create AI tasks from the terminal by running a script that prompts for parent tasks, priority, effort, dependencies, and descriptions using an fzf-based workflow.

Can I batch create tasks with predefined priorities and dependencies?

Yes, you can batch create tasks with predefined priorities and dependencies using the non-interactive batch mode for programmatic child task generation with specified parameters.

Does this workflow support managing parent-child relationships for complex tasks?

Yes, the workflow supports managing parent-child relationships for complex tasks by allowing you to define parent tasks and dependencies during the interactive file creation process.

Do I need fzf to use the interactive task creation workflow?

Yes, you need fzf installed to use the interactive task creation workflow, as it relies on the terminal-based fzf tool to guide users through task selection prompts.

What is the best way to generate sub-tasks for an existing complex task without leaving the command line?

The best way to generate sub-tasks for an existing complex task without leaving the command line is using an interactive terminal script to define priority and dependencies on the fly.