Help us improve
Share bugs, ideas, or general feedback.
From cms-cultivator
Creates properly formatted Teamwork tasks with context-aware template selection based on task type (bug, QA handoff, epic, or small feature). Activates when users mention creating tickets or sharing work to track.
npx claudepluginhub kanopi/claude-toolbox --plugin cms-cultivatorHow this skill is triggered — by the user, by Claude, or both
Slash command
/cms-cultivator:teamwork-task-creatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Task quality determines project success.** A well-written task saves hours of clarification, reduces implementation errors, and ensures consistent quality. This skill ensures every task created follows best practices for web development project management.
Task creation for issue trackers — structured descriptions, acceptance criteria, field categorization, and tracker linking. Invoke whenever task involves creating work items in any issue tracker — bugs, features, stories, tasks, or any tracked work from standalone requests or decomposition documents.
Exports audit findings from security, performance, accessibility, or quality analyses to Teamwork tasks with priority and template mapping.
Creates, executes, and verifies small dev tasks directly via Chorus tools, skipping Idea/Proposal. For bug fixes, <2pt features, hotfixes, prototypes.
Share bugs, ideas, or general feedback.
Task quality determines project success. A well-written task saves hours of clarification, reduces implementation errors, and ensures consistent quality. This skill ensures every task created follows best practices for web development project management.
This skill activates when users:
Do NOT activate for:
teamwork-integrator instead)teamwork-exporter instead)The skill uses context clues to select the appropriate template:
1. Check for bug indicators:
- Keywords: "bug", "error", "broken", "crash", "issue", "defect", "not working"
- If present → BUG REPORT TEMPLATE
2. Check for QA handoff indicators:
- Keywords: "ready for qa", "qa handoff", "testing", "validate", "test this"
- Phrases: "hand off to qa", "qa team", "needs testing"
- If present → QA HANDOFF TEMPLATE
3. Check for epic/big task indicators:
- Keywords: "multiple devs", "integration branch", "epic", "multidev", "phased"
- Complexity: mentions "depends on", "blocked by", "multiple components"
- Scope: estimates >8 hours, mentions team coordination
- If present → BIG TASK/EPIC TEMPLATE
4. Default to LITTLE TASK TEMPLATE:
- Single developer work
- Clear, focused scope
- Straightforward implementation
Bug Report:
QA Handoff:
Big Task/Epic:
Little Task:
All task templates are available in the templates directory:
Use these templates as starting points, customizing for specific project needs.
When users don't provide complete information:
For Required Sections: Ask clarifying questions
For Optional Sections: Use placeholders
For Ambiguous Scope: Ask the user clarifying questions before creating
This skill creates one task at a time. For other Teamwork operations:
teamwork-integrator — Read-only lookups of existing tasks ("what's the status of PROJ-123?")teamwork-exporter — Batch-export audit findings (security/performance/accessibility scans) into a coordinated set of Teamwork tasks with priority mapping and dependency linkingcsv-exporter — Convert FRD requirements into a Teamwork-importable CSV backlog with epic/story/task hierarchyFor complex multi-task scenarios — epics with sub-tasks, batch creation across projects, status updates on existing tasks — the main session has the Teamwork MCP available directly (mcp__teamwork__twprojects-*). Use it directly, optionally invoking this skill repeatedly for each new task to keep template selection consistent.
Example: epic + sub-tasks
User: "Create tasks for implementing the entire checkout redesign"
Approach: invoke this skill to create the parent epic with the BIG TASK template,
then call mcp__teamwork__twprojects-create_task directly for each sub-task with
parent_task_id set to the epic's ID. Use the LITTLE TASK template's required
sections for each sub-task description.
DO:
DON'T:
When creating a task, provide:
Template selected and why
Complete task content
Suggested priority
Next steps
User: "Create a task for fixing the broken newsletter signup form"
Skill Response:
I'm using the Bug Report Template because you mentioned "broken" functionality.
However, I need a few more details to create a complete bug report:
- What's the exact error or problem? (e.g., "500 error", "nothing happens", "wrong email sent")
- Where does this happen? (specific URL)
- What browser/device did you observe this on?
- What were you doing when it broke? (reproduction steps)
Once you provide these details, I'll create a complete bug report task with all required sections.
User: "It's on /newsletter page, when I click Submit nothing happens, tested on Chrome/Mac"
Skill Response:
Perfect! Here's the formatted task:
[Complete Bug Report Template filled in]
Suggested Priority: P1 (High) - Newsletter signup is important for lead generation
Would you like me to create this task in Teamwork now, or would you prefer to review/edit first?