to-spec

GitHub

架构工厂中用于将调研与对话证据综合为规格说明书的技能。严格遵循代码库设计术语,定义接缝并记录实现决策。通过模板输出规范草案至指定路径,并将未决问题返回给编排者,不直接提交或创建追踪问题。

skills/to-spec/SKILL.md DanMcInerney/architect-loop

Trigger Scenarios

用户执行 /architect 指令进行架构规划 用户执行 /architect-fast 快速架构流程 编排器调度策略子代理进行需求分解前

Install

npx skills add DanMcInerney/architect-loop --skill to-spec -g -y
More Options

Use without installing

npx skills use DanMcInerney/architect-loop@to-spec

指定 Agent (Claude Code)

npx skills add DanMcInerney/architect-loop --skill to-spec -a claude-code -g -y

安装 repo 全部 skill

npx skills add DanMcInerney/architect-loop --all -g -y

预览 repo 内 skill

npx skills add DanMcInerney/architect-loop --list

SKILL.md

Frontmatter
{
    "name": "to-spec",
    "description": "Spec-writing stage skill for the architect factory: synthesizes the run's conversation, repo evidence, and research findings into `docs\/spec\/<run>.md` after grounding. Invoked by the strategist subagent the orchestrator dispatches during `\/architect` intake — or directly by the orchestrator in `\/architect-fast` (that skill's stage-skill deltas apply) — before decomposition into issues."
}

To Spec

Synthesize the spec from what grounding, intake, and research evidence already surfaced; do not interview. Anything genuinely unanswered goes through step 4.

Process

  1. Read the codebase-design vocabulary (skills/codebase-design/SKILL.md) before writing a line. Reuse its module, interface, seam, adapter, depth, and locality terms exactly; never substitute component, service, boundary, or API for module or interface.
  2. Name the seam(s) this run will exercise before drafting any section. Existing seams are preferred to new ones, at the highest point possible; the ideal number is one. Record them under ## Implementation decisions.
  3. Do not include specific file paths or code snippets in the spec body — they may end up being outdated very quickly. Exception: if a prototype produced a snippet that encodes a decision more precisely than prose can (state machine, schema, type shape), inline it within the relevant decision and note briefly that it came from a prototype. Trim to the decision-rich parts.
  4. Never run the timed-ruling protocol yourself or wait on the human: return every open question to the orchestrator, one line each — RULING NEEDED: <question> | options: <a | b> | default: <option> — <why> — and it runs the protocol (skills/architect/SKILL.md ## Timed-ruling protocol). Rulings already present in your dispatch context are decided; record each as an ## Assumptions entry. (Direct orchestrator invocation only — /architect-fast: run the protocol yourself as that lane records.)
  5. Shape the spec on the template below and write it to docs/spec/<run>.md in your working tree. Do NOT commit it and do NOT create or update the tracking issue — the spec commit and the tracking-issue update (spec pointer, assumptions digest, or the markdown-mode equivalent in skills/architect/tracker.md ## Command mapping) are orchestrator actions after you return. End your reply with SPEC DRAFT: <path> plus any RULING NEEDED: lines.

Template

Write the sections below in this order; the names are load-bearing for hardening and decomposition, so keep them exact.

  • ## Goal — what the run adds and why, from the reader's side.
  • ## Target flow (optional) — a short numbered sequence, only when the run reorders or replaces a multi-step process; omit for additive or single-surface runs.
  • ## Non-goals — what the run deliberately leaves unchanged.
  • ## Assumptions — every timed-ruling default this run applied, one line each, dated.
  • ## Implementation decisions — modules, interfaces, and the seam(s) from step 2, described, never pathed; the one place a prototype snippet may appear, per step 3.
  • ## Validation strategy — how the run's own checks and the closing review confirm the seam(s) hold; name the check-runner and closing review, never new grading machinery.
  • ## Domain language — new or changed vocabulary this run introduces, defined once.
  • ## Open human decisions — anything unresolved once the timed-ruling protocol's timer expires; empty at freeze.
  • ## Verified facts — every claim sourced outside this conversation: source, date fetched, fact supported.
  • ## Preflight evidence — tool, auth, and repo-state evidence gathered before decomposition.

Version History

  • 164d32c Current 2026-07-19 18:15

Same Skill Collection

skills/adversarial-review/SKILL.md
skills/architect-fast/SKILL.md
skills/architect-research/SKILL.md
skills/architect/SKILL.md
skills/codebase-design/SKILL.md
skills/frozen-checks/SKILL.md
skills/integrate/SKILL.md
skills/tdd/SKILL.md
skills/final-review/SKILL.md
skills/to-issues/SKILL.md

Metadata

Files
0
Version
164d32c
Hash
b0ceaa97
Indexed
2026-07-19 18:15

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-29 16:08
浙ICP备14020137号-1 $お客様$