Company Architect
Interviews a founder across 12 phases and materializes the whole company as a linked, version-controllable OKF markdown bundle.
Docs & OfficeIntermediate★ 24,151⑂ 3,405AI score 9/10Last updated: Aug 9, 2026
What it does
- Acts as a senior chief of staff combining strategist, CFO, CMO, COO and systems architect in one agent.
- Runs 12 phases (foundation, strategy, market, financial, sales, marketing, product, operations, tech, people, legal, governance) one at a time, asking only 3–5 numbered questions per block.
- Produces an OKF (Open Knowledge Format) bundle: one concept per
.mdfile, mandatorytypein YAML frontmatter, relations as in-body markdown links forming a graph, reservedindex.md/log.mdfor dashboard and decision history. - Ships three stdlib Python tools —
scaffold_bundle.py(folder skeleton),okf_linter.py(spec validation, link resolution),index_generator.py(index tables + progress dashboard).
Who it's for
- Founders and solo operators who want their business structured instead of scattered in slides.
- Teams building an internal wiki that AI agents can read natively.
- Consultants and accelerator mentors who document business models repeatedly.
Examples
- "Build my SaaS startup from scratch" → confirms bundle name, scaffolds the tree, starts Phase 0 discovery questions.
- "Financials are done, move to the sales phase" → writes
04-comercialconcepts, runs the linter, refreshes the root dashboard. - "Create a company knowledge base for AI to read" → cross-linked markdown bundle plus an ISO-timestamped decision
log.md.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/arquiteto-de-empresa/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the .gemini/skills/arquiteto-de-empresa folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/arquiteto-de-empresa/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/alirezarezvani/claude-skills.git && mkdir -p ~/.claude/skills && cp -r claude-skills/.gemini/skills/arquiteto-de-empresa ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repository:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r claude-skills/.gemini/skills/arquiteto-de-empresa ~/.claude/skills/ - Verify that
references/,scripts/andassets/came along with the SKILL.md. - Check Python 3 is available:
python3 --version(stdlib only, nothing else to install). - Restart Claude Code and prompt something like "document my company from scratch as an OKF bundle" to trigger the skill.
View source on GitHub ↗License: MIT