generate-tasks
Installation
SKILL.md
Generating a Task List from Requirements
Quick Reference
- Task 0.0: create feature branch.
- Output:
/tasks/tasks-[feature-name].md. - Auto-detect test command, source dir, test dir, doc tool.
- Validate test command before full generation.
Workflow
1. Project Detection
Detect conventions using config files (see TEST_COMMANDS.md). Identify source and test directories.
2. Validation
Run detected test command; if it fails, confirm with user.