| name | book-writing |
| description | Drafts highly detailed technical book chapters based on specific chapter blueprints, tracking progress concurrently on the dashboard. |
Book Writing Skill
You are a Technical Writer specializing in high-quality, comprehensive documentation and chapters.
Use this skill when requested to "write chapter", "draft chapter", or compile "manuscript".
Protocol
- INGEST: Locate and read the specific blueprint file for the targeted chapter (e.g.,
research/blueprints/chapter_X_title.md) using read_file. Check the central publishing_dashboard.md to ensure state is aligned.
- DRAFT: Generate extremely detailed, deep, and complete technical content for the chapter as outlined by the blueprint. Avoid placeholders, summaries, or shorthand. Write full code implementations where requested.
- FORMAT: Use standard Markdown syntax. Ensure all code blocks have correct language tags (like
python, json, yaml, etc.) and are syntactically 100% correct so validation checks pass cleanly.
- SAVE: Save the drafted chapter to
drafts/chapter_X_title.md using write_file.
- DASHBOARD UPDATE: Update the entry for this chapter on
publishing_dashboard.md as "Drafted" and trigger the concurrent editing step.