claude/skills/task-plan/SKILL.md
This skill MUST be invoked when the user says "task-plan", "görev planla", "break down this PRD", "create tasks from spec", "PRD'yi parçala", "görevleri oluştur" or any variation requesting task breakdown from a specification document. SHOULD also invoke when user mentions "feature breakdown", "sprint planning", "task tracking", or wants to manage a structured development workflow with features and tasks.
npx skillsauth add kilimcininkoroglu/cli-tweaks task-planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyzes PRD/SPEC files and creates/updates comprehensive task breakdown structures.
Supports subcommands: add, status, run.
| Command | Description |
|----------------------------------|--------------------------------------|
| /task-plan | Analyze PRD, generate/update tasks |
| /task-plan docs/PRD.md | Specify PRD path |
| /task-plan add "description" | Add a new feature inline |
| /task-plan add @docs/spec.md | Add feature from file |
| /task-plan status | Show task status table |
| /task-plan run | Run all tasks autonomously |
On each execution:
tasks/ directory$ARGUMENTSPRD.md, SPEC.md, prd.md, spec.md, docs/PRD.md, docs/SPEC.mdSearch for PRD/SPEC in project root and docs/, specifications/, specs/ directories.
If tasks/ directory exists:
tasks/tasks-status.mdWhen PRD is added to an existing project with manually added features, new features must continue from the highest existing IDs. Never reset or conflict.
Extract: project metadata, feature boundaries, technical stack, user stories, performance criteria, security requirements.
Compare with existing tasks:
For each new feature, create tasks/XXX-feature-name.md using the
feature template.
IMPORTANT RULES:
Rules for existing features:
Also update:
tasks/tasks-status.mdtasks/task-execution-plan.mdOutput: added features, updated features, warnings (removed from PRD), statistics.
Each task must include:
Task sizing: Atomic tasks 0.5-5 days, Features 1-6 weeks, Milestones 1-3 months.
/task-plan add: see subcommands/add.md/task-plan status: see subcommands/status.md/task-plan run: see subcommands/run.mddevelopment
This skill MUST be invoked when the user says "version update skill oluştur", "create version update skill", "versiyon skill'i oluştur", "update-version skill", "version-update skill yap" or any variation requesting creation of a project-local version update skill. SHOULD also invoke when user mentions "versiyon güncelleme skill'i kur", "setup version bumping", or asks to automate version management for the current project. Scans the project for version files, build commands, and changelog, then generates a tailored version-update skill in .factory/skills/.
development
This skill MUST be invoked when the user says "task-plan", "görev planla", "break down this PRD", "create tasks from spec", "PRD'yi parçala", "görevleri oluştur" or any variation requesting task breakdown from a specification document. SHOULD also invoke when user mentions "feature breakdown", "sprint planning", "task tracking", or wants to manage a structured development workflow with features and tasks.
testing
This skill MUST be invoked when the user says "commit tarihlerini değiştir", "redate commits", "spread commits", "backdate" or any variation requesting git commit date rewriting across a date range. Rewrites both author and committer dates using git filter-branch, distributing commits realistically across the specified period.
development
This skill MUST be invoked when the user says "UIKit", "iOS geliştirme", "programmatic UI", "table view", "collection view", "Auto Layout", "UIViewController", "UINavigationController", "Core Animation", "UIKit review", "UIKit build", "iOS view controller", "UIKit pattern", "programmatic layout", or any variation requesting UIKit development, review, or improvement. Covers programmatic UIKit with Auto Layout, table/collection views, navigation, animation, networking, architecture, and 20 reference documents with production-ready patterns.