plan-summary-md

Installation
SKILL.md

Plan Summary Markdown

Workflow

Before starting, read the bundled base workflow at <skill-path>/references/plan-summary-workflow.md. It is the authoritative plan-summary body. Follow its explicit-file collector, untrusted-document boundary, evidence analysis, bilingual alignment, report contract, failure handling, and factual handoff without weakening them.

This variant writes aligned Korean and English Markdown only. It never generates HTML and never attempts a browser open.

After authoring the aligned pair, invoke the bundled generator with fixed argv and standard input:

/absolute/trusted/python3 -I <skill-path>/scripts/generate_plan_summary.py \
  --bilingual-json-stdin \
  --output-directory ".plan-summaries" \
  --markdown-only

Require a zero exit and verify both returned Markdown files. Do not create an HTML file through another mechanism. Use --markdown-stdin --markdown-only only when the user explicitly requests one language.

Installs
4
Repository
chann/skills
First Seen
Aug 6, 2026
plan-summary-md — chann/skills