graph TD
A[Input: all-written-content] --> B[Skill 190: Write Sales Copy]
A --> C[Skill 190: Write Landing Page Copy]
B --> D[Sales Page Text Output]
C --> E[Landing Page Text Output]
D --> F[Skill 223: Merge Copies]
E --> F
F --> G[Output: sales-and-landing-copy]
subgraph SalesCopywriter
B
C
D
E
F
end