Secure Your Forge
This password protects everything you build.
Credential Vault
Your API keys are encrypted with a password you choose. The vault is stored at ~/.voidforge/vault.enc — AES-256-GCM encrypted.
Connect Claude
Claude needs an Anthropic API key to help you build.
Name Your Project
What are you building?
Blueprint Detected
Gandalf notices a scroll on the table. You already have a PRD for your project.
Shall I use this as your blueprint, or would you prefer to start the interview fresh?
Describe Your Vision
Every great project starts with a PRD.
Describe your idea and Claude will generate a production-ready PRD.
Already have a PRD? Drop the file here, upload it, or paste below.
Or copy this prompt into ChatGPT, Gemini, or any AI — then paste the output below.
A blank PRD template will be included in your project at docs/PRD.md. You'll need to fill it out before running /campaign.
This is fine if you want to set up the project structure first and write the PRD later.
Project Credentials
Your PRD references these services. Add API keys now, or fill in .env later.
No project-specific credentials detected in your PRD. You're all set.
Equip Your Project
Configure what you need. Skip what you don't.
Where will this project run?
Connect providers for your deploy target.
Review
Confirm everything before we create your project.
| Project | |
| Directory | |
| Description | |
| Domain | |
| Hostname | |
| PRD | |
| API Keys | |
| Deploy | |
Files to be created
CLAUDE.md — Root context with project name
.claude/commands/ — 28 slash commands (/build, /qa, /campaign, etc.)
.claude/agents/ — 264 agent definitions with operational learnings
docs/methods/ — 29 agent protocols
docs/patterns/ — 37 code reference implementations
docs/NAMING_REGISTRY.md — Agent name registry
VERSION.md — Version tracking
HOLOCRON.md — User guide
CHANGELOG.md — Release history
.voidforge — Project marker
Creating Your Project...
Setting up project files...
Project Created!
Gandalf's work is done. Your project is scaffolded and ready for development.
What's Next
- Open a terminal in your project directory
- Review
docs/PRD.md — fill in any remaining sections
- Open Claude Code and run
/campaign to build your entire app mission by mission
Ready to deploy?
After building your app, run the deploy wizard to provision infrastructure and ship.
voidforge deploy