Releases: VoDaiLocz/Enhance-Prompt
Releases · VoDaiLocz/Enhance-Prompt
v1.0.0 Initial Release
Enhance Prompt Release Notes
v1.0.0 (2026-03-03)
Added
- 7-Layer Enhancement Framework — systematic prompt improvement across 7 dimensions (Clarity, Specificity, Context, Structure, Constraints, Output Format, Verification)
- Multi-level Codebase Scanning — L1 (overview), L2 (architecture), L2.5 (monorepo + framework detection), L3 (deep scan)
- HARD-GATE enforcement — mandatory codebase scan before every enhancement
- Iron Law — "No enhanced prompt without codebase context"
- Process Flow diagrams — graphviz-style flow for enhancement and scanning workflows
- Quality Scorecard — Before/After scoring table (7 dimensions, /35 total)
- Difficulty Estimate — complexity, time, risk, and files-affected per enhancement
- Risk Assessment — High/Medium/Low risks with mitigation strategies
- Alternative Approaches — comparison table with pros/cons and recommended scenarios
- 11 Professional Templates — Bug Fix, New Feature, Performance, Refactor, Security, Documentation, Testing, UI/Styling, API Integration, DevOps, Database
- Multilingual Support — detects non-English prompts, outputs bilingual enhanced prompt
- Monorepo Detection — Turborepo, Nx, Lerna, PNPM Workspaces
- Framework Detection — Next.js App Router/Pages, FastAPI, Django, Express, NestJS, React
- Copy-Ready Output — clean version ready to paste into any AI tool
- Red Flags — checklist to detect and fix incomplete enhancements
- Common Rationalizations — rebuttals to excuses for skipping the process
/enhance-promptslash command — works with Claude Code, Cursor, Codex, OpenCode- Plugin manifests — Claude Code (
.claude-plugin/), Cursor (.cursor-plugin/) - Install guides — Codex (
.codex/INSTALL.md), OpenCode (.opencode/INSTALL.md)