fcc-6-ch4-analysis

Writes Chapter 4 case analysis of Chinese accounting theses using matrix-driven paragraph constraints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing the case analysis chapter of a Chinese accounting case-study thesis requires enforcing dozens of hidden writing conventions—paragraph opening patterns, evidence density, causal depth, theory stealth usage—that students typically learn only through trial and rejection. This Skill executes Chapter 4 writing under a strict rule engine so the draft passes mechanical and expert review on the first pass. ## Core Features & Use Cases - Matrix-Driven Paragraph Execution: Each paragraph is written row-by-row from a writing rationale matrix with 12 constraint columns, including first-sentence mode, evidence IDs, word count targets, and completion checks. - 22 Case-Type Structures: Adapts chapter organization to the diagnosed case type (audit failure, financial fraud, internal control, M&A, ESG, etc.), with distinct frameworks for ex-ante versus ex-post directions. - Subagent Delegation Mode: Detects context load and can delegate the 18,500-20,000 character chapter to a clean-context subagent with a packaged input bundle, then audits the returned draft. - Use Case: A graduate student writing an audit-failure thesis on the GaoHong case uses this Skill to produce a compliant Chapter 4 with five-step paragraphs, hidden theory usage, evidence density of at least 2 citations per 1000 characters, and a passing chapter_check.py result. ## Quick Start Ask the AI to run Phase 6 and write Chapter 4 of the thesis using the fcc-6-ch4-analysis skill after Phase 5 is completed.

Frequently Asked Questions about fcc-6-ch4-analysis

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

FAQPage Schema
How do I write Chapter 4 case analysis for an accounting thesis?▼

Run this Skill after Phase 5 completes. It reads the writing rationale matrix, evidence register, and analysis blueprint, then writes each paragraph row-by-row under hard constraints like first-sentence modes, five-step structure, and evidence density of at least 2 citations per 1000 characters.

What case types does the chapter structure support?▼

It supports 22 case types across seven categories including audit failure, financial fraud, earnings management, financial analysis, internal control, M&A, and ESG. Each type maps to a distinct organizational logic, and ex-ante versus ex-post directions use different frameworks.

Can the Skill delegate chapter writing to a subagent?▼

Yes. When the orchestrator's context is loaded with prior chapters, it packages case info, matrix rows, evidence, and rules into a prompt and spawns a general-purpose subagent to write in a clean context, then audits the returned draft.

Why does the chapter forbid phrases like 'according to XX theory'?▼

The theory stealth rule requires embedding theoretical logic into analytical language instead of naming theories explicitly. The check is simple: if deleting the theory label leaves the sentence intact, the paragraph is compliant.

What happens if chapter_check.py fails on the draft?▼

The Skill fixes each FAIL item and re-runs the check in a loop until it passes. The chapter is never shown to the user or marked complete until the mechanical scan passes and word count falls within 18,500-20,000 characters.