Your entire business as a repository-based AI system.
Transform how you work: every client, project, and workflow becomes code that AI understands and executes. No more re-explaining context. No more forgotten decisions. Your company has a permanent brain.
Works with: Claude Code (CLI) and Claude Cowork (macOS app)
WIZRD is a "Company as Code" template - your business operations encoded as a repository that AI reads, understands, and acts on:
- Every client = Folder with persistent context (CLAUDE.md)
- Every project = Memory system (plan.md, context.md, tasks.md)
- Every workflow = Automated agent or skill
- Every lesson = Compounds into reusable knowledge
Result: AI becomes your operating system, not just a tool.
Option A: Claude Code (CLI)
npm install -g @anthropic-ai/claude-codeOption B: Claude Cowork (macOS app) Download from claude.ai - requires Claude Max subscription
git clone https://github.com/filippofilip95/WIZRD.git my-company
cd my-companyclaudeThen run:
/init
The setup wizard will:
- Ask about your company and services
- Configure your brand voice
- Auto-populate CLAUDE.md
- Optionally create your first client folder
- Clean up example files
That's it. Claude now has context about your entire company.
wizrd/
├── CLAUDE.md # Company context (loaded every session)
├── AI-AGENTS.md # Agent/skill documentation
├── LICENSE # MIT license
│
├── .claude/
│ ├── agents/ # 14 specialized agents
│ │ ├── sales.md # Lead qualification, proposals
│ │ ├── content.md # LinkedIn, case studies
│ │ ├── strategy.md # Discovery synthesis
│ │ ├── build.md # Technical implementation
│ │ ├── research.md # Company/industry analysis
│ │ ├── review.md # Repo validation
│ │ └── ... # + 8 more agents
│ │
│ └── skills/ # Auto-invoked guidelines
│ ├── init/ # /init - setup wizard
│ ├── pdf/ # /pdf - markdown to PDF
│ └── support/ # Client issue triage
│
├── clients/
│ ├── templates/ # Client document templates
│ └── _example-acme-widgets/ # Example (delete when ready)
│
├── projects/
│ └── templates/ # plan.md, context.md, tasks.md
│
├── knowledge-base/
│ ├── playbooks/ # How-to guides
│ └── lessons-learned/ # Post-project insights
│
├── content/
│ ├── templates/ # Case study template
│ └── linkedin/ # Posts database + drafts
│
├── operations/
│ └── templates/ # Weekly review template
│
├── scripts/
│ └── validate-repo.sh # CI/CD validation script
│
├── tools/
│ └── pdf-generator/ # Markdown to PDF tool
│
└── .github/
└── workflows/ # GitHub Actions (validation)
Every folder can have a CLAUDE.md that AI reads automatically:
- Root
CLAUDE.md= Company context - Client
CLAUDE.md= Client-specific context - Project
CLAUDE.md= Project-specific context
For multi-week projects, use the 3-file system:
plan.md= Strategy + high-level decisions (rarely changes)context.md= Current status (update every session)tasks.md= Task checklist (update constantly)
14 specialized agents for multi-step workflows:
sales- Lead qualification → proposalscontent- Multi-post content generationstrategy- Discovery synthesis → roadmapsbuild- Architecture → implementation- And 10 more...
Auto-invoked templates and standards:
support- Client issue triage- Templates for common tasks
Once you're in Claude Code:
# Create a new client
"Create a new client folder for [Company Name]"
# Qualify a lead
"Use the sales agent to qualify this new inquiry: [paste inquiry]"
# Generate content
"Use the content agent to create LinkedIn posts from [topic]"
# Analyze a discovery call
"Use the strategy agent to synthesize this discovery transcript"
# Review before sending
"Use the critic agent to review this proposal"# 1. Copy the templates
cp -r clients/templates clients/acme-corp
# 2. Fill in CLAUDE.md
# Open clients/acme-corp/CLAUDE.md and add client details
# 3. Start working
claude
"Let's work on the Acme Corp project"See clients/_example-acme-widgets/ for a complete example.
| Agent | Purpose | Use When |
|---|---|---|
sales |
Lead qualification, proposals | New inquiry, need proposal |
content |
Social posts, case studies | Creating content |
strategy |
Discovery synthesis, roadmaps | After discovery calls |
build |
Technical implementation | Building solutions |
research |
Company/industry analysis | Before meetings |
audit |
AI opportunity assessment | Running audits |
admin |
Follow-ups, invoices | Admin tasks |
review |
Repo health checks | Validating structure |
critic |
Quality review | Before sending |
brainstormer |
Idea generation | Need fresh ideas |
elicit |
Deep requirements | Finding blind spots |
orchestrator |
Route to best agent | Unsure which agent |
content-sk |
Slovak content | Slovak language |
See AI-AGENTS.md for detailed documentation.
1. CLIENT PROJECT
↓
2. LESSONS LEARNED
↓
3. CONTENT GENERATION
↓
4. INDUSTRY RESEARCH
↓
5. BETTER TEMPLATES
↓
6. NEXT PROJECT (starts smarter)
Every project makes your system smarter.
- Update
CLAUDE.mdwith your company info - Review and customize agents in
.claude/agents/ - Add your own skills in
.claude/skills/ - Create your first real client folder
- Delete
_example-acme-widgets/when ready - Add your knowledge to
knowledge-base/
Your company isn't a collection of documents. It's a codebase.
The old way: Re-explain context every conversation. AI forgets everything. You're the eternal onboarding manager for a goldfish.
The new way: Your entire company - clients, projects, decisions, processes - lives in a git repository. AI reads it. AI understands it. AI picks up exactly where you left off, even weeks later.
This is Company as Code.
See knowledge-base/playbooks/company-as-code-foundation.md for the full philosophy.
This template is open source. Feel free to:
- Adapt it for your business
- Share improvements
- Create industry-specific versions
Inspired by:
- The "Company as Code" movement
- Claude Code's
.claude/conventions - Real-world agency operations
MIT License - Use freely, adapt as needed.
Ready to transform your business? Start with claude and see the difference.