Skip to content

Phantazein-apps/project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project-template — the Phantazein development framework

Use this template Framework Claude Code

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.svg with your project's banner (or remove it).

[PROJECT_NAME]

[One-line description]

Quick Start

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 dev

Documentation

This 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

Project Structure

.
├── 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

Using This Template

  1. Click Use this template on GitHub (or clone and re-init)
  2. Replace all [PLACEHOLDER] values in VECTOR.md, CLAUDE.md, ARCHITECTURE.md
  3. Replace assets/banner.svg with your project's banner (or remove the hero block)
  4. Delete this "Using This Template" section and the "Note for new projects" line from README
  5. Start building

Framework Components

  • Investiture — Project doctrine layer (VECTOR.md, principles, research)
  • SuperClaude — Workflow automation layer (slash commands, personas)
  • Claude Code — Base AI runtime

SuperClaude Setup (Optional)

git clone https://github.com/SuperClaude-Org/SuperClaude_Framework.git
cd SuperClaude_Framework
./install.sh

License

[LICENSE_TYPE]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors