Commit 1fa1af1
feat(design-thinking): create dt-method-04-deep.instructions.md (#709)
# Pull Request
## Description
Create on-demand deep instruction file for Method 4: Brainstorming
(`dt-method-04-deep.instructions.md`). This file extends the
method-tier's Ideation Facilitator and Convergence Guide coaching hats
with:
- **Advanced Facilitation Techniques** (5 techniques): Brainwriting
Protocol (6-3-5), Morphological Analysis, Provocation Technique (Po),
Attribute Listing and Modification, Round-Robin Forced Connections
- **Creative Block Recovery** (4 techniques): Assumption Reversal,
Random Input Technique, Constraint Manipulation, Cross-Domain
Perspective Adoption
- **Advanced Convergence Frameworks** (4 frameworks): Impact/Effort
Matrix, Dot Voting with Constraints, Concept Clustering with Gap
Analysis, Weighted D/F/V Scoring
- **Cross-Pollination from Analogous Industries** (4 subsections):
Manufacturing→Software, Healthcare→Manufacturing, Energy→Healthcare,
Analogy Mining Protocol
Includes solo/AI-coach adaptations for brainwriting and dot voting
techniques. Differentiates cross-domain perspective adoption from
method-tier's in-domain perspective shifting.
4 H2 sections, 17 H3 subsections, 17 coaching prompts, ~214 lines.
## Related Issue(s)
Closes #600
## Type of Change
Select all that apply:
**Code & Documentation:**
- [x] New feature (non-breaking change adding functionality)
**AI Artifacts:**
- [x] Reviewed contribution with `prompt-analyze` agent and addressed
all feedback
- [x] Copilot instructions (`.github/instructions/*.instructions.md`)
## Sample Prompts (for AI Artifact Contributions)
**User Request:**
"I'm coaching a brainstorming session and my team has run out of ideas
after only generating 8 concepts. The three basic techniques from the
method-tier aren't producing enough variety."
**Execution Flow:**
1. DT coach detects Method 4 brainstorming context from
`.copilot-tracking/dt/**/method-04*` artifacts
2. Coach loads `dt-method-04-deep.instructions.md` for advanced guidance
3. Coach identifies creative block scenario → navigates to Creative
Block Recovery section
4. Coach applies Assumption Reversal technique with coaching prompt:
"What are you assuming must be true here? What solutions appear if that
assumption is reversed?"
5. If block persists, coach escalates through Random Input, Constraint
Manipulation, then Cross-Domain Perspective Adoption
**Output Artifacts:**
Additional divergent ideas captured in
`.copilot-tracking/dt/{project-slug}/method-04-brainstorming/divergent-ideas.md`,
documented with the technique that generated each idea.
**Success Indicators:**
- Ideation momentum recovers and team exceeds 15-idea minimum target
- Ideas span 4-6 different solution categories
- Coaching prompts produce actionable responses, not confusion
- Solo users with AI coach can apply brainwriting and dot voting using
the adaptation guidance
## Testing
- Executed prompt-analyze workflow: 21/23 pass, 2 warnings (resolved)
- Addressed F-02 (major): added solo/AI-coach adaptations for
Brainwriting and Dot Voting
- Addressed F-06 (minor): renamed "Perspective Shifting" to
"Cross-Domain Perspective Adoption"
- Validation rerun: all 9 regression checks pass
## Checklist
### Required Checks
- [x] Documentation is updated (if applicable)
- [x] Files follow existing naming conventions
- [x] Changes are backwards compatible (if applicable)
- [ ] Tests added for new functionality (if applicable)
### AI Artifact Contributions
- [x] Used `/prompt-analyze` to review contribution
- [x] Addressed all feedback from `prompt-builder` review
- [x] Verified contribution follows common standards and type-specific
requirements
### Required Automated Checks
The following validation commands must pass before merging:
- [x] Markdown linting: `npm run lint:md` — ✅ 233 files, 0 errors
- [x] Spell checking: `npm run spell-check` — ✅ 162 files, 0 issues
(added "brainwriting" to `.cspell.json` dictionary)
- [x] Frontmatter validation: `npm run lint:frontmatter` — ✅ 0 errors, 0
warnings
- [x] Skill structure validation: `npm run validate:skills` — ✅ 2
skills, 0 errors
- [ ] Link validation: `npm run lint:md-links` — 1 parent e445fdf commit 1fa1af1
9 files changed
Lines changed: 226 additions & 0 deletions
File tree
- .github/instructions/design-thinking
- collections
- plugins
- design-thinking
- instructions
- hve-core-all
- instructions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
Lines changed: 214 additions & 0 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
237 | 240 | | |
238 | 241 | | |
239 | 242 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments