takt-task-builder

Create and edit TAKT tasks.yaml entries and order.md task specifications.

26|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/j5ik2o/ai-tools --skill takt-task-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: takt-task-builder
Source: https://github.com/j5ik2o/ai-tools/tree/main/plugins/takt/skills/takt-task-builder
Command: npx skills add https://github.com/j5ik2o/ai-tools --skill takt-task-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) and evals (resource) components.

What problem does it solve?

This Skill helps users create and edit TAKT tasks.yaml entries and task directories (order.md), streamlining the process of defining and managing AI agent tasks.

Core Features & Use Cases

  • Task Definition: Generates YAML entries compliant with the TaskRecord schema.
  • Specification Creation: Creates order.md task specifications for detailed workflow instructions.
  • Validation: Validates status transition rules and task structure.
  • Use Case: A developer needs to create multiple tasks for a new feature. This Skill guides them through defining each task's requirements, parallel execution strategy, and generating the necessary .takt/tasks.yaml entries and order.md files, ensuring consistency and adherence to TAKT's standards.

Quick Start

Use the takt-task-builder skill to create a new TAKT task for implementing user authentication with JWT.

Frequently Asked Questions about takt-task-builder

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

FAQPage Schema
How do I generate TAKT tasks.yaml entries for AI agent workflows?

To generate TAKT tasks.yaml entries, define task requirements and parallel execution strategies. This Skill outputs YAML entries compliant with the TaskRecord schema and creates the corresponding order.md task specifications.

What is a TAKT order.md task specification and when do I need one?

A TAKT order.md task specification provides detailed workflow instructions for AI agents. You need one when defining tasks in the .takt/tasks directory to ensure proper execution and adherence to TAKT standards.

How do I validate status transition rules for TAKT task management?

To validate status transition rules for TAKT task management, this Skill checks your task structure against schema definitions in references/takt. It ensures tasks.yaml entries follow valid state transitions.

Does this task builder support markdown generation for workflow automation?

Yes, this task builder supports markdown generation by creating order.md files. These files serve as task specifications that guide AI agents through defined workflow automation steps.

What's the best way to create multiple developer tasks for a new feature in TAKT?

The best way to create multiple developer tasks is to define each task's requirements and let this Skill generate the necessary .takt/tasks.yaml entries and order.md files, ensuring consistency across parallel execution strategies.

Can I use this to edit existing TAKT task directories and YAML metadata?

Yes, you can use this to edit existing TAKT task directories and YAML metadata. It automates the modification of tasks.yaml entries and order.md files while maintaining compliance with the TaskRecord schema.