Импорт рукописи в проект для дальнейшего написания

★ 7.0 · content

story-import is a Claude Code skill that reverse-engineers existing novels — whether finished or mid-draft — into a standard writable project structure. It auto-detects the manuscript's length and routes it through the appropriate analysis pipeline: long-form works run the full story-long-analyze pipeline (Stage 0–6) and short-form works run story-short-analyze (Stage 2–6), with all outputs stored in `拆文库/{title}/`. The resulting project includes settings, outline, chapter files, and a tracking directory, ready for continuation with story-long-write or story-short-write. When story-setup infrastructure is deployed, the skill leverages parallel chapter-extractor agents for faster processing; without it, it gracefully falls back to serial mode. Legacy projects from v0.7.2 and earlier can be migrated by rebuilding only the tracking directory, without re-running the full analysis.