zentao-task-planner
Plan and Automate ZenTao Task Management
Managing ZenTao tasks manually is time-consuming and error-prone. This skill automates task planning, creation, work hour logging, and completion through AI-powered workflows.
Download the skill ZIP
Upload in Claude
Go to Settings â Capabilities â Skills â Upload skill
Toggle on and start using
Test it
Using "zentao-task-planner". Plan my tasks for next week with story 103615
Expected outcome:
Generated task plan with 8 tasks distributed across Monday-Friday, each task under 8 hours with proper deadline dates.
Using "zentao-task-planner". Show my active tasks
Expected outcome:
List of 5 active tasks with IDs, names, deadlines, and estimated hours remaining.
Using "zentao-task-planner". Close all my finished tasks
Expected outcome:
Summary showing 3 tasks successfully closed with timestamps.
Security Audit
Low RiskThis is a legitimate ZenTao task management integration skill. Static analysis flagged 160 potential issues, but evaluation confirms these are mostly false positives. The skill legitimately accesses .env files for credential storage (required for ZenTao authentication) and makes HTTP requests to a user-configured ZenTao instance (core functionality). No prompt injection or malicious intent detected.
High Risk Issues (1)
Medium Risk Issues (1)
Low Risk Issues (3)
Risk Factors
ð Network access (2)
ð Env variables (1)
⥠Contains scripts (3)
Quality Score
What You Can Build
Weekly Task Planning for Development Teams
Development leads use this skill to plan weekly tasks for their team members. The AI helps allocate work evenly across workdays, splitting large features into appropriately-sized tasks.
Automated Work Hour Logging
Team members can quickly log completed work hours and mark tasks as finished without navigating through the ZenTao web interface.
Batch Task Creation from Spreadsheets
Import task lists from Excel or CSV files to quickly create multiple ZenTao tasks with proper formatting and validation.
Try These Prompts
Plan my tasks for [this week/next week]. I have story IDs 103615, 103620, and 103621 to work on. Allocate tasks evenly across workdays.
Show me my active tasks in ZenTao
Create the following tasks in ZenTao: [Copy your TSV task plan here]
Mark all my tasks completed on [date] as finished with [X] hours logged
Best Practices
- Always preview task plans before execution to catch validation errors
- Keep task estimates between 2-8 hours for accurate tracking
- Use standardized task type names to ensure proper ZenTao categorization
Avoid
- Do not create tasks without user confirmation
- Do not assume dates without explicitly asking the user
- Do not skip task validation even for urgent requests
Frequently Asked Questions
What credentials do I need to configure?
Can I modify existing tasks?
How do I preview tasks before creating them?
What is the task plan format?
How does task type mapping work?
Is my ZenTao password stored securely?
Developer Details
File structure
ð references/
ð close-tasks.md
ð commands.md
ð create-tasks.md
ð finish-tasks.md
ð list-tasks.md
ð plan-task.md
ð workdays.md
ð scripts/
ð create_tasks.py
ð get_next_workdays.py
ð list_tasks.py
ð zentao_common.py
ð SKILL.md