thread-patterns
Installation
SKILL.md
Thread-Based Engineering Patterns
This skill provides guidance on choosing and implementing the right thread pattern for your task.
Quick Reference
| Thread | Best For | Complexity | Human Time |
|---|---|---|---|
| Base | Simple tasks | Low | High |
| Parallel | Independent work | Medium | Medium |
| Chained | Critical work | Medium | High |
| Fusion | High confidence | Medium | Low |
| Big | Complex orchestration | High | Low |
| Long | Extended autonomy | High | Very Low |
| Zero-Touch | Full automation | Very High | None |