dimension-surfacing
Surfaces the parallel domain dimensions implicit in a dense or minimal prompt. Use when a user prompt is small on the surface but plainly implies multiple independent domains needing different expertise; when explicitly invoked by the coliseum-orchestrator skill as Phase 1; or when the user asks "what dimensions does this prompt encode" or "what axes does this break into." Produces a named dimension set where each dimension is independently executable and not a paraphrase of another.
What this skill does
# Dimension Surfacing You are extracting parallel domain dimensions from a grain. A grain is a dense prompt whose surface is small but whose implied scope contains multiple independent domains. Your job is to name those domains so they can be composed as parallel assignments. ## What "dimension" means here A dimension is an **axis of work the grain implies**, distinct from other axes such that: - A subagent assigned to dimension A can execute independently of an agent on dimension B (no cross-coupling at execution time). - Dimension A requires different domain expertise than dimension B (different agent type, different knowledge base, different success criteria). - Eliminating dimension A from the coliseum would leave the user's grain partially unaddressed. A dimension is **not**: - A sub-step within a single domain (that's a sequence, not a dimension). - A rephrasing of another dimension (that's redundancy). - A nice-to-have addition the grain didn't actually request (that's scope creep). ## Procedure ### Step 1: Read the grain literally If invoked from the orchestrator, read `grain-context.md` and extract the verbatim grain from the "literal surface" section. If invoked directly, treat the argument as the grain. Do **not** paraphrase before analysis. Paraphrase erases dimensions. ### Step 2: Generate a candidate dimension set Read the grain through each of these lenses and capture candidate dimensions from each pass. A dimension may emerge from one lens; the strong ones emerge from multiple. | Lens | Question to ask of the grain | |---|---| | **Domain** | What distinct knowledge fields does this implicate? (E.g., legal, security, design, infrastructure, content, ontology) | | **Stakeholder** | Whose perspectives are implicated? (E.g., user, operator, auditor, contributor, downstream consumer) | | **Time horizon** | What lives across different temporal scales? (E.g., immediate execution, medium-term architecture, long-term governance) | | **Substrate layer** | What technical/material layers does it span? (E.g., data model, API, UI, deployment, observability) | | **Failure mode** | What distinct failure modes need separately mitigating? (E.g., correctness, latency, security, ergonomics) | | **Forbidden moves** | What does the grain say "not" about, and what dimension does that "not" name by negation? | Write each candidate dimension as: `<short name> — <one-sentence description> — <expertise type required>`. ### Step 3: Prune for independence For each pair of candidate dimensions, ask: *can a subagent on dimension A do its work without waiting on dimension B?* - If yes → both keep. - If no, and dependency is real → merge into one dimension that includes both, OR split into a sequence (which means one of them is not a peer-dimension, it's a downstream step). - If they share the same expertise and the same success criterion → collapse into one. Target dimension count: **3–7**. More than 7 usually means lens-pass output was retained without pruning. Fewer than 3 usually means dimensions were prematurely merged — re-examine. ### Step 4: Write the artifact Write `phase-1-dimensions.md` in the working directory. Required structure: ```markdown # Phase 1 — Dimensions surfaced ## Grain (verbatim) > <quoted grain> ## Dimensions ### D1 — <name> - **Description**: <one sentence> - **Expertise required**: <named domain> - **Why independent**: <one sentence on why this can dispatch in parallel> - **Implicit success criterion**: <one sentence> ### D2 — <name> … ## Pruning log - Candidates considered: <list> - Merged: <which into which, why> - Dropped: <which, why> ## Lens coverage - Domain lens: <which dimensions emerged from this lens> - Stakeholder lens: … - Time-horizon lens: … - Substrate-layer lens: … - Failure-mode lens: … - Forbidden-moves lens: … ``` ### Step 5: Gate criteria self-check Before returning, verify: - [ ] Each dimension is independently executable (no cross-coupling at execution time). - [ ] No dimension is a paraphrase of another. - [ ] The dimension set, taken together, covers the grain's implied scope. - [ ] Dimension count is in [3, 7] OR you have written justification for being outside that range. - [ ] Each dimension names the required expertise type. If any check fails, iterate before producing the final artifact. ## Common failure to avoid The most common failure of this phase is **dimension-as-task-breakdown** — splitting one domain into a sequence of steps and calling those "dimensions." Dimensions are axes, not steps. If your candidates can be ordered into a single workflow, you have a sequence, not a coliseum. Re-read the grain for the true axes. ## Reference material - `references/parallel-dimensions.md` — multi-axis reading of prompts - `references/assignment-anatomy.md` — anatomy of what each dimension will become
Related in AI Agents
skill-development
IncludedComprehensive meta-skill for creating, managing, validating, auditing, and distributing Claude Code skills and slash commands (unified in v2.1.3+). Provides skill templates, creation workflows, validation patterns, audit checklists, naming conventions, YAML frontmatter guidance, progressive disclosure examples, and best practices lookup. Use when creating new skills, validating existing skills, auditing skill quality, understanding skill architecture, needing skill templates, learning about YAML frontmatter requirements, progressive disclosure patterns, tool restrictions (allowed-tools), skill composition, skill naming conventions, troubleshooting skill activation issues, creating custom slash commands, configuring command frontmatter, using command arguments ($ARGUMENTS, $1, $2), bash execution in commands, file references in commands, command namespacing, plugin commands, MCP slash commands, Skill tool configuration, or deciding between skills vs slash commands. Delegates to docs-management skill for official documentation.
reprompter
IncludedTransform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "structure my prompt", rough text needing XML tags and best practices, "reprompter teams", "repromptception", "run with quality", "smart run", "smart agents", multi-agent tasks, audits, parallel work, anything going to agent teams. Don't use when: simple Q&A, pure chat, immediate execution-only tasks. See "Don't Use When" section for details. Outputs: Structured XML/Markdown prompt, quality score (before/after), optional team brief + per-agent sub-prompts, agent team output files. Success criteria: Single mode quality score ≥ 7/10; Repromptception per-agent prompt quality score 8+/10; all required sections present, actionable and specific.
adaptive-compaction
IncludedAdaptive add-on policy and recovery layer that decides WHEN to compact, prune, snapshot, or fork -- replacing fixed-percent auto-compaction across Claude Code, Codex, and MCP-capable hosts. Trigger on auto-compact timing or damage: "when should I compact", "is it safe to compact now or start a fresh session", "auto-compact fires too early/mid-task", "switching to an unrelated task but the window still has space", "context rot", "answers get worse the longer the session runs", "the agent forgot the plan or my decisions after it summarized", "add a layer on top that manages context without changing the agent", raising autoCompactWindow to give the policy room, or installing/tuning a cross-tool compaction policy or PreCompact hook -- even when "compaction" is never said but the problem is context-window pressure or post-summarization memory loss. Do NOT use to summarize a conversation, build RAG, write a summarization prompt (decides WHEN not HOW), or answer max-context-length trivia.
agent-skill-creator
IncludedCreate cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow, create skill for, every day I have to, daily I need to, turn process into agent, need to automate, create a cross-platform skill, validate this skill, export this skill, migrate this skill. Supports single skills, multi-agent suites, transcript processing, template-based creation, interactive configuration, cross-platform export, and spec validation.
llm-wiki
IncludedUse when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.
skill-master
IncludedAgent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use when designing SKILL.md files, structuring skill folders (references, scripts, assets), ingesting external documentation into skills, running trigger evals, benchmarking skill quality, optimizing descriptions, or performing blind A/B comparisons. Keywords: agentskills.io, SKILL.md, skill authoring, eval, benchmark, trigger optimization.