← ClaudeAtlas

analysis-template-creatorlisted

Author and maintain the slide templates in the slide-templates/analysis pack — PEST, Five Forces, logic tree, KPI tree, why-why, fishbone, Pareto, gap analysis, process pain-points, priority matrix — including the drawing primitive a new framework needs. Encodes each framework's own rules: the question it answers, the fact/interpretation split, required sources, misuse guardrails. Use for: 分析フレームのテンプレートを追加・修正, add an analysis-framework template. Not: generic page templates (slide-template-creator); running an analysis (current-state-analysis).
wfukatsu/slide-forge · ★ 2 · Data & Documents · score 66
Install: claude install-skill wfukatsu/slide-forge
*[日本語](SKILL.ja.md)* # Analysis Template Creator (Analysis Template Authoring) A specialist skill for adding and changing slide templates for current-state analysis and problem-identification frameworks in the `slide-templates/analysis/` pack. **The schema, validation, registration, and compatibility conventions are owned by [`slide-template-creator`](../slide-template-creator/SKILL.md).** This skill only adds analysis-framework-specific design rules on top of those; it does not redefine the shared conventions. The working directory is the slide-forge root, and the command is `.venv/bin/python`. ## Boundaries | Request | Route | |---|---| | Create or change a template for an analysis framework | this skill | | A generic (non-analysis) page template | `slide-template-creator` | | Run an analysis and turn it into slides | `current-state-analysis` | | Create a brand/master | `template-forge` | | Visual inspection of a generated deck | `slide-qa` | ## Current state of the analysis pack | category | template | primary primitive | |---|---|---| | macro | `pest-analysis` | `comparison` (4 columns) | | macro | `five-forces` | `cards` × 5 (cross layout) | | structure | `logic-tree` / `kpi-tree` | `mece_tree` | | cause | `why-why` | `flow` | | cause | `fishbone-diagram` | `fishbone` (patterns.py) | | cause | `pareto-analysis` | `pareto` (charts.py) | | process | `process-painpoints` | `flow` + `table` | | gap | `gap-analysis` | `before_after` + `cards` | | priority | `priority-m