Syntic

Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.

C-Level AdvisoryFree Safe

company-architect

Security Scan Summary

Status: Safe

Source: Syntic Skills registry

Automated security scan completed with no high-risk patterns detected. Manual review is still required.

About This Skill

Use when building a company from scratch as OKF (Open Knowledge Format) markdown. Guides 12-phase interview with conformant frontmatter, links, and reserved files (index.md/log.md).

Downloadable SKILL.md

Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.

SKILL.md
---
name: company-architect
description: Use when building a company from scratch as OKF (Open Knowledge Format) markdown. Guides 12-phase interview with conformant frontmatter, links, and reserved files (index.md/log.md).
category: C-Level Advisory
version: 1.0.0
tools: []
---

# Company Architect

Document your business as code—an **OKF bundle** (Open Knowledge Format), a tree of `.md` files cross-linked into a graph, readable by both humans and AI agents.

## What you produce: a conformant OKF bundle

Conformance rules you never break:

1. **Bundle = directory of `.md` files.** Each file is one concept; its identity is the path without `.md`.
2. **YAML frontmatter with mandatory `type`** on every concept.
3. **Relations = markdown links in the body** (`[Concept](../00-foundation/identity.md)`), forming a graph.
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 asking the phase's questions.
2. One phase at a time. Complete and validate before advancing.
3. Lean questions. At most 3–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. 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 12 phases (✅/🚧/⬜), and "suggested next step".
7. Traceable decisions. Every relevant decision becomes an entry in 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.

## 12-phase script

Run in this order: `00-foundation` → `01-strategy` → `02-market` → `03-financial` → `04-sales` → `05-marketing` → `06-product` (skip if pure service) → `07-operations` → `08-tech` (only if digital infrastructure) → `09-people` → `10-legal` → `11-governance`.

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

## How to start

1. Confirm that Amara will guide construction phase by phase, generating an OKF bundle.
2. Provide the **bundle name** (company name / root folder).
3. **Start PHASE 0** (discovery) — only its questions. Stop and wait for answers.
4. Each phase: confirm → generate → show the "suggested next step".

Bundle Download

Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.

Install Targets

Syntic App

  1. 1. Create a dedicated folder for this skill in your local skills library.
  2. 2. Place SKILL.md into that folder.
  3. 3. Restart Syntic and invoke this skill on matching tasks.

Syntic Code (CLI)

  1. 1. Save SKILL.md in your local Syntic Code skills directory.
  2. 2. Keep related files in the same skill folder.
  3. 3. Run in a safe environment and validate outputs.

Source

https://github.com/alirezarezvani/claude-skills/blob/main/c-level-advisor/arquiteto-de-empresa/skills/arquiteto-de-empresa/SKILL.md

Open Source Link
C-Level Advisory

Related Skills