42 lines
1.6 KiB
Markdown
42 lines
1.6 KiB
Markdown
# Resources
|
|
|
|
## Course Documents
|
|
|
|
| Document | Description |
|
|
|----------|-------------|
|
|
| [00-CURRICULUM](/modules/m1-foundations#curriculum) | Full lesson plan with hour estimates |
|
|
| [FIELD-MANUAL](/modules/field-manual) | Consolidated technical quick reference |
|
|
| [FEYNMAN](/modules/feynman) | Core concepts in plain language |
|
|
| [NON-TECHNICAL](/modules/non-technical) | Decision frameworks for managers/PMs |
|
|
|
|
## Reference Architectures
|
|
|
|
| Document | Description |
|
|
|----------|-------------|
|
|
| [REFERENCE-STACK](/modules/reference-stack) | Your 5-tool production architecture |
|
|
| [TOOL-REFERENCE](/modules/tool-reference) | 5-tool comparison (CLI commands) |
|
|
| [COMPETITIVE-ANALYSIS](/modules/competitive-analysis) | vs Anthropic, TAC, ClaudeFAST, DL.AI |
|
|
|
|
## Skill Kits
|
|
|
|
| Kit | Price | Skills | Install |
|
|
|-----|-------|--------|---------|
|
|
| Security Foundation | $49 | L3-L5, damage-control, sandbox | `bash install.sh security` |
|
|
| Multi-Agent Orchestration | $49 | teams, chains, mental-model, domain-lock | `bash install.sh orchestration` |
|
|
| Verifier Pro | $39 | builder, confidence, decomposition | `bash install.sh verifier` |
|
|
| Task Discipline | $29 | tilldone, purpose-gate | `bash install.sh task` |
|
|
| Autoresearch | $39 | experiment loop, integrity | `bash install.sh research` |
|
|
| Observability | $29 | tracer, cost, loop-detect | `bash install.sh observability` |
|
|
| CEO Board | $49 | 11 agents + verifier | `bash install.sh board` |
|
|
| **Enterprise** | **$199** | **All 7 kits** | **`bash install.sh`** |
|
|
|
|
## Quick Install
|
|
|
|
```bash
|
|
# Windows
|
|
powershell -File install.ps1
|
|
|
|
# Mac/Linux
|
|
bash install.sh
|
|
```
|