# Score Study Dual Axis

> Horizontal pass (narrative arc) plus vertical pass (parallel considerations at each step). Synthesize output satisfying both. Use for complex analysis and long-form reasoning. Scope boundary: dependency DAG → `proof-trees-reasoning`.

- Skill: `catcorner22/score-study-dual-axis` (Agent Skill)
- Install (CLI): `npx skillmds@latest add catcorner22/score-study-dual-axis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/catcorner22/score-study-dual-axis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: CatCorner22 (https://skillmd.com/u/catcorner22)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/catcorner22/score-study-dual-axis

---

# Score study dual-axis reasoning

**#10** · **Domain:** Classical conducting · **Category:** architecture · **Difficulty:** 🟡 Medium

## Core principle

Read vertically (simultaneous voices) and horizontally (time) before conducting.

## AI problem addressed

Linear prose is organized OR thorough, rarely both.

## Implementation

1. Horizontal: map argument arc start→finish
2. Vertical: at each step list audience, constraints, edge cases, tone
3. Generate satisfying both axes
4. Check: flows horizontally? complete vertically at each step?

## Boundaries

- Prototype as prompt scaffold (🟢) before full pipeline middleware (🟡/🔴)
- Category router: **`ai-transfer-architecture`**
- Catalog: **`ai-transfer-ecosystem-primer`**
- Runtime plugin id: `score_study`

