- Task Design: Make tasks self-contained with clear specs
- Duplicate Prevention: Check existing issues before creating new ones - use
./conductor check-dup "title" - Role Selection: Start with dev-only, add specializations as needed
- Regular Cleanup: Let automation handle stale work
- Monitor Health: Check status issue regularly
- Incremental Adoption: Start small, expand as comfortable
See also: Duplicate Prevention Guide for detailed strategies
Tasks are created as GitHub Issues with complete specifications:
Issue Title: Implement authentication
Issue Body:
## Description
Implement user authentication system for the application.
## Specifications
See: docs/auth-spec.md
## Best Practices
- Use JWT tokens
- Implement refresh tokens
## Success Criteria
- Tests: 100% coverage
- Security: Pass security scanLabels:
conductor:task(required)effort:mediumpriority:mediumskill:backend(optional, for specialized tasks)