English | 简体中文 | 繁體中文 | 日本語 | 한국어
Japanese-Client-Breaker is a defense harness for high-stakes Japanese enterprise reviews, where approval risk, indirect objections, and internal justification matter.
This project was used in real work, including work to persuade Japanese banks and insurance companies. It was built for situations where delivering the document is only half the job, and the harder half is surviving a high-stakes review, answering indirect objections, and giving stakeholders a face-saving rationale they can defend internally.
Status: under active construction.
Japanese-Client-Breaker is a practical defense harness built for one specific job:
turn a deliverable into a defense strategy that can stand up to a high-stakes Japanese enterprise review.
It is designed for review cultures where the real pressure is not only content quality, but also:
- MECE discipline
- comprehensiveness
- evidence quality
- precedent sensitivity
- formal consistency
- risk awareness
- face-saving communication
This is not a generic prompt pack. It is a structured pipeline for analyzing a deliverable, predicting criticism, building rebuttal trees, quality-checking the arguments, and packaging the result into a usable report.
In high-stakes Japanese enterprise reviews, a good deliverable still fails if:
- the logic has even a small gap
- the categories are not MECE
- the rationale is not explicit enough
- the reviewer cannot justify the recommendation internally
- the reviewer feels approval creates personal risk
This harness exists to prepare for that reality.
This repository is designed to be used from inside Claude Code. You do not need to wire the agents manually.
- Clone the repository and move into it.
git clone https://github.com/HHC225/Japanese-Client-Breaker.git
cd Japanese-Client-Breaker- Put your deliverables in
input/.
Supported inputs include Excel, PDF, PowerPoint, Word, CSV, images, and plain text files. If one deliverable spans multiple files, put all of them in input/.
- Launch Claude Code from the repository root.
If your local installation uses the default CLI entrypoint, this is typically:
claude- Paste this prompt.
Analyze the deliverables in `input/` for a high-stakes Japanese enterprise review. Run the full defense pipeline and generate the HTML report.
- Open the generated report at
_workspace/latest/defense-report.html(or_workspace/run_YYYYMMDD_HHMMSS/).
- Python 3.10+
uvfor the preprocessing script. It can auto-install on first run, but if that fails, install it manually:
curl -LsSf https://astral.sh/uv/install.sh | sh- Internet connection for first-run dependency resolution and Google Fonts in the HTML report. The report falls back to system fonts if offline.
The current design has five core agents:
deliverable-analystBreaks the deliverable into critique-ready items with assumptions, dependencies, and structural gaps.jp-client-criticSimulates a high-stakes Japanese enterprise reviewer and generates realistic objections.persuasion-strategistBuilds multi-level counter-argument trees with culturally calibrated phrasing.consulting-qaStress-tests the arguments through McKinsey, BCG, Bain, Deloitte, and Accenture lenses.report-generatorCompiles the full output into a practical HTML report for meeting preparation.
input/Put the deliverable files you want to analyze here._workspace/Generated at runtime. Each run creates a timestamped subdirectory (run_YYYYMMDD_HHMMSS/) with intermediate artifacts and the final HTML report. Alatestsymlink points to the most recent run.CLAUDE.mdRuntime instructions for using this repository inside Claude Code..claude/agents/Agent definitions for the end-to-end defense pipeline..claude/skills/Reusable skills, references, and orchestration logic.japanese-client-characteristics-research.mdSource research on Japanese banking and financial client behavior.
This project is best suited for:
- teams preparing for high-stakes Japanese enterprise reviews
- delivery teams working under approval pressure inside Japanese organizations
- strategy and PM teams that need recommendations people can justify internally
- operators building agent workflows for objection handling and approval support
This repository is released under the MIT License.
Use it freely.
If this harness helps you survive a high-stakes Japanese enterprise review, answer indirect objections, or build approval-ready arguments people can defend internally, add your pattern, edge case, phrasing, or improvement and open a pull request.
Good field experience is more valuable than polished theory. Please contribute it back.
Contributions are especially welcome if you can add:
- real objection patterns from Japanese client reviews
- better face-saving phrasing
- stronger persuasion trees
- sharper QA standards
- more realistic financial-sector edge cases
The goal is simple: make this more useful in real meetings.
