Skip to content

Add daily SPDD spec-planning workflow that opens actionable issue queues#30663

Merged
pelikhan merged 2 commits intomainfrom
copilot/create-agentic-workflows-spdd
May 6, 2026
Merged

Add daily SPDD spec-planning workflow that opens actionable issue queues#30663
pelikhan merged 2 commits intomainfrom
copilot/create-agentic-workflows-spdd

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 6, 2026

Summary

Adds a new daily agentic workflow to operationalize OpenSPDD across repository specifications and create one actionable issue with prioritized work items.

Changes

  • Added /home/runner/work/gh-aw/gh-aw/.github/workflows/daily-spdd-spec-planner.md
  • Added compiled /home/runner/work/gh-aw/gh-aw/.github/workflows/daily-spdd-spec-planner.lock.yml
  • Configured daily schedule plus manual dispatch
  • Added cache-memory rotation logic for fair per-run spec coverage
  • Enforced SPDD stages in output planning (/spdd-analysis, /spdd-reasons-canvas, /spdd-generate, /spdd-sync)
  • Standardized issue output structure with priority queue and checklist tasks

Validation

  • make build && make fmt
  • make recompile
  • make agent-report-progress
  • secret_scanning on changed files
  • parallel_validation (Code Review + CodeQL; CodeQL skipped as trivial workflow-only change)

Copilot AI and others added 2 commits May 6, 2026 15:32
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 AI requested a review from pelikhan May 6, 2026 16:56
@pelikhan pelikhan marked this pull request as ready for review May 6, 2026 19:38
Copilot AI review requested due to automatic review settings May 6, 2026 19:39
@pelikhan pelikhan merged commit 647fc44 into main May 6, 2026
3 checks passed
@pelikhan pelikhan deleted the copilot/create-agentic-workflows-spdd branch May 6, 2026 19:42
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 integrations field formatting in docs/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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants