promptify-cli
v1.1.0
Published
AI Development Prompt Generator — interactive wizard to create structured prompts for AI assistants
Maintainers
Readme
promptify-cli
AI Development Prompt Generator — interactive wizard to create structured prompts for AI assistants.
Installation
npm install -g promptify-cliUsage
promptifyRun the interactive 7-step wizard and get a fully structured prompt ready to paste into any AI assistant (ChatGPT, Claude, Gemini, etc.).
promptify --version # Show version
promptify --help # Show helpWizard Steps
| Step | Description | |------|-------------| | 1 | Role — Choose the AI role (Senior Full-Stack, Architect, etc.) or enter a custom one | | 2 | Context — Describe what you're building | | 3 | Stack — Select technologies by category (Framework, UI, Backend/DB, Deployment) | | 4 | Architecture — Hexagonal, DDD, Clean, MVC, Normal, or custom | | 5 | Tasks — Add technical tasks one by one | | 6 | Restrictions — Pre-checked coding guidelines + custom restrictions | | 7 | Language — Generate the prompt in English or Spanish |
Output
- Displays the formatted prompt in your terminal
- Automatically copies it to your clipboard
- Optionally saves it as a
.mdfile
Example Output (English)
# AI Assistant Prompt
You are a **Senior Full-Stack Developer**. Your goal is to help me implement
the following tasks in the context of the project described below.
## Project Context
A SaaS task management app with real-time collaboration features.
## Tech Stack
- Next.js
- Tailwind CSS
- shadcn/ui
- Supabase
- Prisma
## Architecture Pattern
Clean Architecture
## Tasks to Implement
1. Create a real-time notification system using Supabase Realtime
2. Implement optimistic UI updates for task status changes
## Restrictions & Guidelines
- Follow clean code principles
- Do not install new libraries without asking
- Return only the requested code
- Do not include installation instructionsRequirements
- Node.js >= 18
License
MIT
