csplit cuts a file wherever a line matches the pattern, so '/^Chapter/' starts a new part at each chapter heading and '{*}' repeats the split for every match. The -f flag sets the prefix and -b '%02d.txt' formats the numeric suffixes. Unlike split, the parts differ in size.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.