fcc-6-compile-draft

Routes sequential chapter drafting for accounting case-study theses through six chapter Skills.

93|Updated Jul 19, 2026
One-click install
npx skills add https://github.com/1542740346-png/fcc-compiler-v5.1 --skill fcc-6-compile-draft-1542740346-png
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fcc-6-compile-draft
Source: https://github.com/1542740346-png/fcc-compiler-v5.1/tree/main/fcc-6-compile-draft
Command: npx skills add https://github.com/1542740346-png/fcc-compiler-v5.1 --skill fcc-6-compile-draft-1542740346-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing a full accounting case-study thesis chapter by chapter causes context overload: by the time the long analysis chapter is drafted, earlier rules and examples have been pushed out of context. This Skill acts as a Phase 6 router that loads each chapter's rules fresh at call time and enforces ordered, confirmed progression through all six chapters. ## Core Features & Use Cases - Preflight validation: Checks project_state.md to confirm Phases 1-5 are COMPLETED and that the writing rationale matrix exists before any drafting begins. - Sequential chapter routing: Invokes six chapter Skills in order (introduction, literature review, case overview, case analysis, recommendations, conclusion), each with defined word-count ranges from 3,000 to 20,000 characters. - Resume and rewrite support: Detects the first incomplete chapter to continue an interrupted project, or rewrites a single specified chapter with warnings about downstream consistency. - Mandatory user confirmation between chapters: Never auto-advances; each chapter must pass its chapter check and receive user approval before the next begins. - Use Case: A graduate student who has finished topic diagnosis and outline design runs Phase 6 to draft the full thesis one chapter at a time, pausing after each chapter to review before continuing. ## Quick Start Start Phase 6 drafting for my thesis project and write the chapters one by one, pausing for my confirmation after each chapter.

Frequently Asked Questions about fcc-6-compile-draft

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I draft a multi-chapter thesis without losing writing rules in long contexts?▼

Use a router pattern that loads each chapter's rules fresh when that chapter's Skill is invoked, rather than loading all rules upfront. This Skill calls six chapter Skills in sequence so the long analysis chapter gets its full rule set at the moment it is written.

How do I resume an interrupted thesis drafting project?▼

The router reads project_state.md, finds the first chapter whose status is not COMPLETED, and continues from that chapter. Completed chapters are left untouched, and progress resumes in order.

Can I rewrite only one chapter without redoing the whole thesis?▼

Yes. Specify the chapter to rewrite, and the router invokes only that chapter's Skill, which re-reads upstream data through its init protocol. If later chapters are already done, you are warned they may need adjustment for consistency.

What prerequisites must be met before Phase 6 drafting starts?▼

Phases 1 through 5 must all be marked COMPLETED in project_state.md, and the writing rationale matrix must exist at references/writing-rationale-matrix.md. If either is missing, the router stops and tells you what to finish first.

Does the router write thesis content itself?▼

No. The router only checks preconditions, invokes chapter Skills in order, enforces user confirmation between chapters, and updates project state. All actual drafting, rule checking, and chapter_check.py execution happen inside the individual chapter Skills.