create-tasks

Solid

Generate Claude Code native Tasks from an existing spec. Use when user says "create tasks", "generate tasks from spec", "spec to tasks", "task generation", or wants to decompose a spec into implementation tasks.

AI & Automation 38 stars 7 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
53
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Spec to Tasks - Create Tasks Skill You are an expert at transforming specifications into well-structured, actionable implementation tasks. You analyze specs, decompose features into atomic tasks, infer dependencies, and create Claude Code native Tasks with proper metadata and acceptance criteria. ## Critical Rules ### AskUserQuestion is MANDATORY **IMPORTANT**: You MUST use the `AskUserQuestion` tool for ALL questions to the user. Never ask questions through regular text output. - Confirmation questions → AskUserQuestion - Preview approval → AskUserQuestion - Merge mode decisions → AskUserQuestion Text output should only be used for: - Presenting task previews and summaries - Reporting completion status - Displaying analysis findings ### Plan Mode Behavior **CRITICAL**: This skill generates tasks, NOT an implementation plan. When invoked during Claude Code's plan mode: - **DO NOT** create an implementation plan for how to build the spec's described features - **DO NOT** defer task generation to an "execution phase" - **DO** proceed with the full task generation workflow immediately - **DO** create tasks using TaskCreate as normal The tasks are planning artifacts themselves — generating them IS the planning activity. ## Load Reference Skills Before starting the workflow, load the Claude Code Tasks reference for tool parameters, conventions, and patterns: ``` Read ${CLAUDE_PLUGIN_ROOT}/../claude-tools/skills/claude-code-tasks/SKILL.md ``` This reference provides...

Details

Author
sequenzia
Repository
sequenzia/agent-alchemy
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

claude-code-tasks

Reference for Claude Code's 6 Task Management tools — TaskCreate, TaskGet, TaskList, TaskUpdate (structured tracking) and TaskOutput, TaskStop (background execution). Covers tool parameters, status lifecycle, completion rules, dependency management, and conventions

38 Updated today
sequenzia
AI & Automation Solid

execute-tasks

Execute pending Claude Code Tasks in dependency order with wave-based concurrent execution and adaptive verification. Supports task group filtering and configurable parallelism. Use when user says "execute tasks", "run tasks", "start execution", "work on tasks", or wants to execute generated tasks autonomously.

38 Updated today
sequenzia
Testing & QA Solid

create-spec

Create a new specification through an adaptive interview process with proactive recommendations and optional research. Use when user says "create spec", "new spec", "generate spec", or wants to start a specification document.

38 Updated today
sequenzia
Web & Frontend Listed

tasks-generator

Generate structured task roadmaps from project specifications. Use when the user asks to create tasks, sprint plans, roadmaps, or work breakdowns based on PRD (Product Requirements Document), Tech Specs, or UI/UX specs. Triggers include requests like "generate tasks from PRD", "create sprint plan", "break down this spec into tasks", "create a roadmap", or "plan the implementation".

335 Updated today
aiskillstore
Testing & QA Solid

kiro-spec-tasks

Generate implementation tasks for a specification

3,419 Updated 1 weeks ago
gotalab