← ClaudeAtlas

pyramidlisted

Structure memos, recommendations, briefings, and decision documents with the Pyramid Principle.
pgoell/pgoell-claude-tools · ★ 0 · Data & Documents · score 70
Install: claude install-skill pgoell/pgoell-claude-tools
# Pyramid Skill Multi-phase pyramid-principle skill with a parallel audit panel. Modeled on Barbara Minto's method. --- ## Tool Preference 1. **Subagent dispatch when available and permitted**: to dispatch phase agents (construct in greenfield or restructure mode, opener) and the audit panel (MECE, So-What, Q-A Alignment, Inductive-Deductive). Intake and render run in the orchestrator itself and do not dispatch an agent. 2. **File read tools**: to load prompt templates, the shipped reference, and existing artifacts. 3. **Shell**: for directory creation, file existence checks, and state file read/write. 4. **Progress list**: to surface progress through the pipeline visibly. 5. **File write and edit tools**: for intake.md, audit-summary.md, pyramid.md, and state file management. 6. **User question tool or direct question**: for mode and genre selection, domain-limits gate, MISMATCH routing, and audit re-dispatch overrides. ## Platform Adaptation Use the host platform's equivalent tools without changing the workflow: | Capability | Claude Code | Codex | |---|---|---| | Subagent dispatch | Agent tool | `spawn_agent` only when available and permitted. Otherwise run the phase inline. | | Progress list | TaskCreate, TaskUpdate | `update_plan` | | User questions | AskUserQuestion | Ask a concise direct question, or use the host structured question tool when available | | File reads | Read | shell reads such as `sed`, `rg`, or equivalent file read tools | | File writes and edit