Skip to content

Build agentic workflow foundation#1

Merged
ant3869 merged 1 commit into
mainfrom
codex-agentic-workflow-foundation
May 1, 2026
Merged

Build agentic workflow foundation#1
ant3869 merged 1 commit into
mainfrom
codex-agentic-workflow-foundation

Conversation

@ant3869

@ant3869 ant3869 commented May 1, 2026

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings May 1, 2026 21:59
@ant3869 ant3869 merged commit 4558842 into main May 1, 2026
3 checks passed
@ant3869 ant3869 deleted the codex-agentic-workflow-foundation branch May 1, 2026 21:59

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Introduces an “Agentic Workflow” kit that standardizes multi-agent roles/phases, ships repo templates (Copilot instructions, prompts, MCP config), and adds a small Node-based CLI to validate and install the kit into other repositories.

Changes:

  • Added a versioned workflow manifest + JSON schema defining roles, phases, and quality gates.
  • Added installable templates for Copilot instructions, prompt files, AGENTS briefing, MCP config, and test/verification instructions.
  • Added a dependency-free CLI (agentic-workflow) plus CI validation and supporting docs (adoption/operating model/roadmap).

Reviewed changes

Copilot reviewed 21 out of 22 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
workflow/default.workflow.json Defines the default workflow manifest (roles/phases/gates) for the kit.
workflow/agentic-workflow.schema.json Adds a JSON Schema to validate workflow manifests.
templates/AGENTS.md Provides a durable agent briefing template for consuming repos.
templates/.vscode/mcp.json Minimal MCP server template for consumers.
templates/.github/prompts/reviewer.prompt.md Reviewer phase prompt template.
templates/.github/prompts/implementer.prompt.md Implementer phase prompt template.
templates/.github/prompts/historian.prompt.md Historian phase prompt template.
templates/.github/prompts/debugger.prompt.md Debugger phase prompt template.
templates/.github/prompts/architect.prompt.md Architect phase prompt template.
templates/.github/instructions/tests.instructions.md Path-scoped test/verification instruction template.
templates/.github/copilot-instructions.md Repo-level Copilot instruction template.
package.json Defines the npm package metadata, bin entrypoint, and scripts.
instructions.md Updates global instructions to align with the new workflow contract.
examples/.agentic/session.md Adds an example handoff/session artifact.
docs/operating-model.md Documents the operating model and artifacts.
docs/adoption-guide.md Documents installation/validation/customization steps.
bin/agentic-workflow.mjs Adds CLI commands for validate/init/render-prompt.
ROADMAP.md Adds a versioned roadmap for planned validation/runtime features.
README.md Rewrites README to present the kit, quick start, and layout.
CONTRIBUTING.md Adds contribution guidance and a PR checklist.
.vscode/mcp.json Updates local MCP config to a minimal starter set.
.github/workflows/validate.yml Adds CI workflow to run npm test on PRs/pushes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -0,0 +1,113 @@
{
"$schema": "./agentic-workflow.schema.json",
},
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"]
Comment thread .vscode/mcp.json
Comment on lines 4 to 6
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp"
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.

2 participants