Commit 3d528ce
committed
feat(skills): Add agentic-workflow-guide
Comprehensive guide for designing, reviewing, and improving agent workflows
based on proven design principles (SSOT, SRP, Fail Fast, Iterative Refinement).
Features:
- 15 design principles across 3 tiers (Core, Quality, Scale)
- 5 workflow patterns (Prompt Chaining, Routing, Parallelization,
Orchestrator-Workers, Evaluator-Optimizer)
- Review checklist and anti-patterns detection
- Scaffold script for generating workflow directory structures
Use cases:
- Designing new agent workflows
- Reviewing/improving existing workflows
- Planning multi-agent architectures
- Scaffolding workflow templates1 parent b1fac0d commit 3d528ce
File tree
9 files changed
+2387
-1
lines changed- docs
- skills/agentic-workflow-guide
- references
- scripts
9 files changed
+2387
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments