
SCALE Engine
- 50 repo stars
- Updated July 27, 2026
- hongmaple0820/scale-engine
SCALE Engine is an FSM-based agent governance CLI that enforces guardrails, skills, and verification evidence so coding agents can deliver traceable, review-ready work.
About
SCALE Engine is an npm-distributed agent governance framework that turns exploration, planning, implementation, verification, and release into gated commands and evidence files. It installs `.scale` configuration, workflow skills, and templates so humans can see what an agent did or skipped. Use it when you need enforceable guardrails and audit trails around long-running coding agents rather than honor-system prompts alone.
- FSM workflow with verification evidence and review-gated ship
- CLI setup packs, dashboard, and agent-control inbox integration
- Commit discipline, session overlap detection, and MOE workspace boundaries
- Self-evolution via bundled skills, templates, and engineering standards
SCALE Engine by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add hongmaple0820/scale-engineAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 50 |
|---|---|
| Last updated | July 27, 2026 |
| Repository | hongmaple0820/scale-engine ↗ |
How do you stop coding agents from claiming tests passed, skipping review, or shipping without recorded verification?
Bootstrap SCALE Engine in a repo so coding agents follow FSM guardrails, verification evidence, review-gated ship, and session coordination.
Who is it for?
Engineering teams running Claude or other coding agents on real repos who need enforceable workflows and evidence stores.
Skip if: One-off scripts or tiny experiments where formal governance files and multi-session coordination are unnecessary overhead.
What you get
The repo gains `.scale` configs, workflow skills, verification profiles, templates, and CLI commands for context, diagnose, TDD, and status loops.
Recommended Marketplaces
FAQ
What problem does SCALE Engine solve?
It addresses agents skipping clarification, TDD, or review and claiming success without evidence by recording real commands and results.
How do I try it quickly?
The README recommends `npx @hongmaple0820/scale-engine quickstart` plus `setup` and `preflight` in a demo directory.
Does it require a global install?
No; npx is recommended for trials, with optional global npm install for frequent use on Node.js 22+.