Skip to content

Add SpecElaborator agentic workflow#3

Merged
mrjf merged 2 commits into
mainfrom
copilot/create-readme
Jun 9, 2026
Merged

Add SpecElaborator agentic workflow#3
mrjf merged 2 commits into
mainfrom
copilot/create-readme

Conversation

@mrjf

@mrjf mrjf commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Initializes the repository for GitHub Agentic Workflows and adds a SpecElaborator workflow.

What it does

  • On new issues labeled spec: Reads the codebase context, then replaces the issue body with a comprehensive implementation plan covering design, testing strategy, rollout plan, and open questions. Preserves the original issue text in a collapsible section.
  • On comments to spec issues: Updates the spec based on user feedback and posts a summary of changes.

Files added

  • .gitattributes — marks .lock.yml files as generated
  • .github/workflows/spec-elaborator.md — the workflow definition
  • .github/workflows/spec-elaborator.lock.yml — compiled workflow
  • .github/skills/agentic-workflows/SKILL.md — dispatcher skill
  • .github/mcp.json — MCP server configuration
  • .github/workflows/copilot-setup-steps.yml — setup steps
  • .vscode/settings.json — VSCode configuration

mrjf and others added 2 commits June 9, 2026 10:39
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Elaborates issues labeled 'spec' into full implementation plans.
Updates specs based on user comment feedback.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@mrjf mrjf merged commit 24f3339 into main Jun 9, 2026
1 check passed
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.

1 participant