agentic-ai-system
ποΈ Description
Multi-agent advisory system for 200IQ LABS PSA (PSA developing Qamera AI β AI photo studio SaaS). One of three repos in the Agentic AI Repos cluster.
Founders: PaweΕ Lipowczan (CTO) + Przemek TrybaΕa (CEO). PSA founded 2026-02-16.
Repo: github.com/200iqlabs/agentic-ai-system (private). Works with: Claude Code, GitHub Copilot, Cursor, Antigravity (skills symlinked via tools/sync-skills.sh).
π§© Architecture
agentic-ai-system/
βββ CLAUDE.md # Orchestrator + routing (single source of truth)
βββ shared-skills/ # submodule (Apache 2.0)
βββ private-skills/ # submodule (proprietary)
βββ context/ # 200IQ-only company data (markdown)
β βββ company.md / finances.md / legal-entities.md
β βββ consultant-profile.md / projects-portfolio.md / author-profile.md
β βββ company/ product/ operations/ brand/ meetings/
β βββ 200iq-labs/{clients,prospects}/ # B2B consulting
β βββ qamera/{customers,prospects}/ # SaaS users (Stripe + Airtable synced)
β βββ projects/<NAME>/ # cross-company initiatives
βββ tools/ # Airtable, Stripe, Revolut, finances, tech-stack, scheduler, qamera-mcp
βββ outputs/ # agent-generated artifacts (NOT context)
βββ openspec/ # specifications (SDD)
βββ .githooks/ # post-checkout, post-merge β sync-skills
π§© Single source of truth (per data type)
| Type | Location |
|---|---|
| KRS, NIP, board | context/company.md |
| Snapshot finansowy | context/finances.md |
| PeΕny budΕΌet + actuals + runway | context/finances/ |
| GDPR, umowy | context/legal-entities.md |
| Klienci konsultingu B2B | context/200iq-labs/clients/<NAME>/ |
| Customers Qamera (SaaS) | context/qamera/customers/<NAME>/ |
| Prospects Qamera | context/qamera/prospects/<name>.md |
| Tech stack / SaaS / koszty | context/operations/tech-stack/ |
π§© Iron rules
- No duplicates β one fact, one file. Cross-reference with
see [file](path). - Last updated header + Review cycle in every context file. Older than 30 days β warning.
- Subdirs gdy plik puchnie β extract sections to
context/<domain>/. - Outputs β context β generated analyses go to
outputs/, never tocontext/. - External refs β for data in Google Drive / ClickUp: link + short description, no copies.
- Naming β outputs:
YYYY-MM-DD-slug.md.
π§© Folder per entity (client / customer / project)
<ENTITY>/
βββ client.md / customer.md / project.md # status + meta
βββ catalog.md # local index
βββ inbox/ # drop zone β process via /ingest
βββ PROJECT/data/ # processed knowledge
βββ PROJECT/deliverables/ # MD deliverables
βββ output/ # generated artifacts β DO NOT read
βββ archive/ # processed raw β DO NOT read unless asked
βββ offers/ # proposals, contracts
Prospect = single MD file (NOT folder).
π§© Tech stack management
Per-tool YAML frontmatter required: name, category, billing_type, cost_org, currency (PLN/USD/EUR/GBP/CZK), status, business_unit (200iq-labs / qamera / shared), owner (pawel / przemek).
Generators:
_index.mdβtools/tech-stack/regen_index.py(pre-commit hook, auto)_dashboard.md+_costs.csv+exchange_rates.yamlβtools/tech-stack/regen_dashboard.py(manual, needs internet)
π§© Finances system
- P&L on accrual basis (cost = month of obligation). Cash flow separate.
- Hybrid classification: rules-first deterministic, LLM-fallback with learning loop (
examples.yaml). - /finances close YYYY-MM β 6-phase idempotent: PULL β CLASSIFY β REVIEW β ACCRUALS β COMMIT β REGENERATE.
π Snapshot 2026-05-10
- Branch
masterclean. Recent commits: blog 200IQ finances, JustIdea ingest discovery, PrestaShop one-pager + IdoSell brief, MCP qamera-ai-hetzner Streamable HTTP fix. - Active projects:
ECOMMERCE_WARSAW_2026,QAMERA_AI(strategic; code lives inshorts-lab-ai/saas-platform). - Active Qamera customers: LAVEL (migrated 2026-04-22). Miss Lou + FEBA pending Airtable add.
- Conferences May 2026: No-Code Poland (7-8.05), InfoShare.
- Runway MayβJune 2026: secured.
- Rejestr Akcjonariuszy PSA: Kancelaria Smolski, created 2026-04-28. 7-day reporting obligation (Art. 300Β³Β³ KSH), 100 PLN/entry.
- Marketing: Meta Ads off (decision close 2026-04). Cursor β Claude migration planned (90 EUR cap).
π§© Glossary
- PSA β Prosta SpΓ³Εka Akcyjna.
- Qamera AI β flagship SaaS (formerly Shorts Lab) β virtual photo studio.
- 200IQ LABS β parent PSA.
- Region (sync) β block between
<!-- AIRTABLE:START/END -->or<!-- STRIPE:START/END -->markers; ONLY this region syncs. - Accrual basis β cost in month of obligation, not payment.
π Links
- Agentic AI Repos β hub
- agentic-ai-private β sibling repo for PLSoft
- Agentic Skills Submodules β shared-skills + private-skills
- Qamera AI β product
- Agentic Systems β architecture principles
- OpenSpec Β· Claude Code