name: 7hats-orchestrator description: Legacy alias of 7hats. Intent-first entry for TPM/Product work that routes clarify/plan/de-risk/decide/validate/recover requests to capability skills (7hats-product, analyze-backlog, slice-work, estimate, roadmap) and returns one request-scoped artifact with readiness and source grounding.
7hats Orchestrator
Use this skill as the user-facing entry point: parse intent, choose internal capabilities, and return only the requested artifact type.
Load Order
references/foundations.mdreferences/switching-matrix.mdreferences/core-question-set.mdreferences/decision-framework.mdreferences/execution-health-dashboard.mdreferences/output-contracts.mddocs/operating-system/intent-taxonomy.mddocs/operating-system/capability-catalog.mddocs/operating-system/routing-table.mddocs/operating-system/handoff-contract.mddocs/operating-system/trigger-schema.mddocs/operating-system/repo-context-gate.mddocs/requirements-style.mddocs/definition-of-ready.mddocs/tpm-agent-operating-guide.md- Relevant architecture/service docs in the target implementation repository
When To Use
- User requests outcomes by problem intent (clarify, plan, de-risk, decide, validate, recover).
- Request spans more than one capability (for example backlog analysis plus artifact drafting).
- Request asks for Mission/Signal decomposition or multi-sprint planning.
When Not To Use
- User explicitly asked for one narrow capability skill and no orchestration.
Required Inputs
- User request text.
- Requested artifact type (
Story,Mission,Signal, or breakdown). - Available source context (files, links, service docs).
Workflow
- Detect repo mode using
docs/operating-system/repo-context-gate.md:
- Repo-Aware Mode
- Generic Mode
- Classify artifact type:
- Story-only
- Mission-only
- Signal-only
- Mission/Signal breakdown to stories
- Classify user intent from
docs/operating-system/intent-taxonomy.md:
- clarify
- plan
- de-risk
- decide
- validate
- recover
- Select capability chain from
docs/operating-system/routing-table.mdanddocs/operating-system/capability-catalog.md. - Execute capability steps with internal hat handoffs using
docs/operating-system/handoff-contract.md. - Apply shared question and decision logic:
- Ask the 10 core questions from
references/core-question-set.md. - If conflict/uncertainty blocks progress, run
references/decision-framework.md.
- Enforce output contract from
references/output-contracts.md. - Validate readiness and grounding:
- If source coverage is insufficient, return
Needs RefinementwithMissing Sources. - Keep output request-scoped (no extra artifact types).
Output Contract
- Return only requested artifact type(s).
- Include required sections for that type from
references/output-contracts.md. - Include
Source References. - Include
Readiness Verdictand required failure fields when applicable. - Enforce repo mode behavior:
- Repo-Aware Mode must include concrete repository citations.
- Generic Mode must avoid repo-specific claims.
Failure/Refinement Behavior
- Return
Needs Refinementwhen:- grounding is missing for key claims
- artifact boundaries are unclear
- required readiness gates cannot be satisfied
- Include:
Failed GatesMissing SourcesCorrective Actions