con un clic
edit-docs
expert: "Structural and developmental editing verifying inverted-pyramid
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
expert: "Structural and developmental editing verifying inverted-pyramid
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Use at the start of every agent session, even if the task seems obvious and you think you already know what to do. Activates when the agent has just opened a repository, does not know what to do, needs to orient itself, or is beginning any new session. Also activates for "where do I start?", "what should I work on?", "what is the current state?". Skipping orientation leads to wasted effort and missed context.
expert: "Structured task execution procedure for individual implementation
expert: "Multi-agent development orchestration with conflict-aware parallel
expert: "Review orchestration with adaptive specialist dispatch,
Use at the start of every agent session, even if the task seems obvious and you think you already know what to do. Activates when the agent has just opened a repository, does not know what to do, needs to orient itself, or is beginning any new session. Also activates for "where do I start?", "what should I work on?", "what is the current state?". Skipping orientation leads to wasted effort and missed context.
expert: "Structured task execution procedure for individual implementation
| name | edit-docs |
| description | {"expert":"Structural and developmental editing verifying inverted-pyramid compliance, section architecture, scannability, tone gradient, and audience fit — without touching sentence-level prose","natural":"Check a document's structure and organisation — is the pyramid right, do the headings tell a story, is it scannable?"} |
| triggers | ["edit document structure","review document organisation","check document architecture","developmental edit","structural review of documentation"] |
| roles | ["doc-editor"] |
| stage | documenting |
| constraint_level | medium |
Copy this checklist and track your progress:
Read the document's purpose statement and audience assumptions. If they are missing, flag this as a finding before proceeding. A document without a stated purpose cannot be structurally evaluated against intent.
Copy all headings in order and read them as a standalone outline.
Record the skeleton in the output. It is evidence for every structural finding.
Flag for the style editing stage if the issue is AI-artifact level.
Does the document follow the structural template for its type (README, getting-started, manual, reference, design) as defined in the documentation structure guide? Flag missing required sections.
Each finding includes:
Classify each finding as:
The Edit stage produces a report — it does not edit the document file directly. The orchestrator applies structural-blocking findings to the document before passing it to the next stage. The report must contain enough detail (locations, recommendations) for the orchestrator to make the changes.
## Structural Edit Report
**Document:** {document path}
**Document type:** {README | getting-started | manual | reference | design}
**Purpose statement:** {found | missing}
### Heading Skeleton
{copy of all headings in order}
**Assessment:** {clear story | needs rework | vague headings | inconsistent levels}
### Findings
#### {Finding title}
- **Location:** {section or line}
- **Classification:** {structural-blocking | structural-suggestion}
- **Issue:** {what's wrong}
- **Why it matters:** {impact on readers}
- **Recommendation:** {specific fix}
### Summary
- Structural-blocking findings: {count}
- Structural suggestions: {count}
- Overall structure assessment: {sound | needs rework | major restructure needed}
The document is well-structured and follows a logical order. The headings
are clear and the content flows well. Some sections could be shorter but
overall the organisation is good.
WHY BAD: No heading skeleton extracted. No specific findings. No evidence. No locations. "Well-structured" and "flows well" are qualitative impressions, not structural analysis. A human cannot determine what was actually checked. This is indistinguishable from not editing at all.
## Structural Edit Report
**Document:** docs/getting-started.md
**Document type:** getting-started
**Purpose statement:** found
### Heading Skeleton
1. Introduction
2. Background
3. Configuration
4. Quick Start
5. Reference
**Assessment:** Inverted-pyramid violation — "Background" (§2) appears before
"Quick Start" (§4). Most readers want the quick start first.
### Findings
#### Inverted pyramid: Background before Quick Start
- **Location:** §2 and §4
- **Classification:** structural-blocking
- **Issue:** Background context (§2) precedes the quick start (§4). Readers
scanning from the top encounter history before they learn how to use the tool.
- **Why it matters:** Getting-started documents exist to get readers running
quickly. Burying the quick start below background content means most readers
scroll past content they came for.
- **Recommendation:** Move Quick Start to §2. Move Background to §4 or fold
relevant context into the introduction.
#### Wall of text in Configuration
- **Location:** §3, paragraphs 2–3
- **Classification:** structural-suggestion
- **Issue:** Two paragraphs of 12 and 9 lines each describe configuration
options as prose. No lists, no visual breaks.
- **Why it matters:** Readers scanning for a specific option must read every
line. Dense blocks cause readers to skip content entirely.
- **Recommendation:** Convert configuration options to a bulleted list or
table. Break the remaining prose into 3–5 line paragraphs.
#### Structural tell: inline-header lists in §5
- **Location:** §5 Reference, all three lists
- **Classification:** structural-suggestion
- **Issue:** Every list in the reference section uses bold-header-colon format
with exactly three items. The pattern is formulaic rather than designed for
the content.
- **Why it matters:** Mechanical formatting signals AI generation and erodes
trust. List lengths should match the content, not a template.
- **Recommendation:** Convert single-sentence descriptions to prose. Vary list
lengths. Flag for the style stage.
### Summary
- Structural-blocking findings: 1
- Structural suggestions: 2
- Overall structure assessment: needs rework
WHY GOOD: Heading skeleton extracted and assessed. Each finding has a specific location, a concrete issue, an explanation of reader impact, and a recommendation. Findings are classified by severity. The reviewer checked pyramid, scannability, and structural tells — and produced evidence for each. A human can verify every claim.
These criteria are for evaluating the structural edit output, not for self-evaluation during the edit. They are phrased as gradable questions to support automated LLM-as-judge evaluation.