Summary
Convert the woo-config-agent ChatGPT/Codex export in agents/woo-config-agent/ into a standardised multi-provider agent supporting Claude, GitHub Copilot, and OpenAI Codex, wrapped in the lightspeed-ecommerce-woo plugin. Part of Epic #1079.
Phase: 2
Proposed Solution
Restructure the export into the standard multi-provider layout:
AGENT.md — agent spec with YAML frontmatter (validated against multi-provider-agent.schema.json)
shared/core-prompt.md — provider-agnostic core instructions
claude/, copilot/, openai/ — provider-specific agent.md + tool/skill definitions
.github/ — INSTALL.md, MANIFEST.json, security-policy.md
- Preserve original
skills/, manifests/, checksums.sha256 from the export
- Wrap in the
lightspeed-ecommerce-woo plugin (plugin.json + copilot-plugin.json)
Reference pattern: .github/projects/active/agent-standards-initiative/PROMPT_1_PLAYWRIGHT_AGENT_REWRITE.md (pilot) and PROMPT_2_GENERIC_AGENT_REWRITE.md (template).
Acceptance Criteria
Designs / References
- Planning package:
.github/projects/active/agent-standards-initiative/
- Framework:
.github/reports/frameworks/agent-standardization-framework-2026-07-22.md
Dependencies
Testing Approach
Schema validation of AGENT.md and manifests; hook validation (spec/consistency/integrity); provider config load checks; agent unit test suite.
Additional Context
Target plugin: lightspeed-ecommerce-woo. Source export: agents/woo-config-agent/.
Definition of Ready (DoR)
Definition of Done (DoD)
Related issues: #1079
Summary
Convert the
woo-config-agentChatGPT/Codex export inagents/woo-config-agent/into a standardised multi-provider agent supporting Claude, GitHub Copilot, and OpenAI Codex, wrapped in thelightspeed-ecommerce-wooplugin. Part of Epic #1079.Phase: 2
Proposed Solution
Restructure the export into the standard multi-provider layout:
AGENT.md— agent spec with YAML frontmatter (validated againstmulti-provider-agent.schema.json)shared/core-prompt.md— provider-agnostic core instructionsclaude/,copilot/,openai/— provider-specificagent.md+ tool/skill definitions.github/—INSTALL.md,MANIFEST.json,security-policy.mdskills/,manifests/,checksums.sha256from the exportlightspeed-ecommerce-wooplugin (plugin.json+copilot-plugin.json)Reference pattern:
.github/projects/active/agent-standards-initiative/PROMPT_1_PLAYWRIGHT_AGENT_REWRITE.md(pilot) andPROMPT_2_GENERIC_AGENT_REWRITE.md(template).Acceptance Criteria
AGENT.mdcreated with valid YAML frontmatter and all required fieldsshared/core-prompt.mdcreated (provider-agnostic)lightspeed-ecommerce-wooplugin manifests created and validDesigns / References
.github/projects/active/agent-standards-initiative/.github/reports/frameworks/agent-standardization-framework-2026-07-22.mdDependencies
Testing Approach
Schema validation of
AGENT.mdand manifests; hook validation (spec/consistency/integrity); provider config load checks; agent unit test suite.Additional Context
Target plugin:
lightspeed-ecommerce-woo. Source export:agents/woo-config-agent/.Definition of Ready (DoR)
Definition of Done (DoD)
Related issues: #1079