strategic-review-webui
v1.1.0
Published
Strategic Review Interactive Web Server
Downloads
172
Readme
strategic-review-webui
Web UI server for reviewing strategic reports stored in .strategic/ directory.
Dependency: strategic-review Skill
This package is designed to work in conjunction with the strategic-review skill.
The strategic-review skill (and its companion strategic-review-interactive skill) instructs the Claude Code agent to save strategic review reports as .md files under the .strategic/ directory in your project. This web UI reads those files and presents them in a browser-based interface.
Without the skill installed, the agent will not generate reports, and this UI will have no content to display.
Recommended Setup
Install the skill:
npx skills add https://github.com/kanghohyeong/strategic-review-skill --skill strategic-review-interactiveRun this web UI in your project directory:
npx -y strategic-review-webui -- --port 3131Ask the agent to perform a strategic review — it will save the report to
.strategic/, which you can then browse in the UI.
Installation
npm install -g strategic-review-webuiUsage
Run the server in any directory that contains a .strategic/ folder:
strategic-review-webuiOr with a custom port:
strategic-review-webui --port 8080Then open http://localhost:3000 in your browser.
npx (no installation)
npx strategic-review-webuiRequirements
- Node.js >= 18
.strategic/directory with.mdreport files (generated by thestrategic-revieworstrategic-review-interactiveskill)
