# Doc Extraction Extraction Workflow

> Sub-skill of doc-extraction: Extraction Workflow.

- Skill: `vamseeachanta/doc-extraction-extraction-workflow` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/doc-extraction-extraction-workflow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/doc-extraction-extraction-workflow/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/doc-extraction-extraction-workflow

---


# Extraction Workflow

## Extraction Workflow


```
1. Identify document type (standard, report, manual, datasheet)
2. Segment into sections using headings and structure
3. For each section:
   a. Classify content type(s) from Layer 1
   b. Apply Layer 2 engineering patterns
   c. If domain sub-skill applies, delegate to Layer 3
4. Produce structured output (YAML or JSON)
5. Cross-reference extracted items (e.g. equations reference constants)
```

