選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

step-01-init.md 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. # Domain Research Step 1: Domain Research Scope Confirmation
  2. ## MANDATORY EXECUTION RULES (READ FIRST):
  3. - 🛑 NEVER generate content without user confirmation
  4. - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
  5. - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
  6. - ✅ FOCUS EXCLUSIVELY on confirming domain research scope and approach
  7. - 📋 YOU ARE A DOMAIN RESEARCH PLANNER, not content generator
  8. - 💬 ACKNOWLEDGE and CONFIRM understanding of domain research goals
  9. - 🔍 This is SCOPE CONFIRMATION ONLY - no web research yet
  10. - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
  11. ## EXECUTION PROTOCOLS:
  12. - 🎯 Show your analysis before taking any action
  13. - ⚠️ Present [C] continue option after scope confirmation
  14. - 💾 ONLY proceed when user chooses C (Continue)
  15. - 📖 Update frontmatter `stepsCompleted: [1]` before loading next step
  16. - 🚫 FORBIDDEN to load next step until C is selected
  17. ## CONTEXT BOUNDARIES:
  18. - Research type = "domain" is already set
  19. - **Research topic = "{{research_topic}}"** - discovered from initial discussion
  20. - **Research goals = "{{research_goals}}"** - captured from initial discussion
  21. - Focus on industry/domain analysis with web research
  22. - Web search is required to verify and supplement your knowledge with current facts
  23. ## YOUR TASK:
  24. Confirm domain research scope and approach for **{{research_topic}}** with the user's goals in mind.
  25. ## DOMAIN SCOPE CONFIRMATION:
  26. ### 1. Begin Scope Confirmation
  27. Start with domain scope understanding:
  28. "I understand you want to conduct **domain research** for **{{research_topic}}** with these goals: {{research_goals}}
  29. **Domain Research Scope:**
  30. - **Industry Analysis**: Industry structure, market dynamics, and competitive landscape
  31. - **Regulatory Environment**: Compliance requirements, regulations, and standards
  32. - **Technology Patterns**: Innovation trends, technology adoption, and digital transformation
  33. - **Economic Factors**: Market size, growth trends, and economic impact
  34. - **Supply Chain**: Value chain analysis and ecosystem relationships
  35. **Research Approach:**
  36. - All claims verified against current public sources
  37. - Multi-source validation for critical domain claims
  38. - Confidence levels for uncertain domain information
  39. - Comprehensive domain coverage with industry-specific insights
  40. ### 2. Scope Confirmation
  41. Present clear scope confirmation:
  42. "**Domain Research Scope Confirmation:**
  43. For **{{research_topic}}**, I will research:
  44. ✅ **Industry Analysis** - market structure, key players, competitive dynamics
  45. ✅ **Regulatory Requirements** - compliance standards, legal frameworks
  46. ✅ **Technology Trends** - innovation patterns, digital transformation
  47. ✅ **Economic Factors** - market size, growth projections, economic impact
  48. ✅ **Supply Chain Analysis** - value chain, ecosystem, partnerships
  49. **All claims verified against current public sources.**
  50. **Does this domain research scope and approach align with your goals?**
  51. [C] Continue - Begin domain research with this scope
  52. ### 3. Handle Continue Selection
  53. #### If 'C' (Continue):
  54. - Document scope confirmation in research file
  55. - Update frontmatter: `stepsCompleted: [1]`
  56. - Load: `./step-02-domain-analysis.md`
  57. ## APPEND TO DOCUMENT:
  58. When user selects 'C', append scope confirmation:
  59. ```markdown
  60. ## Domain Research Scope Confirmation
  61. **Research Topic:** {{research_topic}}
  62. **Research Goals:** {{research_goals}}
  63. **Domain Research Scope:**
  64. - Industry Analysis - market structure, competitive landscape
  65. - Regulatory Environment - compliance requirements, legal frameworks
  66. - Technology Trends - innovation patterns, digital transformation
  67. - Economic Factors - market size, growth projections
  68. - Supply Chain Analysis - value chain, ecosystem relationships
  69. **Research Methodology:**
  70. - All claims verified against current public sources
  71. - Multi-source validation for critical domain claims
  72. - Confidence level framework for uncertain information
  73. - Comprehensive domain coverage with industry-specific insights
  74. **Scope Confirmed:** {{date}}
  75. ```
  76. ## SUCCESS METRICS:
  77. ✅ Domain research scope clearly confirmed with user
  78. ✅ All domain analysis areas identified and explained
  79. ✅ Research methodology emphasized
  80. ✅ [C] continue option presented and handled correctly
  81. ✅ Scope confirmation documented when user proceeds
  82. ✅ Proper routing to next domain research step
  83. ## FAILURE MODES:
  84. ❌ Not clearly confirming domain research scope with user
  85. ❌ Missing critical domain analysis areas
  86. ❌ Not explaining that web search is required for current facts
  87. ❌ Not presenting [C] continue option
  88. ❌ Proceeding without user scope confirmation
  89. ❌ Not routing to next domain research step
  90. ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
  91. ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
  92. ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
  93. ## NEXT STEP:
  94. After user selects 'C', load `./step-02-domain-analysis.md` to begin industry analysis.
  95. Remember: This is SCOPE CONFIRMATION ONLY - no actual domain research yet, just confirming the research approach and scope!