iikit-06-tasks

Generate dependency-ordered task lists from project plans into tasks.md files.

1|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/asm0dey/relay --skill iikit-06-tasks-asm0dey
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: iikit-06-tasks
Source: https://github.com/asm0dey/relay/tree/main/.tessl/tiles/tessl-labs/intent-integrity-kit/skills/iikit-06-tasks
Command: npx skills add https://github.com/asm0dey/relay --skill iikit-06-tasks-asm0dey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed, dependency-ordered task lists from project plans and specifications, ensuring clarity and reducing manual effort in project planning.

Core Features & Use Cases

  • Automated Task Generation: Creates tasks.md files based on plan.md and spec.md.
  • Dependency Mapping: Identifies and visualizes task dependencies to prevent circular references and optimize workflow.
  • Use Case: After defining a new feature's requirements in plan.md and spec.md, use this Skill to generate a complete, actionable tasks.md file, ready for the development team to start implementation.

Quick Start

Generate a detailed task breakdown for the current feature based on existing project documentation.

Frequently Asked Questions about iikit-06-tasks

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

FAQPage Schema
How do I generate actionable task breakdowns from project plans and specifications?▼

To generate task breakdowns, this Skill parses `plan.md`, `spec.md`, `data-model.md`, and `contracts/` to automatically create a dependency-ordered `tasks.md` file ready for implementation.

What is the best way to automate dependency mapping for agile development tasks?▼

Automating dependency mapping validates task graphs by parsing project specifications to identify critical paths, detect orphans, and prevent circular dependencies, ensuring an optimized workflow for development teams.

How do I validate task graphs for circular dependencies and orphans in scrum projects?▼

Validating task graphs for circular dependencies and orphans is handled automatically during task generation by analyzing the parsed relationships from `plan.md` and `spec.md` to ensure a clean, actionable workflow.

Do I need existing `plan.md` and `spec.md` files to generate a `tasks.md` file?▼

Yes, generating a `tasks.md` file requires existing `plan.md` and `spec.md` documentation, along with `data-model.md` and `contracts/` if available, to accurately define phases and map dependencies.

Can task generation identify critical paths from project specifications automatically?▼

Yes, task generation automatically identifies critical paths by parsing project specifications and mapping dependencies, validating the graph to optimize the workflow and prevent delays in the development schedule.