Route retrosheet card generation to dedicated agent
Updated Paper Dynasty skill to reference the new retrosheet-card-update agent instead of inline CLI commands for card generation workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6201b4c9af
commit
a8add71965
@ -85,7 +85,7 @@ Only fall back to the Python API (`api_client.py`) for complex multi-step operat
|
||||
| **Gauntlet Cleanup** | "Clean up gauntlet team X" | `$PD gauntlet cleanup Gauntlet-X -e N -y` |
|
||||
| **Pack Distribution** | "Give N packs to everyone" | `$PD pack distribute --num N` |
|
||||
| **Scouting Update** | "Update scouting" | `pd-cards scouting all -c 27` |
|
||||
| **Card Generation (Retrosheet)** | "Generate cards for 2005" | `pd-cards retrosheet process 2005 -c 27 -d Live` |
|
||||
| **Card Generation (Retrosheet)** | "Generate cards for 2005" | **Use `retrosheet-card-update` agent** |
|
||||
| **Card Generation (Live Series)** | "Update live series cards" | `pd-cards live-series update -c "2025 Season" -g 81` |
|
||||
| **Custom Cards** | "Create custom player" | `pd-cards custom preview name` |
|
||||
| **S3 Upload** | "Upload cards to S3" | `pd-cards upload s3 -c "2005 Live"` |
|
||||
@ -241,7 +241,7 @@ $PD gauntlet list/teams/cleanup # Gauntlet operations
|
||||
│ ├── api-reference.md # Endpoints, authentication, client examples
|
||||
│ └── cli-reference.md # Full paperdomo & pd-cards commands
|
||||
├── workflows/
|
||||
│ ├── card-generation.md # Retrosheet card workflow + PotM variant
|
||||
│ ├── card-generation.md # Retrosheet reference (pipeline now in retrosheet-card-update agent)
|
||||
│ ├── live-series-update.md # Live series (FanGraphs) workflow + PotM variant
|
||||
│ ├── card_utilities.py # Card refresh pipeline (fetch → S3 → update)
|
||||
│ ├── custom-card-creation.md # Archetypes, manual creation, rating rules
|
||||
@ -266,7 +266,7 @@ $PD gauntlet list/teams/cleanup # Gauntlet operations
|
||||
| Database model details | `reference/database-schema.md` |
|
||||
| API endpoints & client usage | `reference/api-reference.md` |
|
||||
| Full CLI command reference | `reference/cli-reference.md` |
|
||||
| Retrosheet card workflow / PotM | `workflows/card-generation.md` |
|
||||
| Retrosheet card workflow / PotM | **Use `retrosheet-card-update` agent** (ref: `workflows/card-generation.md`) |
|
||||
| Live series workflow / PotM | `workflows/live-series-update.md` |
|
||||
| Card rendering issues | `workflows/TROUBLESHOOTING.md` |
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user