Reusable task templates for common workflows in ClawTeam
Raw Developer Origin & Technical Request
GitHub Issue
Mar 21, 2026
## Feature Description
Create reusable task templates for common workflows.
## Use Case
We frequently create similar tasks:
- QA testing tasks (same checklist)
- Code review tasks (same criteria)
- Deploy tasks (same steps)
## Expected Behavior
```bash
# Create template
clawteam template create team qa-test \
--subject "QA Test: {feature}" \
--owner qa_agent \
--tags qa,testing
# Use template
clawteam task create-from-template team qa-test feature="Login Page"
# Creates: QA Test: Login Page (owner: qa_agent, tags: qa,testing)
```
## Benefits
- Consistency
- Reduced manual entry
- Standardized workflows
Developer Debate & Comments
No active discussions extracted for this entry yet.
Adjacent Repository Pain Points
Other highly discussed features and pain points extracted from HKUDS/ClawTeam.
Engagement Signals
Cross-Market Term Frequency
Quantifies the cross-market adoption of foundational terms like owner and task templates by tracking occurrence frequency across active SaaS architectures and enterprise developer debates.
Market Trends