## Overview
Create the foundational instruction files that define the DT coaching identity, quality constraints, method sequencing logic, and the first three method-tier instructions (Problem Space). These files form the ambient tier — always loaded when DT artifacts are open — plus the Method 1-3 tier instructions.
Deliverables
| File |
Tier |
Token Budget |
Description |
dt-coaching-identity.instructions.md |
Ambient |
~2,891 |
Think/Speak/Empower philosophy, progressive hint engine, identity rules |
dt-quality-constraints.instructions.md |
Ambient |
~800-1,000 |
Lo-fi mode, fidelity rules per method, quality gates |
dt-method-sequencing.instructions.md |
Ambient |
~600-800 |
Method transition rules, iteration logic, non-linear support |
dt-method-01-scope.instructions.md |
Method |
~1,500-2,000 |
Method 1: Scope Conversations coaching |
dt-method-02-research.instructions.md |
Method |
~1,500-2,000 |
Method 2: Design Research coaching |
dt-method-03-synthesis.instructions.md |
Method |
~1,500-2,000 |
Method 3: Input Synthesis coaching |
Key Design Decisions
- All ambient instructions use glob
**/.copilot-tracking/dt/** for auto-loading.
- Method instructions use glob
**/.copilot-tracking/dt/**/method-{NN}* for method-specific loading.
- The coaching identity embeds Think/Speak/Empower behaviorally — no explicit rule references.
- Quality constraints enforce lo-fi output in Methods 1-6 and progressive fidelity in Methods 7-9.
- Method sequencing supports non-linear iteration (Method 8 → Method 2 loops).
Authoring Standards
All instruction files follow the prompt-builder standards in .github/instructions/prompt-builder.instructions.md:
- Required
description: frontmatter with applyTo: glob
- Writing style: guidance over commands,
* bullets, **bold** for key concepts
- Progressive disclosure: metadata ~100 tokens → instructions <5,000 tokens
- Content nativized from DT4HVE source with manufacturing references retained (V1 approach)
Artifact creation uses the RPI pipeline: task-researcher gathers DT4HVE source material for each instruction file, task-planner sequences creation, task-implementor authors files, task-reviewer validates against coaching quality criteria and prompt-builder standards.
Dependencies
- No external dependencies — this is the foundation phase.
- Internal: All Method 1-3 instructions depend on the coaching identity file.
Success Criteria
## Overview
Create the foundational instruction files that define the DT coaching identity, quality constraints, method sequencing logic, and the first three method-tier instructions (Problem Space). These files form the ambient tier — always loaded when DT artifacts are open — plus the Method 1-3 tier instructions.
Deliverables
dt-coaching-identity.instructions.mddt-quality-constraints.instructions.mddt-method-sequencing.instructions.mddt-method-01-scope.instructions.mddt-method-02-research.instructions.mddt-method-03-synthesis.instructions.mdKey Design Decisions
**/.copilot-tracking/dt/**for auto-loading.**/.copilot-tracking/dt/**/method-{NN}*for method-specific loading.Authoring Standards
All instruction files follow the prompt-builder standards in
.github/instructions/prompt-builder.instructions.md:description:frontmatter withapplyTo:glob*bullets,**bold**for key conceptsArtifact creation uses the RPI pipeline: task-researcher gathers DT4HVE source material for each instruction file, task-planner sequences creation, task-implementor authors files, task-reviewer validates against coaching quality criteria and prompt-builder standards.
Dependencies
Success Criteria
collections/design-thinking.collection.ymlwithpathandkindfieldscollections/hve-core-all.collection.ymlwithpathandkindfieldsnpm run plugin:generatesucceeds after collection manifest updates