iikit-06-tasks

Generate dependency-aware task lists from plan.md and spec.md.

47|4|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/intent-integrity-chain/kit --skill iikit-06-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iikit-06-tasks
Source: https://github.com/intent-integrity-chain/kit/tree/main/.claude/skills/iikit-06-tasks
Command: npx skills add https://github.com/intent-integrity-chain/kit --skill iikit-06-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes a project plan and specification to produce a structured, dependency-aware list of tasks that can be executed phase-by-phase, ensuring alignment with governance documents.

Core Features & Use Cases

  • Plan-to-tasks: Converts plan.md and spec.md into a concrete, ordered task list grouped by user stories.
  • Dependency aware: Builds a dependency graph to identify parallelizable tasks and critical paths.
  • Artifacts integration: Leverages data-model.md, contracts/, and research decisions when present to enrich task context.
  • Use Case: Given a feature described in plan.md and its user stories in spec.md, generate T001..Tnn tasks that implement US1 first, then US2, etc., with phase structure and recommendations.

Quick Start

Run /iikit-06-tasks to generate tasks for your current feature using plan.md and spec.md from the feature directory.

Frequently Asked Questions about iikit-06-tasks

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

FAQPage Schema
How do I convert a project plan and specification into an ordered task list?

This Skill transforms plan.md and spec.md into a structured, dependency-aware task list grouped by user stories. It maps each story to phased tasks with clear dependencies, enabling you to execute work in parallel where possible and identify the critical path for delivery.

What does dependency-ordered task generation mean for project execution?

Dependency ordering ensures tasks are sequenced so each can be completed and tested independently without blocking others. The Skill builds a dependency graph to highlight which tasks can run in parallel and which must complete first, reducing bottlenecks and improving delivery pace.

Can I integrate data models and contracts into my task generation?

Yes. The Skill automatically enriches task context by incorporating optional artifacts like data-model.md and contracts/ when present in your feature directory, giving each task the technical foundation and constraints it needs from day one.

How should I structure my plan and specification files before generating tasks?

Create plan.md describing your feature goals and spec.md documenting user stories. Place these in your feature directory alongside optional data-model.md and contracts/ folder. The Skill parses these documents to map stories to executable tasks with clear phase structure.

What format does the task list output, and how should I use it?

The output is a structured list of tasks labeled T001, T002, etc., grouped by user story and phase, with dependencies marked. Use it as a concrete work breakdown: assign tasks to team members, track completion per phase, and validate each story's implementation against its tasks.