¨NW¨
fbc1f6122f
feat: add workflow templates for research patterns
Implemented workflow templates based on Anthropic research:
- parallel-review.md: Parallel execution of security + performance reviews
- evaluator-optimizer.md: Iterative improvement loop (code-skeptic → the-fixer)
- chain-of-thought.md: Sequential step decomposition with gates
Each template includes:
- Pattern overview and implementation
- Execution flow diagram
- Benefits and configuration
- Usage examples
Related: Issues #21, #22 - Patterns from research
Milestone: #47 Cognitive Enhancement