feat: Add previous workday mode to Mattermost extractor and enhance sync script
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
# Standup Prompt
|
||||
|
||||
Use `ai/state/current.md`, `ai/work-items/index.md`, the relevant files under `ai/work-items/`, `ai/state/work-items.md`, `ai/context/index.md`, `ai/context/project.md`, `ai/context/workstreams/index.md`, `ai/context/process/communication.md`, `ai/context/people/manager.md`, yesterday's log, today's log if present, and the latest available Mattermost context.
|
||||
Use `ai/state/current.md`, `ai/work-items/index.md`, the relevant files under `ai/work-items/`, `ai/state/work-items.md`, `ai/context/index.md`, `ai/context/project.md`, `ai/context/workstreams/index.md`, `ai/context/process/communication.md`, `ai/context/people/manager.md`, the previous workday Mattermost context, today's log if present, and the latest available Mattermost context.
|
||||
|
||||
Generate a standup update for an iOS engineer working on Fidelity.
|
||||
|
||||
Requirements:
|
||||
|
||||
- Use the most recent context only
|
||||
- Be specific about what was worked on yesterday
|
||||
- Be specific about what was worked on during the previous workday, not necessarily the previous calendar day
|
||||
- On Mondays, use Friday's work context unless a later prior day has Mattermost activity
|
||||
- If the previous calendar day has no work activity or is OOO/weekend, use the latest prior day with Mattermost activity
|
||||
- Mention debugging findings only if they materially changed understanding
|
||||
- Clarify auth-dependent behavior when relevant
|
||||
- Mention Jira IDs and approved titles when they are available and clearly tied to the reported work
|
||||
|
||||
Reference in New Issue
Block a user