
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@cdw0424/super-prompt
Advanced tools
Super Prompt v7.1.0 - Simplified Development Assistant for Cursor IDE
Simplified Development Assistant for Cursor IDE
Super Prompt v7 is a complete rewrite focused on simplicity and Cursor IDE integration. It provides framework-specific best practices, professional development roles, and a lightweight Spec-Driven Development workflow.
.mdc rules and /commands# Install globally
npm install -g @cdw0424/super-prompt
# Initialize in your project
cd your-project
super-prompt super:init
When you run super:init, you'll be prompted to select your project type:
๐ฆ Select your project type:
1. Next.js + TypeScript (React framework)
2. React + TypeScript
3. React Router v7 + TypeScript
4. Vue.js + TypeScript
5. Python
6. Django (Python web framework)
7. FastAPI (Python API framework)
8. All Frameworks (install everything)
Enter your choice (1-8) [1]:
After initialization, your project will have:
your-project/
โโโ .cursor/
โ โโโ rules/
โ โ โโโ 01-codequality.mdc # Code quality guidelines
โ โ โโโ 10-clean-code.mdc # Clean code principles
โ โ โโโ 30-typescript.mdc # TypeScript best practices (if selected)
โ โ โโโ 40-react.mdc # React best practices (if selected)
โ โ โโโ roles/ # 10 professional roles
โ โ โโโ architect.mdc
โ โ โโโ backend.mdc
โ โ โโโ frontend.mdc
โ โ โโโ devops.mdc
โ โ โโโ double-check.mdc
โ โ โโโ performance.mdc
โ โ โโโ qa.mdc
โ โ โโโ refactor.mdc
โ โ โโโ security.mdc
โ โ โโโ troubleshooting.mdc
โ โโโ commands/
โ โโโ sdd-micro.md # Spec-Driven Development workflow
โโโ ...
These rules are automatically applied to all your code:
Invoke specialized AI roles for different tasks:
| Role | Command | Description |
|---|---|---|
| Architect | @architect | System architecture design and technical decisions |
| Backend | @backend | Backend & API development, scalability, security |
| Frontend | @frontend | Frontend & UI/UX development, accessibility |
| DevOps | @devops | CI/CD, infrastructure, deployment automation |
| Double Check | @double-check | Risk audit, verification, confession-driven review |
| Performance | @performance | Performance optimization, profiling, benchmarking |
| QA | @qa | Quality assurance, testing strategy, test automation |
| Refactor | @refactor | Code refactoring, technical debt reduction |
| Security | @security | Security audit, threat modeling, vulnerability analysis |
| Troubleshooting | @troubleshooting | Debugging, root-cause analysis, incident response |
Execute specialized workflows:
/sdd-micro - Lightweight Spec-Driven Development workflow
/sdd-micro
> What feature are you building?
Add rate limiting to API
> Why does this matter?
Prevent abuse and ensure fair usage
> How will you know it's done?
- 100 req/min limit enforced
- 429 status on exceed
- Rate limit headers in response
โ Created: docs/super-prompt/sdd/001-251010-add-rate-limiting/spec.md
โ Created: docs/super-prompt/sdd/001-251010-add-rate-limiting/plan.md
@architect How should I structure a microservices architecture?
@frontend What's the best way to implement dark mode in React?
@security Can you review this authentication flow for vulnerabilities?
@performance How can I optimize this database query?
@double-check Review this PR for potential issues
@qa What test cases should I add for this feature?
@refactor How can I improve this code's maintainability?
v7 is a complete rewrite with breaking changes. Follow these steps for a clean upgrade:
# Uninstall old version
npm uninstall -g @cdw0424/super-prompt
# Remove old global files (if they exist)
rm -rf ~/.super-prompt
rm -rf ~/.cursor/mcp.json # Only if you used v6 MCP features
cd your-project
# Remove old Super Prompt files
rm -rf .super-prompt/
rm -rf .cursor/rules/*-sdd-*.mdc
rm -rf python-packages/
rm -rf personas/
# Remove old MCP configuration (if exists)
rm -f .cursor/mcp.json
# Install new version
npm install -g @cdw0424/super-prompt
# Initialize in your project
super-prompt super:init
Choose the framework that matches your project when prompted.
| v6 | v7 |
|---|---|
| MCP + Python architecture | Pure JavaScript/Node.js |
| 29+ personas | 10 focused roles |
| Complex SDD workflow | Lightweight SDD micro-cycle |
.md commands | .mdc rules + .md commands |
| Manual mode switching | Framework-based configuration |
| Global MCP server | Cursor-native integration |
Select "All Frameworks" if you work with multiple stacks or want all rules available.
The SDD (Spec-Driven Development) micro-cycle is a lightweight workflow inspired by GitHub's Spec-Kit:
Each feature gets its own folder:
docs/super-prompt/sdd/
โโโ 001-251010-add-rate-limiting/
โ โโโ spec.md
โ โโโ plan.md
โ โโโ notes.md
โโโ 002-251015-jwt-authentication/
โ โโโ spec.md
โ โโโ plan.md
โโโ ...
Each role provides:
Contributions are welcome! Please read our contributing guidelines before submitting PRs.
MIT License - see LICENSE for details.
Built with โค๏ธ for the Cursor IDE community.
Super Prompt v7 - Simplified Development Assistant for Cursor IDE
FAQs
Super Prompt v7.1.0 - Simplified Development Assistant for Cursor IDE
We found that @cdw0424/super-prompt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.ย It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.