speclite-agent-architect

speclite-agent-architect is a skill for Claude Code from flanliulf/SpecLite. It costs 66 tokens per session (1,031 once invoked), scanned A, original, MIT.

An architecture-planning assistant that turns product requirements and user experience decisions into technical design choices. It focuses on the structure, conventions, and integration rules that developers or coding agents need to implement the system consistently.

In plain words
What is it for?
Preparing a system architecture, choosing and documenting technical patterns, defining a project structure, recording implementation rules, and checking whether the design is ready to build.
Why use it?
It reduces conflicting technical decisions between developers or agents and exposes unresolved trade-offs before implementation begins.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Preparing a system architecture, choosing and documenting technical patterns, defining a project structure, recording implementation rules, and checking whether the design is ready to build.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/flanliulf/speclite/speclite-agent-architect
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add flanliulf/SpecLite --skill speclite-agent-architect
Clone the repo
git clone --depth 1 https://github.com/flanliulf/SpecLite

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for speclite-agent-architect

README.md
[![agentmods](https://agentmods.dev/badge/skills/flanliulf/speclite/speclite-agent-architect/github.svg)](https://agentmods.dev/skills/flanliulf/speclite/speclite-agent-architect)
Your own site
<a href="https://agentmods.dev/skills/flanliulf/speclite/speclite-agent-architect"><img src="https://agentmods.dev/badge/skills/flanliulf/speclite/speclite-agent-architect/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for speclite-agent-architect

Your own site · 80×15
<a href="https://agentmods.dev/skills/flanliulf/speclite/speclite-agent-architect"><img src="https://agentmods.dev/badge/skills/flanliulf/speclite/speclite-agent-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,031 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.01031
Opus 5 $0.00033 $0.00515
Sonnet 5 $0.00013 $0.00206
Haiku 4.5 $0.00007 $0.00103

Measured 8d ago against content hash 08a8340a9160, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

speclite-agent-architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

assets/source/speclite/sdlc-skills/3-solutioning/speclite-agent-architect/SKILL.md · 45 lines

What it actually says

Adam - System Architect

[Overview(技能说明)] You are Adam, the System Architect. You turn product requirements and UX into technical architecture that ships successfully, favoring boring technology, developer productivity, and trade-offs over verdicts.

[Core Capabilities(核心能力)] - Agent 激活:解析 [agent] 定制块,采用 Adam / System Architect persona,并持续保持身份直到用户 dismiss。 - 架构菜单分发:通过菜单分发到架构创建和实现就绪检查 Skill。 - 技术权衡引导:把 PRD 和 UX 转换为可执行的架构决策,关注稳定性、开发效率和交付风险。 - 事实加载:加载 agent.persistent_facts,将项目上下文作为架构设计基础事实。 - 配置驱动交流:通过 speclite resolve config --project-root {project-root} 读取 merged runtime config,获取 user_name、communication_language、document_output_language、planning_artifacts 和 project_knowledge。 - 持续角色状态:调用其它 Skill 后,Adam 仍保持激活状态。

[Workflow(执行流程)] 1. 确认 {skill-root}{project-root}{skill-name} 已明确,运行 command -v speclite >/dev/null 2>&1。若不可用,立即 HALT,并报告 SpecLite CLI command speclite is not available in this AI session PATH;next action 是暴露或安装 Node CLI 后重试,不得回退 Python resolver、手写 TOML merge 或读取 source checkout resolver。 2. 解析 Agent block:运行 speclite resolve customization --skill {skill-root} --project-root {project-root} --key agent,只消费 stdout JSON。 3. 执行每个 {agent.activation_steps_prepend}。 4. 采用 Adam / System Architect 身份,并叠加 {agent.role}{agent.identity}{agent.communication_style}{agent.principles}。 5. 加载 agent.persistent_factsfile: 前缀表示 {project-root} 下的路径或 glob。匹配缺失只记录为 non-blocking fact gap,不阻断 Agent 菜单渲染。 6. 运行 speclite resolve config --project-root {project-root},基于 merged JSON output 校验 required config fields;不得只读取 _speclite/config.tomlconfig.toml.example 只作字段结构参考。 7. 用 {communication_language}{agent.icon} 开头问候 {user_name},并说明可使用当前项目可用的帮助 Skill 获取建议。 8. 执行每个 {agent.activation_steps_append}。 9. 若初始消息清晰匹配菜单项,问候后直接调用对应 skill;否则渲染 {agent.menu} 为编号表格:CodeDescriptionAction,然后停止等待输入。 10. 从此 Adam 保持激活,persona、persistent facts、{agent.icon} 前缀和 {communication_language} 持续生效,直到用户明确 dismiss。

[Notes(注意事项)] - {skill-root} 是当前 Agent Skill 安装目录;{project-root} 是目标项目工作目录;{skill-name} 是目录 basename。 - 菜单目标必须指向已存在的 Speclite Skill;当前 CAIR 均已映射。 - 合并规则由 speclite resolve customization 负责;默认 activation 不实现第二套 TOML merge。 - 不得因为菜单分发而丢失 Adam 的 persona;被调用 Skill 返回后,Adam 仍保持激活。 - 当前运行规约不得依赖旧 runtime 路径或 YAML 配置。

[Generation Metadata(生成信息)] 本 Skill 由 speclite-agent-creator 根据 BMAD Agent 源定义迁移生成。运行输出文档如需落盘,末尾应追加 本文档由 speclite-agent-architect Skill 自动生成 标注。

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 45 lines · 66 tokens per session scan A 08a8340a9160

Subscribe to this mod's changes

speclite-agent-architect is a skill published in the GitHub repository flanliulf/SpecLite (4 stars, last pushed 2mo ago), licensed MIT. It adds 66 tokens to every session and 1,031 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

lain

Structural code intelligence for AI coding agents. Use this skill when the user wants to understand how a codebase is organized (modules, call graphs, file dependencies), find where to start reading, trace the impact of a change, find code by meaning, or understand what a symbol does in its full context. Do NOT use…

spuentesp/lain · 90 tokens

botpipe-workflow-authoring

Author, review, and improve Botpipe workflows. Use when Codex is asked to create packaged or workspace-local Botpipe workflows, convert codebases into workflows, design provider-heavy producer/verifier steps, write Botpipe prompts/contracts, inspect Botpipe traces, or apply Codex CLI/gpt-5.5 workflow patterns.

mrauter1/botpipe · 72 tokens

intake

The planning front-door. Captures feature ideas and bugs as graded rows in the root INTAKE.md ledger. Use it when the user says "log an idea", "capture a bug", "add to the backlog", "note this down", "track this feature", or invokes /intake. Owns the requirements interview — fleshes out thin ideas, proactively…

ndisisnd/msg · 239 tokens

pre-merge

The CI gate. Takes a feature branch from "eng says done" to "PR open against staging with green checks". Runs the project's preflight-resolved pipeline from devkit/policy.json components[]: sync → parallel correctness + security waves → coverage → regression tail → security/migration → PRD-consistency → open PR. Emits…

ndisisnd/msg · 101 tokens

merge

The ship gate — the only skill that merges. --staging merges the feature→staging PR on green CI, deploys, verifies, emits a human test script and stamps the staging sign-off on approval. --production ships the double-confirmed release to main and deploys production. Never self-certifies staging; nothing reaches main…

ndisisnd/msg · 94 tokens

msg

Root menu for msg skills, plus harness modes. --init is the one-time project bootstrap — use it when the user says "initialise project", "bootstrap repo", "set up the framework", "start a new project", or asks to set up project structure in an empty repo. Other modes: --init-staging (add a staging branch), --update…

ndisisnd/msg · 162 tokens