Status: Mapped Layer: coordination
§Scope
.claude/skills/amanuensis/ — SKILL.md plus the phase instructions, concern calibration, artifact templates, reporting-style contract, and setup reference. The former agents/ directory was removed in 3f3065d; role handoffs now live entirely in the skill references.
§Start here
.claude/skills/amanuensis/SKILL.md; .claude/skills/amanuensis/references/subsystem-survey.md; .claude/skills/amanuensis/references/reporting-style.md
§Notes
Prompt/contract layer. Claims about runtime enforcement must cross to B-02/B-03. Ledger caveat: 11 rows for agents/ name files deleted in 3f3065d and cannot be retired without a destructive B-01** reset — see finding B03-1 and open question 7.
§File ledger
SKILL.md
- Path
.claude/skills/amanuensis/SKILL.md- Review
- examined
- Revision
b8b566f
Why this file is in scope
artifact-templates.md
- Path
.claude/skills/amanuensis/references/artifact-templates.md- Review
- examined
- Revision
b8b566f
Why this file is in scope
concern-territories.md
- Path
.claude/skills/amanuensis/references/concern-territories.md- Review
- examined
- Revision
b8b566f
Why this file is in scope
memory-audit.md
- Path
.claude/skills/amanuensis/references/memory-audit.md- Review
- examined
- Revision
b8b566f
Why this file is in scope
notes.md
- Path
.claude/skills/amanuensis/references/notes.md- Review
- examined
- Revision
b8b566f
Why this file is in scope
onboarding.md
- Path
.claude/skills/amanuensis/references/onboarding.md- Review
- examined
- Revision
b8b566f
Why this file is in scope
open-questions.md
- Path
.claude/skills/amanuensis/references/open-questions.md- Review
- examined
- Revision
b8b566f
Why this file is in scope
phase-1-scope.md
- Path
.claude/skills/amanuensis/references/phase-1-scope.md- Review
- examined
- Revision
b8b566f
Why this file is in scope
phase-2-structural.md
- Path
.claude/skills/amanuensis/references/phase-2-structural.md- Review
- examined
- Revision
b8b566f
Why this file is in scope
phase-3-concerns.md
- Path
.claude/skills/amanuensis/references/phase-3-concerns.md- Review
- examined
- Revision
b8b566f
Why this file is in scope
phase-4-adversarial.md
- Path
.claude/skills/amanuensis/references/phase-4-adversarial.md- Review
- examined
- Revision
b8b566f
Why this file is in scope
phase-5-packaging.md
- Path
.claude/skills/amanuensis/references/phase-5-packaging.md- Review
- examined
- Revision
b8b566f
Why this file is in scope
reporting-style.md
- Path
.claude/skills/amanuensis/references/reporting-style.md- Review
- examined
- Revision
5694080
Why this file is in scope
setup.md
- Path
.claude/skills/amanuensis/references/setup.md- Review
- examined
- Revision
b8b566f
Why this file is in scope
subsystem-survey.md
- Path
.claude/skills/amanuensis/references/subsystem-survey.md- Review
- examined
- Revision
b8b566f
Why this file is in scope
§Concern review
AT-1
- Verdict
- Out of scope
- Evidence
- Code verified
Rationale
AT-2
- Verdict
- Out of scope
- Evidence
- Code verified
Rationale
CC-1
- Verdict
- Out of scope
- Evidence
- Code verified
Rationale
CR-1
- Verdict
- Accepted behavior
- Evidence
- Code verified
Rationale
EP-1
- Verdict
- Out of scope
- Evidence
- Code verified
Rationale
EP-2
- Verdict
- Accepted behavior
- Evidence
- Code verified
Rationale
IF-1
- Verdict
- Accepted behavior
- Evidence
- Code verified
Rationale
RL-1
- Verdict
- Accepted behavior
- Evidence
- Code verified
Rationale
RL-2
- Verdict
- Accepted behavior
- Evidence
- Code verified
Rationale
SC-1
- Verdict
- Accepted behavior
- Evidence
- Code verified
Rationale
SC-2
- Verdict
- Accepted behavior
- Evidence
- Code verified
Rationale
SC-4
- Verdict
- Accepted behavior
- Evidence
- Contract stated
Rationale
SI-1
- Verdict
- Accepted behavior
- Evidence
- Code verified
Rationale
SI-2
- Verdict
- Accepted behavior
- Evidence
- Code verified
Rationale
TB-1
- Verdict
- Out of scope
- Evidence
- Code verified
Rationale
TR-1
- Verdict
- Accepted behavior
- Evidence
- Code verified
Rationale
TR-2
- Verdict
- Out of scope
- Evidence
- Code verified
Rationale
§Seams
§Survey notes
- Survey revision:
b8b566f - Status: adversarial pass complete; packaging pending
§Key types
The subsystem is an executable human/agent protocol rather than a runtime module. Its load-bearing types are the six survey depths, the evidence-quality ladder, terminal concern review, phase artifacts, open questions, and seam assessments (.claude/skills/amanuensis/SKILL.md:Survey workflow@b8b566f; .claude/skills/amanuensis/references/phase-3-concerns.md:For each concern@b8b566f). The agents/*.agent.md files are role-specific adapters; the root skill and its references remain the source of truth (agents/README.md:Agent roster@b8b566f).
§State containers
This layer owns no private mutable runtime state. It names and constrains the durable MCP rows and prose artifacts written by each phase. Phase status is persistent; locks, session authority, and storage history are delegated to B-02/B-03 (.claude/skills/amanuensis/references/subsystem-survey.md:Session setup@b8b566f).
§Data flow
- Onboarding inventories repository structure and calibrates concerns before subsystem claims are authorized.
- Scoping creates a complete file ledger before method bodies are read.
- Structural mapping records types, state, flows, concurrency, and seams.
- Concern review records evidence before terminal dispositions.
- A refutation-framed adversarial pass tries to overturn confirmed or linchpin-dependent claims.
- Packaging updates navigators, materializes projections, checks seam assessability, and advances the subsystem to mapped.
Evidence: .claude/skills/amanuensis/references/onboarding.md:Process@b8b566f; .claude/skills/amanuensis/references/subsystem-survey.md:Running a phase@b8b566f.
§Concurrency model
The workflow permits phase agents but serializes writes to a shared artifact with MCP locks. This survey ran inline because no user-authorized subagents were available. The method treats parallel findings as independent inputs and reserves aggregation and contradiction handling for the coordinator (.claude/skills/amanuensis/references/subsystem-survey.md:Running a phase@b8b566f).
§Seam contracts
§Concern review
All 16 active concerns have terminal dispositions. Scope/revision identity, interruption recovery, trust boundaries, and schema/mirror consistency are applicable; cache, subprocess, and database atomicity concerns are assigned to their owning runtime subsystem. No confirmed B-01 defect survived this pass.
§Adversarial review
The strongest disproof target was that the phase protocol could claim progress without prior-phase output. Server-side monotonic/prerequisite checks compensate for the mechanically representable part (mcp-server/src/invariants.ts:enforcePhasePrerequisites@b8b566f). Generative truth remains outside those guards and is explicitly bounded by evidence and adversarial review. Verdict: method contract upheld with that scope restriction.