The Phantazein development framework — a doctrine-first scaffold for AI-assisted projects.
Part of the Phantazein toolkit · click Use this template to start a new project
Note for new projects: the hero above is the template's own banner. After cloning, replace
assets/banner.svgwith your project's banner (or remove it).
[One-line description]
git clone https://github.com/Phantazein-apps/[PROJECT_NAME].git
cd [PROJECT_NAME]
[INSTALL_COMMAND] # e.g., npm install
[DEV_COMMAND] # e.g., npm run devThis project follows the Phantazein Development Framework.
| File | Purpose |
|---|---|
VECTOR.md |
Project doctrine — problem, audience, value prop, non-goals |
CLAUDE.md |
Agent persona — conventions, principles, workflow activation |
ARCHITECTURE.md |
Technical spec — stack, layers, patterns, build commands |
Reading order: VECTOR.md → CLAUDE.md → ARCHITECTURE.md
.
├── VECTOR.md # Project doctrine (Investiture)
├── CLAUDE.md # Agent persona + SuperClaude activation
├── ARCHITECTURE.md # Technical specification
├── vector/
│ ├── research/ # User interviews, JTBD, personas
│ ├── schemas/ # Data models, API specs
│ └── decisions/ # Architecture Decision Records
├── src/ # Source code
└── tests/ # Test suites
- Click Use this template on GitHub (or clone and re-init)
- Replace all
[PLACEHOLDER]values in VECTOR.md, CLAUDE.md, ARCHITECTURE.md - Replace
assets/banner.svgwith your project's banner (or remove the hero block) - Delete this "Using This Template" section and the "Note for new projects" line from README
- Start building
- Investiture — Project doctrine layer (VECTOR.md, principles, research)
- SuperClaude — Workflow automation layer (slash commands, personas)
- Claude Code — Base AI runtime
git clone https://github.com/SuperClaude-Org/SuperClaude_Framework.git
cd SuperClaude_Framework
./install.sh[LICENSE_TYPE]