Files
gh-macroman5-claude-code-wo…/.claude/skills/task-slicer/SKILL.md
2025-11-30 08:38:46 +08:00

32 lines
785 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: task-slicer
description: Split features into atomic 24h tasks with independent tests and minimal dependencies
version: 0.1.0
tags: [planning, tasks]
triggers:
- break into tasks
- task list
- estimates
---
# Task Slicer
## Purpose
Turn a user story into small, testable tasks with clear inputs/outputs.
## Behavior
1. Create 310 tasks, each 24 hours.
2. For each task: description, files, test focus, dependencies, estimate.
3. Name files `TASK-US-<id>-<n>.md` and reference the story ID.
## Guardrails
- Prefer independence; minimize cross-task dependencies.
- Split or merge tasks to hit target size.
## Integration
- Project Manager agent; `/lazy create-feature` task generation step.
## Example Prompt
> Slice US-20251027-001 into executable tasks.