section-report-writer

Writes qualitative investment interpretations from section findings.md files into report.md outputs.

Updated May 9, 2026
One-click install
npx skills add https://github.com/122yjs/invest_harness --skill section-report-writer-122yjs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: section-report-writer
Source: https://github.com/122yjs/invest_harness/tree/main/plugins/vertical-plugins/invest-research/skills/section-report-writer
Command: npx skills add https://github.com/122yjs/invest_harness --skill section-report-writer-122yjs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Analyst findings files contain raw data, tables, and figures, but investors need the qualitative "So What" — the interpretation, investment implications, and risk/catalyst meaning behind the numbers. This Skill converts a section's findings.md into a structured report.md without inventing new data or repeating tables verbatim. ## Core Features & Use Cases - Findings-to-Interpretation Conversion: Reads a section's findings.md and derives 2-3 core "So What" interpretations, each with explicit source and reference date. - Balanced Investment Implications: Separates positive and negative implications, plus short-term versus long-term risks and catalysts. - Evidence Trust Boundary Enforcement: Treats reconciliation.md as a read-only trusted source and excludes quarantined (divergent or unresolved) claims from the report. - Use Case: After an analyst produces 01_financial/findings.md for a company, invoke this Skill to generate 01_financial/report.md containing the qualitative interpretation, investment implications, and risk/catalyst summary in Korean business-report style. ## Quick Start Read the findings.md for section 01_financial in the active workspace and write its qualitative interpretation and investment implications to report.md.

Frequently Asked Questions about section-report-writer

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

FAQPage Schema
How do I turn analyst findings into an investment report section?▼

Provide the section's findings.md path and section_id, and the Skill reads the data, derives 2-3 core interpretations with sources and dates, then writes a structured report.md covering implications, risks, and catalysts.

What inputs does the section report writer require?▼

It requires the section's findings.md and a section_id, plus workspace files like request-summary.md and market-price-snapshot.md. Evidence files such as evidence-ledger.md and reconciliation.md are optional but reconciliation.md is treated as a read-only trust source when present.

Can the report include numbers not present in findings.md?▼

No. The Skill explicitly forbids adding new figures or unsourced claims beyond what findings.md contains. It also minimizes repeating tables and focuses on interpretation rather than restating data.

How are conflicting or unresolved data claims handled?▼

Claims marked divergent or unresolved in reconciliation.md are quarantined and excluded from the report. New suspected conflicts are escalated to the QA fix-list as numeric_conflict rather than reconciled directly.

Does this Skill produce final buy or sell recommendations?▼

No. Final investment conclusions and ratings are the responsibility of a downstream report-synthesizer. This Skill only produces section-level qualitative interpretation, implications, and risk/catalyst analysis.