Checks status of all VGP genome assembly workflows, summarizing stages (WF1, WF4, WF8, WF9, PreCuration), invocation states, completed/in-progress/failed species, and next steps.
npx claudepluginhub joshuarweaver/cascade-ai-ml-engineering --plugin delphine-l-claude-globalvgp-pipeline/You are checking the status of VGP genome assembly workflows for this project. ## Your Task 1. **Read metadata files efficiently** (using token-efficient methods): 2. **For each species, determine**: - Current workflow stage (WF1, WF4, WF8, WF9, PreCuration) - Invocation IDs and their states (ok, running, failed, cancelled) - Which workflows have completed successfully - Which workflows are currently running - Which workflows have failed or need attention 3. **Summarize findings**: - ✅ Species with all workflows complete - ⏳ Species with workflows in progress ...
You are checking the status of VGP genome assembly workflows for this project.
Read metadata files efficiently (using token-efficient methods):
cat metadata/results_run.json
cat metadata/metadata_run.json | jq '.[] | {name: .Name, invocations: .invocations}'
For each species, determine:
Summarize findings:
Use efficient methods:
--quiet mode for commandsPresent as a clear, concise summary with status icons and next action recommendations.