Add daily SPDD spec-planning workflow that opens actionable issue queues#30663
Merged
Add daily SPDD spec-planning workflow that opens actionable issue queues#30663
Conversation
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/4fc391b4-d370-48e7-a0d2-bdfbc07d5347 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/4fc391b4-d370-48e7-a0d2-bdfbc07d5347 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
May 6, 2026 16:55
View session
pelikhan
approved these changes
May 6, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new scheduled agentic workflow that runs daily SPDD planning across repository specification documents and opens a single prioritized “daily work plan” issue.
Changes:
- Added a new markdown-source workflow (
daily-spdd-spec-planner.md) defining SPDD stages, rotation via cache-memory, and standardized issue output. - Added the compiled GitHub Actions workflow (
daily-spdd-spec-planner.lock.yml) generated from the markdown source. - Normalized the
integrationsfield formatting indocs/public/ai/service.json.
Show a summary per file
| File | Description |
|---|---|
docs/public/ai/service.json |
Reformats the integrations array representation. |
.github/workflows/daily-spdd-spec-planner.md |
Introduces the daily SPDD planning workflow definition (scope, rotation, output contract, tools). |
.github/workflows/daily-spdd-spec-planner.lock.yml |
Adds the compiled GitHub Actions workflow generated by gh aw compile. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 1
Comment on lines
+32
to
+36
| - "find specs docs scratchpad -type f -name \"*.md\"" | ||
| - "cat specs/*.md" | ||
| - "cat docs/src/content/docs/reference/*specification*.md" | ||
| - "cat scratchpad/*specification*.md" | ||
| - "git log --oneline --since=\"14 days ago\" -- specs docs/src/content/docs/reference scratchpad" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new daily agentic workflow to operationalize OpenSPDD across repository specifications and create one actionable issue with prioritized work items.
Changes
/home/runner/work/gh-aw/gh-aw/.github/workflows/daily-spdd-spec-planner.md/home/runner/work/gh-aw/gh-aw/.github/workflows/daily-spdd-spec-planner.lock.yml/spdd-analysis,/spdd-reasons-canvas,/spdd-generate,/spdd-sync)Validation
make build && make fmtmake recompilemake agent-report-progresssecret_scanningon changed filesparallel_validation(Code Review + CodeQL; CodeQL skipped as trivial workflow-only change)