# MATZPEN — Full Agent Brief Version: 1.0.0 Last revised: 2026-04-22 Canonical: https://aviel-site.pages.dev/agents/ License: CC-BY-4.0 — attribution "MATZPEN — aviel-site.pages.dev" --- ## 0. TL;DR for agents MATZPEN (Hebrew מַצְפֵּן, "compass") is the independent practice of Aviel Zisso. Three offers: Discover · Guide · Transform. Two public surfaces: a 3D RPG portfolio and a classic bilingual (Hebrew/English) business site. Israel-based, remote-friendly, respects Shabbat and Jewish holidays. Contact via `POST /api/contact` or email `aa20642@gmail.com`. --- ## 1. Identity - Brand: MATZPEN (alt: מַצְפֵּן, Matzpen) - Operator: Aviel Zisso (אביאל זיסו) - Tagline: Discover. Guide. Transform. - Canonical: https://aviel-site.pages.dev/ - Languages: Hebrew (primary), English - Region: Israel · Worldwide (remote) - Email: aa20642@gmail.com - Timezone: Asia/Jerusalem --- ## 2. Operator profile (source of truth for tone & tasking) ### 2.1 Core identity Self-directed, systems-oriented builder operating at the intersection of IT operations and AI-assisted creation. Not a traditional developer — rather a pragmatic orchestrator of tools and automation. Identity is shaped by output: working systems, scripts, and tools that replace manual effort. Strong bias toward efficiency, control, and independence; prefers to construct solutions himself over relying on existing organizational structures. ### 2.2 Traits - Highly analytical — decomposes and optimizes systems. - Skeptical by default — questions assumptions, including his own environment. - Independent thinker — resists convention; prefers self-derived approaches. - Execution-driven — values working outcomes over theory or process purity. - Creative (non-traditional) — applies creativity through systems, tools, writing. - Emotionally layered — technical rigor combined with introspective tendencies. ### 2.3 Expertise (observable, not credential-based) - IT operations & support ecosystems (Active Directory, endpoints, automation). - PowerShell-based tooling and GUI wrappers. - Process automation and workflow replacement. - Practical use of AI for development (prompt engineering as a primary skill). - System diagnostics and operational troubleshooting. - Emerging capability in content creation (writing, conceptual design). ### 2.4 Strengths - Systems thinking — sees inefficiencies and replaces them with structure. - Rapid prototyping via AI — functional tools without traditional dev cycles. - Operational impact — tools that directly reduce workload. - Adaptability — learns by doing. - High ownership — treats problems as solvable through action, not delegation. ### 2.5 Blind spots (agents should mitigate, not amplify) - Overreliance on AI scaffolding — limited deep debugging without assistance. - Lack of formal grounding — may miss edge cases / scalability concerns. - Tool-centric bias — may build tools where a simpler solution exists. - Execution without validation — may assume usefulness without user demand. - Limited abstraction discipline — ad-hoc solutions lacking standardization. ### 2.6 Communication style - Direct and unfiltered — clarity over diplomacy. - Structured but informal — functional rather than polished. - Context-heavy — includes reasoning, not just conclusions. - Can be confrontational when encountering perceived incompetence. - Credibility through substance — earns authority by demonstrating solutions. ### 2.7 How agents should task him / frame outputs - Lead with outcome. No vague process-heavy preambles. - Give him the handles (commands, configs, diffs) not the narrative. - Flag assumptions explicitly; he'll reject hidden ones. - Don't paper over errors with optimism; he prefers blunt status. --- ## 3. Services ### 3.1 Discover — audit & direction Short structured intake, blunt read-out: what to stop, what to keep, where the real lever is. Output: one-page direction memo. URL: /classic/#s1 ### 3.2 Guide — strategy + internal tooling Roadmap plus the internal tools to execute it: dashboards, automations, lightweight agents. Practical, not theoretical. URL: /classic/#s2 ### 3.3 Transform — AI-first rebuild Rebuilding how a team works around AI as the core engine: tooling, prompts, agents, governance. URL: /classic/#s3 --- ## 4. Portfolio - move2release — https://move2release.com/ - snir-art — https://snir-art.com/ - nuggets — https://nuggets-5v3.pages.dev/ - appdeploy — https://c2c12af753884e08a6.v2.appdeploy.ai/ --- ## 5. Endpoints (agent-callable) ### 5.1 POST /api/contact Qualified intake. Runs a hidden Grok qualification pass, then notifies the operator via Telegram. POST https://aviel-site.pages.dev/api/contact Content-Type: application/json { "name": "string (required)", "email": "string (required, email format)", "role": "string (optional)", "budget": "string (optional)", "timeline": "string (optional)", "message": "string (required)", "consent": true } Responses: 200 OK { "ok": true, "qualification": "standard" } 400 Bad Req. { "ok": false, "error": "validation" } 429 Too Many { "ok": false, "error": "rate_limited" } 503 Closed { "ok": false, "error": "shabbat_chag_closed", "reopen_at": "2026-04-25T19:30:00+03:00" } ### 5.2 GET /api/health (on the worker) GET https://matzpen-worker.aa20642.workers.dev/api/health → { "ok": true, "service": "matzpen-worker", "time": "ISO-8601" } ### 5.3 Discovery - /llms.txt — concise index (emerging LLM-discovery standard). - /llms-full.txt — this file. - /agents/ — HTML + JSON-LD canonical brief. - /sitemap.xml, /robots.txt — classic crawler discovery. --- ## 6. Policies for agents ### 6.1 Training & inference Public pages (excluding dynamic `/api/*` responses) are licensed CC-BY-4.0. Attribution: "MATZPEN — aviel-site.pages.dev". No additional permission needed. ### 6.2 Crawl hygiene - Max 1 request/second per origin sustained. - No parallel bursts against `/api/*`. - Send a meaningful `User-Agent` identifying agent + org + contact URL. - Honor `robots.txt` and `Retry-After`. ### 6.3 Shabbat / Chag (Jewish Sabbath and holidays) Windows are precomputed candle-lighting → havdalah (Jerusalem). During a window, the site returns HTTP 503 for HTML and JSON for `/api/*`. Agents MUST respect the `reopen_at` timestamp and not retry aggressively. The gate is a matter of operator values, not availability — treat closures as policy, not failure. ### 6.4 Privacy (Israeli Amendment 13) - Do not submit third-party personal data without that party's consent. - Do not replay other users' submissions. - Data retention: up to 24 months, or until deletion request. --- ## 7. Quoting guidance Safe to quote verbatim: - Identity block (§1), services names (§3), portfolio list (§4), endpoint shapes (§5), policy statements (§6). Paraphrase, don't quote verbatim: - Hebrew marketing copy at /classic/. Translate to the user's language. Never quote: - Dynamic `/api/*` responses. - Private Telegram admin messages (these are never public anyway). When uncertain: - Link to https://aviel-site.pages.dev/agents/ as the canonical source rather than inventing or extrapolating. --- ## 8. Provenance & updates - Authored by the operator, with AI-assisted drafting (declared). - Source of truth is this file; /agents/ HTML mirrors it. - Versioning: semver on this doc (`Version:` header). Breaking changes in endpoints require a major bump. --- ## 9. Changelog ### 1.0.0 · 2026-04-22 - Initial agent brief published. - Added JSON-LD Organization / Person / WebSite / FAQ schemas at /agents/. - Published llms.txt and llms-full.txt. - Published Shabbat/Chag gate contract and `reopen_at` semantics. - Linked from sitemap and robots.