/tsh-explore-materials
Agent: Business Analyst
File: .github/prompts/tsh-explore-materials.prompt.md
Explores discovery workshop materials and produces a business/context summary before backlog extraction begins. Use this when the source material is still ambiguous or when you want to understand likely scope before committing to epics and stories.
Usage
/tsh-explore-materials <workshop materials>
What It Does
- Review materials and baseline — Reads workshop inputs, existing project baseline, and other reference materials.
- Clean transcript when needed — Structures raw discussion notes before analysis.
- Synthesize business context — Summarizes the workshop topic in stakeholder-facing language.
- Identify likely epic candidates — Highlights main actors, business entities, and probable backlog areas.
- Spot overlap and ambiguity — Notes likely duplication, risks, and unresolved questions.
- Recommend readiness — Concludes whether the materials are ready for
intent-brief.mdand/tsh-analyze-materials.
Skills Loaded
tsh-task-analysing— Synthesize context, ambiguity, and backlog overlap.tsh-transcript-processing— Clean and structure raw transcript input.tsh-codebase-analysing— Understand existing system context when relevant.
Output
Creates a focused summary in specifications/<workshop-name>/:
specifications/
user-onboarding/
workshop-context-summary.md ← business/context synthesis before extraction
The output includes:
- Workshop/topic context
- Actors and business entities
- Existing backlog or baseline overlap
- Likely epic candidates
- Key ambiguities, risks, and open questions
- Recommendation on readiness for intent brief and extraction
tip
This mode does not create Jira-ready backlog items on its own. Continue with /tsh-analyze-materials when you are ready to move from exploration into intent brief approval and extraction.