Releases: ViryaZheng/promptly-prompt
Releases · ViryaZheng/promptly-prompt
Release list
v1.0.0
promptly-prompt v1.0.0
Hook-based Claude Code skill that forces AI to understand before executing.
Install
git clone https://github.com/recomby-ai/promptly-prompt.git && cd promptly-prompt && bash install.shOr download promptly-prompt.skill and unzip to ~/.claude/skills/, then run install.sh.
What it does
Three disciplines injected into complex requests:
- Cognition Check — AI limitations awareness
- Requirement Understanding — Deep understanding + implicit needs + wait for confirmation
- Method Search — Find existing methods/frameworks before building from scratch
Simple commands pass through. No API calls, Python stdlib only, < 50ms.
MIT License.