You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create dt-rpi-planning-context.instructions.md — a DT-aware instruction file that auto-loads when task-planner operates on DT artifacts. This ensures planning respects DT's iterative nature, lo-fi quality constraints, and human-centered design principles rather than defaulting to traditional linear implementation planning.
When task-planner receives a handoff from the DT coach (via Solution Space or Implementation Space exit), this instruction file helps the planner understand that:
Planning should preserve iteration affordances (DT may loop back)
Prototype fidelity constraints apply to planned deliverables
Implementation phases should include user validation checkpoints
Directory context: The .copilot-tracking/dt/ path in applyTo is created per-project by the coach agent (#579 from Phase 2). See #583 for directory structure and handoff contract details.
Progressive elaboration aligned with DT space fidelity
DT-Specific Planning Patterns
Iteration checkpoints: Plan review points after each major deliverable where the user can choose to continue implementation or return to DT coaching with new evidence
Fidelity gates: Planned deliverables must not exceed the fidelity level of the originating DT space (Problem Space → research artifacts only; Solution Space → concept specifications, not production code)
Stakeholder validation steps: Include explicit steps for validating deliverables against the stakeholder map from Method 1
DT context preservation: Planning documents reference the originating DT project and coaching state, enabling return-to-coaching if needed
Assumption tracking: Carry forward the validated/assumed/unknown markers from the DT handoff; plan validation activities for "assumed" items
Phase Architecture for DT-Origin Plans
Plans originating from DT handoffs use this phase structure:
Phase 1: Context Integration — Read DT coaching context, validate handoff artifact, confirm stakeholder map is current
Phase N (implementation phases) — Standard implementation with DT-specific constraints (fidelity, iteration checkpoints)
Phase N+1: Stakeholder Validation — Validate deliverables against stakeholder map, measure against human-centered success criteria
Phase Final: DT Reconnection — Offer to resume DT coaching with implementation results (feeds into Method 8: Testing or Method 9: Iteration)
Constraint Inheritance
Task-planner inherits these constraints from DT context:
Lo-fi quality enforcement per originating DT space
Stakeholder priorities from the DT coaching process
Evidence quality markers (plans should not assume "unknown" items are resolved)
Industry context constraints (safety, regulatory, operational)
Token Budget
Target: ~500-700 tokens (ambient tier — auto-loads on all DT artifact paths)
RPI Pipeline Workflow
task-researcher: Review existing task-planner agent definition and planning patterns. Understand how applyTo globs modify planner behavior. Gather DT planning adjustments from cumulative research.
task-planner: Plan the file — planning adjustments, DT-specific patterns, phase architecture, constraint inheritance.
task-implementor: Author following prompt-builder standards. Adjustments should augment (not replace) standard planner behavior.
Overview
Create
dt-rpi-planning-context.instructions.md— a DT-aware instruction file that auto-loads when task-planner operates on DT artifacts. This ensures planning respects DT's iterative nature, lo-fi quality constraints, and human-centered design principles rather than defaulting to traditional linear implementation planning.When task-planner receives a handoff from the DT coach (via Solution Space or Implementation Space exit), this instruction file helps the planner understand that:
Target File
.github/instructions/dt-rpi-planning-context.instructions.mdFrontmatter
Required Content
Planning Adjustments
When operating in DT context, task-planner adjusts its approach:
DT-Specific Planning Patterns
Phase Architecture for DT-Origin Plans
Plans originating from DT handoffs use this phase structure:
Constraint Inheritance
Task-planner inherits these constraints from DT context:
Token Budget
Target: ~500-700 tokens (ambient tier — auto-loads on all DT artifact paths)
RPI Pipeline Workflow
applyToglobs modify planner behavior. Gather DT planning adjustments from cumulative research.Success Criteria
.github/instructions/dt-rpi-planning-context.instructions.mdapplyTo: '**/.copilot-tracking/dt/**'globcollections/design-thinking.collection.ymlwithpathandkindfieldscollections/hve-core-all.collection.ymlwithpathandkindfieldsnpm run plugin:generatesucceeds after collection manifest updates