What problem does it solve? Processing the Transdiagnostic Connectome Project (TCP) dataset requires coordinating BIDS validation, structural MRI, resting-state fMRI, and diffusion MRI pipelines plus phenotype extraction, which is error-prone when done manually across tools. ## Core Features & Use Cases - BIDS Validation: Validates TCP directory structure, modality completeness (T1w, rs-fMRI, dMRI), and generates a compliance report via scripts/validate_tcp.py. - Multimodal Delegation: Delegates sMRI, rs-fMRI, and dMRI processing to dedicated modality skills through a confirmed, numbered execution plan. - Phenotype & QC Integration: Merges diagnostic and RDoC dimensional measures into a phenotype CSV and produces per-subject QC summaries with exclusion lists. - Use Case: A researcher downloads TCP data from the NIMH Data Archive and asks for an end-to-end workflow; the skill validates the BIDS layout, runs all three modality pipelines, and outputs merged phenotype tables and QC exclusion lists under tcp_output/. ## Quick Start Run the TCP skill to validate my BIDS dataset at /data/TCP and process the T1w, resting-state fMRI, and diffusion scans end to end.