create-project-blueprint
v1.0.2
Published
CLI to scaffold project documentation from reusable templates
Maintainers
Readme
Create Project Blueprint
CLI to scaffold project documentation from reusable templates.
Purpose:
- define the project clearly
- document the roadmap
- lock the tech stack
- give coding agents and ChatGPT clean context from day one
Quick Start
npx create-project-blueprint my-appThis will:
- Ask you a few questions about your project
- Let you pick which templates to include
- Scaffold all documentation into
./my-app
You can also pass the project name as an argument to skip the first prompt.
What this repo gives you
- a reusable project brief
- a roadmap template
- a tech stack template
- an
AGENTS.mdpattern for coding agents - a prompt/context file you can paste into ChatGPT or other tools
- a reusable
skill-graph/pattern for linked markdown context
Manual usage
If you prefer not to use the CLI, you can still copy the templates/ folder manually into any project.
