atomic-unit-writing · git:20260807.e01509f · 2026-08-07 · sha256 6e25ac3e005f8db6
atomic-unit-writing git:20260807.e01509fA
Immutable. This exact content is served forever at /api/v1/blob/6e25ac3e005f8db6.
---
name: atomic-unit-writing
description: Extract (ACU-style) or freshly author (Nugget-style) a list of atomic content units from a paper, optionally tagged vital/okay for importance. Use this as the first step whenever building a reference set of atomic facts for later recall-checking a summary or abstract against the paper — always precedes atomic-unit-matching.
execution: subagent
prompt: ./prompt.md
input: 'full_text (string), unit_source (string: "extracted" | "authored"), importance_tagging_toggle (boolean)'
output: 'atomic_units (list of {text, importance})'
dependencies:
sops:
- spawn-agent
---
# Atomic Unit Writing
Produces atomic content units — extracted (ACU) or freshly authored (Nugget), optionally importance-tagged. First step of the atomic-unit 3-chain.
## Execution
Subagent — spawned via spawn-agent skill.
<!-- BEGIN available-tables (generated) -->
## Available SOPs
| SOP | When to use |
| --- | --- |
| spawn-agent | Spawn a customized CC subagent with full MCP tool access. |
<!-- END available-tables (generated) -->