task-cleaner

Archive completed task files into done/ folders by branch or feature name.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/tazagame/claude-setting-v0.1-fsd-next-etc --skill task-cleaner-tazagame
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: task-cleaner
Source: https://github.com/tazagame/claude-setting-v0.1-fsd-next-etc/tree/main/.claude/skills/task-cleaner
Command: npx skills add https://github.com/tazagame/claude-setting-v0.1-fsd-next-etc --skill task-cleaner-tazagame

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

완료된 작업 파일과 related 자료(PRD, 스크린샷 등)를 브랜치명 또는 기능명 폴더로 정리하여 done/에 아카이브합니다.

Core Features & Use Cases

  • 완료된 PRD, 작업 문서, 스크린샷 등을 브랜치별로 정리하고 아카이브합니다.
  • 다중 브랜치 작업 흐름에서 완료된 산출물을 일관된 구조로 보관합니다.
  • 사용자가 요청한 브랜치명이나 현재 브랜치를 기반으로 적절한 폴더를 생성하고 파일을 안전하게 이동합니다.

Quick Start

정리하고 싶은 브랜치명이나 기능명을 입력하면 해당 폴더로 완료된 파일들을 이동해 아카이브합니다.

Frequently Asked Questions about task-cleaner

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

FAQPage Schema
How do I archive completed task files and PRDs by branch?▼

To archive completed task files and PRDs by branch, the tool identifies the target folder from your input or current branch, creates a done/ subfolder, and moves related documents like prd.md and result files there with basic conflict checks.

What is the best way to organize finished screenshots and task artifacts across multiple branches?▼

Organizing finished screenshots and task artifacts across multiple branches involves moving them into a branch-name or feature folder under done/. This ensures completed deliverables are stored in a consistent directory structure for your project workflow.

Does the archiving process handle file conflicts when moving PRD and task documents?▼

Yes, the archiving process performs basic conflict checks when moving PRD and task documents. It safely relocates files such as tasks-*.md and screenshots into the corresponding done/ subfolder to prevent data loss.

Can I specify a custom folder name instead of using the current branch for archiving tasks?▼

Yes, you can specify a custom folder name instead of using the current branch. The tool identifies the target folder name directly from user input, creating the corresponding done/ subfolder to organize your archived task materials.

What types of task documents can I move into the done directory?▼

You can move task documents such as prd.md, tasks-*.md, result-*.md, and screenshots into the done directory. The archiver targets these related project artifacts and relocates them into the correct branch or feature subfolder.