ah-create-tasks

Run the Spec Kit pipeline to generate tasks.md from PRD and ADR inputs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/arinhubcom/arinhub-dev-skills --skill ah-create-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ah-create-tasks
Source: https://github.com/arinhubcom/arinhub-dev-skills/tree/main/skills/ah-create-tasks
Command: npx skills add https://github.com/arinhubcom/arinhub-dev-skills --skill ah-create-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates tasks from a PRD and ADR by running the full Spec Kit pipeline (specify, clarify, plan, research, complexity check, checklist, and task generation) with per-step commits and an auditable progress trail, enabling teams to move from documentation to concrete work items quickly.

Core Features & Use Cases

  • Orchestrates end-to-end Spec Kit workflow from PRD/ADR to tasks.md, generating intermediate artifacts (spec.md, plan.md, research.md, checklists) and a final tasks.md.
  • Supports create mode and update mode (e.g., "ah create tasks update 001") that skips initial specify/verify steps, creates a new branch, and starts from Clarify.
  • Commits after each major step and maintains a progress file to document the audit trail.

Quick Start

Provide the paths to prd.md and adr.md (and an optional issue number) to start the task-generation pipeline.

Frequently Asked Questions about ah-create-tasks

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

FAQPage Schema
How do I generate tasks from a PRD and ADR automatically?

To generate tasks from a PRD and ADR, you provide the file paths and an optional issue number to run the Spec Kit pipeline. This orchestrates task generation by producing intermediate artifacts like spec.md and plan.md, culminating in a final tasks.md file.

What is the Spec Kit pipeline workflow for software feature development?

The Spec Kit pipeline is an automated workflow that transforms PRD and ADR documentation into concrete work items. It sequentially executes specify, clarify, plan, research, complexity check, checklist, and task-generation steps to produce a complete task list.

How do I update an existing task generation pipeline after changing requirements?

To update an existing task pipeline, use the update mode with the specific issue number. This mode skips initial specify and verify steps, creates a new git branch, and restarts the workflow from the Clarify phase to reflect new constraints.

Can I track progress and audit the task generation workflow?

Yes, you can audit the task generation workflow because the pipeline commits changes after each major step. It maintains a dedicated progress file that documents the entire audit trail from initial documentation to final tasks.md generation.

Do I need a PRD and ADR to start task generation?

Yes, you need a PRD to define the feature and an ADR to define constraints before starting task generation. These markdown files provide the necessary inputs for the pipeline to produce accurate spec.md, plan.md, and tasks.md artifacts.