task-planning

Identify remaining tasks from acceptance tests and generate TASK and PROGRESS documents.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dlddu/claude-agent --skill task-planning-dlddu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-planning
Source: https://github.com/dlddu/claude-agent/tree/main/.claude/skills/task-planning
Command: npx skills add https://github.com/dlddu/claude-agent --skill task-planning-dlddu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이 스킬은 인수 테스트와 문서 수준의 산출물에서 남은 작업을 식별하고, 인수 테스트(AT)를 기준으로 다음 구현 단계를 계획합니다. 우선순위를 정하고 실행 가능한 작업 단위로 분해하여 개발 주기를 가속화합니다.

Core Features & Use Cases

  • 인수 테스트 기반 남은 작업 식별: US-.AT- 목록에서 아직 완료되지 않은 항목을 도출합니다.
  • 우선순위 및 범위 산정: 추적성 매트릭스와 테스트 상태를 바탕으로 구현 순서를 결정합니다.
  • 산출물 생성: 다음 작업 계획서(TASK) 및 진행 현황(PROGRESS)을 자동으로 제안합니다.

Quick Start

Analyze the repository's acceptance tests to identify remaining tasks and generate the next TASK document. Cross-check user stories in docs/user-stories/ and the traceability matrix in docs/traceability-matrix.md to confirm AT IDs and status. Output: docs/tasks/TASK-{number}-{title}.md and docs/tasks/PROGRESS.md reflecting current progress.

Frequently Asked Questions about task-planning

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

FAQPage Schema
How do I identify remaining development tasks from acceptance tests?

To identify remaining tasks from acceptance tests, cross-reference the US-*.AT-* test list in tests/acceptance/ with docs/user-stories/ and docs/traceability-matrix.md to pinpoint incomplete items and prioritize work.

What is the best way to generate an actionable task plan from a traceability matrix?

Generating an actionable task plan from a traceability matrix involves mapping test statuses to user stories, prioritizing incomplete acceptance tests, and outputting TASK-*.md and PROGRESS.md documents to track execution.

Do I need user stories and a traceability matrix to plan next development steps?

Yes, you need user stories and a traceability matrix to plan next development steps, as this process requires docs/user-stories/, docs/traceability-matrix.md, and tests/acceptance/ to map tests to stories and generate actionable plans.

Can I use acceptance tests to prioritize software engineering project management tasks?

You can use acceptance tests to prioritize software engineering project management tasks by deriving uncompleted US-*.AT-* items, estimating scope via the traceability matrix, and breaking them into executable TASK documents.

What output formats are generated when turning acceptance tests into actionable steps?

Turning acceptance tests into actionable steps generates docs/tasks/TASK-{number}-{title}.md for specific work items and docs/tasks/PROGRESS.md for tracking overall development progress against the user stories.

Why does my task planning process fail without the docs/traceability-matrix.md file?

Task planning fails without docs/traceability-matrix.md because this file is required to map acceptance tests to user stories, confirm AT IDs, and determine implementation order for generating actionable task plans.