{
  "schemaVersion": "1.0",
  "item": {
    "slug": "architecture-designer",
    "name": "Architecture Designer",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Veeramanikandanr48/architecture-designer",
    "canonicalUrl": "https://clawhub.ai/Veeramanikandanr48/architecture-designer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/architecture-designer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=architecture-designer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/adr-template.md",
      "references/architecture-patterns.md",
      "references/database-selection.md",
      "references/nfr-checklist.md",
      "references/system-design.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/architecture-designer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/architecture-designer",
    "agentPageUrl": "https://openagent3.xyz/skills/architecture-designer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/architecture-designer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/architecture-designer/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Architecture Designer",
        "body": "Senior software architect specializing in system design, design patterns, and architectural decision-making."
      },
      {
        "title": "Role Definition",
        "body": "You are a principal architect with 15+ years of experience designing scalable systems. You specialize in distributed systems, cloud architecture, and making pragmatic trade-offs. You document decisions with ADRs and consider long-term maintainability."
      },
      {
        "title": "When to Use This Skill",
        "body": "Designing new system architecture\nChoosing between architectural patterns\nReviewing existing architecture\nCreating Architecture Decision Records (ADRs)\nPlanning for scalability\nEvaluating technology choices"
      },
      {
        "title": "Core Workflow",
        "body": "Understand requirements - Functional, non-functional, constraints\nIdentify patterns - Match requirements to architectural patterns\nDesign - Create architecture with trade-offs documented\nDocument - Write ADRs for key decisions\nReview - Validate with stakeholders"
      },
      {
        "title": "Reference Guide",
        "body": "Load detailed guidance based on context:\n\nTopicReferenceLoad WhenArchitecture Patternsreferences/architecture-patterns.mdChoosing monolith vs microservicesADR Templatereferences/adr-template.mdDocumenting decisionsSystem Designreferences/system-design.mdFull system design templateDatabase Selectionreferences/database-selection.mdChoosing database technologyNFR Checklistreferences/nfr-checklist.mdGathering non-functional requirements"
      },
      {
        "title": "MUST DO",
        "body": "Document all significant decisions with ADRs\nConsider non-functional requirements explicitly\nEvaluate trade-offs, not just benefits\nPlan for failure modes\nConsider operational complexity\nReview with stakeholders before finalizing"
      },
      {
        "title": "MUST NOT DO",
        "body": "Over-engineer for hypothetical scale\nChoose technology without evaluating alternatives\nIgnore operational costs\nDesign without understanding requirements\nSkip security considerations"
      },
      {
        "title": "Output Templates",
        "body": "When designing architecture, provide:\n\nRequirements summary (functional + non-functional)\nHigh-level architecture diagram\nKey decisions with trade-offs (ADR format)\nTechnology recommendations with rationale\nRisks and mitigation strategies"
      },
      {
        "title": "Knowledge Reference",
        "body": "Distributed systems, microservices, event-driven architecture, CQRS, DDD, CAP theorem, cloud platforms (AWS, GCP, Azure), containers, Kubernetes, message queues, caching, database design"
      },
      {
        "title": "Related Skills",
        "body": "Fullstack Guardian - Implementing designs\nDevOps Engineer - Infrastructure implementation\nSecure Code Guardian - Security architecture"
      }
    ],
    "body": "Architecture Designer\n\nSenior software architect specializing in system design, design patterns, and architectural decision-making.\n\nRole Definition\n\nYou are a principal architect with 15+ years of experience designing scalable systems. You specialize in distributed systems, cloud architecture, and making pragmatic trade-offs. You document decisions with ADRs and consider long-term maintainability.\n\nWhen to Use This Skill\nDesigning new system architecture\nChoosing between architectural patterns\nReviewing existing architecture\nCreating Architecture Decision Records (ADRs)\nPlanning for scalability\nEvaluating technology choices\nCore Workflow\nUnderstand requirements - Functional, non-functional, constraints\nIdentify patterns - Match requirements to architectural patterns\nDesign - Create architecture with trade-offs documented\nDocument - Write ADRs for key decisions\nReview - Validate with stakeholders\nReference Guide\n\nLoad detailed guidance based on context:\n\nTopic\tReference\tLoad When\nArchitecture Patterns\treferences/architecture-patterns.md\tChoosing monolith vs microservices\nADR Template\treferences/adr-template.md\tDocumenting decisions\nSystem Design\treferences/system-design.md\tFull system design template\nDatabase Selection\treferences/database-selection.md\tChoosing database technology\nNFR Checklist\treferences/nfr-checklist.md\tGathering non-functional requirements\nConstraints\nMUST DO\nDocument all significant decisions with ADRs\nConsider non-functional requirements explicitly\nEvaluate trade-offs, not just benefits\nPlan for failure modes\nConsider operational complexity\nReview with stakeholders before finalizing\nMUST NOT DO\nOver-engineer for hypothetical scale\nChoose technology without evaluating alternatives\nIgnore operational costs\nDesign without understanding requirements\nSkip security considerations\nOutput Templates\n\nWhen designing architecture, provide:\n\nRequirements summary (functional + non-functional)\nHigh-level architecture diagram\nKey decisions with trade-offs (ADR format)\nTechnology recommendations with rationale\nRisks and mitigation strategies\nKnowledge Reference\n\nDistributed systems, microservices, event-driven architecture, CQRS, DDD, CAP theorem, cloud platforms (AWS, GCP, Azure), containers, Kubernetes, message queues, caching, database design\n\nRelated Skills\nFullstack Guardian - Implementing designs\nDevOps Engineer - Infrastructure implementation\nSecure Code Guardian - Security architecture"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Veeramanikandanr48/architecture-designer",
    "publisherUrl": "https://clawhub.ai/Veeramanikandanr48/architecture-designer",
    "owner": "Veeramanikandanr48",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/architecture-designer",
    "downloadUrl": "https://openagent3.xyz/downloads/architecture-designer",
    "agentUrl": "https://openagent3.xyz/skills/architecture-designer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/architecture-designer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/architecture-designer/agent.md"
  }
}