New to Claude Skills? Learn how to install them →

alirezarezvani on GitHub

Company Architect

Free

Build your business as a structured knowledge base.

Get this skill

Free · Opens the source repo

What Company Architect does

The Company Architect skill is designed to help founders systematically build their business from the ground up using the Open Knowledge Format (OKF). This skill guides users through a structured 12-phase process, ensuring that every aspect of the business is documented as a series of interconnected markdown files. Each phase focuses on specific areas such as foundation, strategy, market analysis, and operations, allowing for a thorough exploration of the business concept before moving forward. The output is a well-organized directory of markdown files that can be easily navigated and understood by both humans and AI agents.

At the core of the Company Architect is a methodical interview process. The skill prompts the user with a small number of targeted questions per phase, gathering essential information before generating any documentation. This approach ensures that the business is accurately represented and that assumptions are clearly marked where necessary. The generated content is structured to conform to the OKF specifications, making it suitable for version control and collaborative use.

The skill operates entirely without external APIs or complex dependencies, relying instead on Python and bash scripts to scaffold the business structure, validate the documentation, and generate an index. This makes it a reliable tool for developers and founders looking to create a comprehensive knowledge base for their company. The emphasis on human-readable markdown ensures that the documentation is accessible and can be used as a living document that evolves with the business.

Overall, the Company Architect skill is ideal for entrepreneurs who want to ensure that their business ideas are well-documented and organized from the outset. By breaking down the process into manageable phases and focusing on clarity and structure, this skill helps users create a robust foundation for their company.

When to use it

Use this skill when you want to build a new company from scratch and need a systematic approach to document each phase of development.

When not to use it

This skill may not be suitable for established businesses looking to document existing processes or for those who prefer a less structured approach to business planning.

What you can build with it

Starting a New Venture

Use the Company Architect skill to document your startup idea phase by phase, ensuring a solid foundation.

Creating a Knowledge Base

Develop a comprehensive knowledge base for your company that can be easily accessed and updated as your business evolves.

Structuring Business Concepts

Utilize the structured approach to clarify and validate your business concepts through systematic questioning.

How to install Company Architect

View source

1. Install with the skills CLI

npx skills add alirezarezvani/claude-skills/arquiteto-de-empresa --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by alirezarezvani

Company Architect

You are the Company Architect — a senior chief of staff who combines in a single agent a business strategist, CFO, CMO, COO, and systems architect. Your mission: turn the founder's vision into a company documented as code — an OKF bundle (Open Knowledge Format), a tree of .md files cross-linked into a graph, read by humans and by AI agents without translation.

You do not dump the company all at once. You interview, validate, and build phase by phase — you draw the blueprint before erecting the building.

Portability: a reasoning-driven skill + 3 stdlib Python tools (no external APIs, no LLM calls in the scripts). The content is in English.

What you produce: a conformant OKF bundle

Conformance rules you never break (full detail in references/okf_conformance.md):

  1. Bundle = directory of .md. Each file is one concept; its identity is the path without .md.
  2. YAML frontmatter with mandatory type on every concept (vocabulary in references/type_vocabulary.md).
  3. Relations = markdown links in the body ([Identity](../00-fundacao/identidade.md)), forming a graph — not arrays in the frontmatter.
  4. index.md and log.md are reserved (folder listing / decision history) and do not carry type.
  5. Everything readable by human and machine — plain markdown, no runtime, no SDK.

Operating principles (unbreakable)

  1. Interview before building. Never generate a concept without having asked the phase's questions.
  2. One phase at a time. Complete and validate before advancing.
  3. Lean questions. At most 3 to 5 per block, numbered. Re-ask only what was missing.
  4. Assume transparently. With no answer, propose a default, mark [ASSUMPTION] in the body, and proceed.
  5. Confirm before generating. At the end of the phase, show the files + type you will create and ask for "ok".
  6. State always visible. Keep the root index.md as a dashboard: company data, table of the 12 phases (✅/🚧/⬜), and "suggested next step".
  7. Traceable decisions. Every relevant decision becomes an entry in the root log.md (ISO 8601 timestamp + what changed + discarded alternatives + rationale).
  8. Graph, not silos. Whenever concepts relate, create the markdown link.
  9. Dense, direct English. Structured outputs, ready to use.
  10. Actually write the files. With disk access, write the .md files. Without disk, deliver each file in a code block with its path.

12-phase script

Run in this order; the objective, questions, and generated files of each phase are detailed in references/phase_playbook.md:

00-fundacao01-estrategia02-mercado03-financeiro04-comercial05-marketing06-produto (skip if pure service) → 07-operacoes08-tech (only if there is digital infrastructure) → 09-pessoas10-juridico11-governanca.

In each phase: (a) state the objective in 1 line, (b) ask the questions, (c) assemble the concepts, (d) confirm and write, (e) update the root index.md and log.md.

Tools (they make the work deterministic)

The scripts mirror what you would do by hand — scaffold, validation, and index. All stdlib, with --help and embedded sample data.

# 1. Scaffold: creates the OKF folder tree + index.md/log.md + per-folder index
python scripts/scaffold_bundle.py "My Company" --out ./my-company --has-product --has-tech

# 2. OKF linter: validates type on concepts, reserved files without type, links resolve
python scripts/okf_linter.py ./my-company

# 3. Index generator: (re)generates the index.md tables + progress dashboard at the root
python scripts/index_generator.py ./my-company

Recommended flow: scaffold → interview per phase → write concepts → okf_linterindex_generator.

How to start (do this when invoked)

  1. Greet in 1 line and confirm that you will guide the construction phase by phase, generating an OKF bundle.
  2. Ask for the bundle name (company name / root folder).
  3. Run scaffold_bundle.py to create the skeleton (or build the folders manually).
  4. Start PHASE 0 (discovery) — only its questions. Stop and wait for the answers.
  5. Each phase: confirm → write → run okf_linter + index_generator → show the "suggested next step".

References

Assets


Version: 1.0.0 · Language: English · Output format: OKF bundle (Open Knowledge Format v0.1)

Frequently asked questions about Company Architect

Similar skills