@@ -10,13 +10,18 @@ date: 2025-12-08
1010
1111## Available Agents
1212
13- | Agent | Spec | Purpose |
14- | ------------------------- | ---------------------------------------------------------------- | -------------------------------- |
15- | ** Gemini** | [ gemini.agent.md] ( gemini.agent.md ) | Google Gemini model interface |
16- | ** Generate Theme** | [ generate-theme.agent.md] ( generate-theme.agent.md ) | Interactive theme generator |
17- | ** Development Assistant** | [ development-assistant.agent.md] ( development-assistant.agent.md ) | AI development assistant |
18- | ** Block Theme Build** | [ block-theme-build.agent.md] ( block-theme-build.agent.md ) | Build automation |
19- | ** Release Manager** | [ release.agent.md] ( release.agent.md ) | Release preparation & validation |
13+ | Agent | Spec | Purpose |
14+ | ------------------------- | ---------------------------------------------------------------- | ------------------------------------- |
15+ | ** Accessibility (a11y)** | [ a11y.agent.md] ( a11y.agent.md ) | Accessibility analysis and guidance |
16+ | ** Block Theme Build** | [ block-theme-build.agent.md] ( block-theme-build.agent.md ) | Build automation |
17+ | ** Development Assistant** | [ development-assistant.agent.md] ( development-assistant.agent.md ) | AI development assistant |
18+ | ** Gemini** | [ gemini.agent.md] ( gemini.agent.md ) | Google Gemini model interface |
19+ | ** Generate Theme** | [ generate-theme.agent.md] ( generate-theme.agent.md ) | Interactive theme generator |
20+ | ** Release Manager** | [ release.agent.md] ( release.agent.md ) | Release preparation & validation |
21+ | ** Release Scaffold** | [ release-scaffold.agent.md] ( release-scaffold.agent.md ) | Scaffold-only release preparation |
22+ | ** Reporting** | [ reporting.agent.md] ( reporting.agent.md ) | Automated report generation |
23+ | ** Task Planner** | [ task-planner.agent.md] ( task-planner.agent.md ) | Automated task planning and breakdown |
24+ | ** Task Researcher** | [ task-researcher.agent.md] ( task-researcher.agent.md ) | Research aggregation and validation |
2025
2126---
2227
@@ -26,12 +31,16 @@ Complete mapping of agent files to their implementation, instructions, and relat
2631
2732| Agent | Spec | Script | Instructions | Prompts | Tests | Workflow |
2833| --------------------- | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------- |
34+ | Accessibility (a11y) | [ a11y.agent.md] ( a11y.agent.md ) | TBD | [ .github/instructions/a11y.instructions.md] ( ../instructions/a11y.instructions.md ) | TBD | TBD | TBD |
2935| Block Theme Build | [ block-theme-build.agent.md] ( block-theme-build.agent.md ) | [ scripts/block-theme-build.agent.js] ( ../../scripts/block-theme-build.agent.js ) | [ .github/instructions/block-theme-development.instructions.md] ( ../instructions/block-theme-development.instructions.md ) | [ .github/prompts/block-theme-build.prompt.md] ( ../prompts/block-theme-build.prompt.md ) | [ scripts/** tests** /block-theme-build.agent.test.js] ( ../../scripts/__tests__/block-theme-build.agent.test.js ) | [ .github/workflows/block-theme-build-and-e2e.yml] ( ../workflows/block-theme-build-and-e2e.yml ) |
30- | Generate Theme | [ generate-theme.agent.md] ( generate-theme.agent.md ) | [ scripts/generate-theme.agent.js] ( ../../scripts/generate-theme.agent.js ) | [ .github/instructions/generate-theme.instructions.md] ( ../instructions/generate-theme.instructions.md ) | [ .github/prompts/generate-theme.prompt.md] ( ../prompts/generate-theme.prompt.md ) | [ tests/agents/generate-theme.agent.test.js] ( ../../tests/agents/generate-theme.agent.test.js ) | [ .github/workflows/agent-generate-theme.yml] ( ../workflows/agent-generate-theme.yml ) |
3136| Development Assistant | [ development-assistant.agent.md] ( development-assistant.agent.md ) | [ scripts/development-assistant.agent.js] ( ../../scripts/development-assistant.agent.js ) | [ .github/instructions/copilot-ai-agent.instructions.md] ( ../instructions/copilot-ai-agent.instructions.md ) | [ .github/prompts/development-assistant.prompt.md] ( ../prompts/development-assistant.prompt.md ) | [ tests/agents/development-assistant.agent.test.js] ( ../../tests/agents/development-assistant.agent.test.js ) | TBD |
3237| Gemini | [ gemini.agent.md] ( gemini.agent.md ) | [ scripts/gemini.agent.js] ( ../../scripts/gemini.agent.js ) | [ .github/instructions/copilot-ai-agent.instructions.md] ( ../instructions/copilot-ai-agent.instructions.md ) | [ .github/prompts/gemini.prompt.md] ( ../prompts/gemini.prompt.md ) | [ tests/agents/gemini.agent.test.js] ( ../../tests/agents/gemini.agent.test.js ) | TBD |
38+ | Generate Theme | [ generate-theme.agent.md] ( generate-theme.agent.md ) | [ scripts/generate-theme.agent.js] ( ../../scripts/generate-theme.agent.js ) | [ .github/instructions/generate-theme.instructions.md] ( ../instructions/generate-theme.instructions.md ) | [ .github/prompts/generate-theme.prompt.md] ( ../prompts/generate-theme.prompt.md ) | [ tests/agents/generate-theme.agent.test.js] ( ../../tests/agents/generate-theme.agent.test.js ) | [ .github/workflows/agent-generate-theme.yml] ( ../workflows/agent-generate-theme.yml ) |
3339| Release Manager | [ release.agent.md] ( release.agent.md ) | [ scripts/release.agent.js] ( ../../scripts/release.agent.js ) | [ docs/RELEASE_PROCESS.md] ( ../../docs/RELEASE_PROCESS.md ) | [ .github/prompts/release.prompt.md] ( ../prompts/release.prompt.md ) | [ tests/agents/release.agent.test.js] ( ../../tests/agents/release.agent.test.js ) | [ .github/workflows/agent-release.yml] ( ../workflows/agent-release.yml ) |
34- | Reporting | [ reporting.agent.md] ( reporting.agent.md ) | [ scripts/reporting.agent.js] ( ../../scripts/reporting.agent.js ) | [ .github/instructions/reporting.instructions.md] ( ../instructions/reporting.instructions.md ) | TBD | [ tests/agents/reporting.agent.test.js] ( ../../tests/agents/reporting.agent.test.js ) | [ .github/workflows/agent-reporting.yml] ( ../workflows/agent-reporting.yml ) |
40+ | Release Scaffold | [ release-scaffold.agent.md] ( release-scaffold.agent.md ) | TBD | [ .github/instructions/release-scaffold.instructions.md] ( ../instructions/release-scaffold.instructions.md ) | [ .github/prompts/release-scaffold.prompt.md] ( ../prompts/release-scaffold.prompt.md ) | TBD | TBD |
41+ | Reporting | [ reporting.agent.md] ( reporting.agent.md ) | [ scripts/reporting.agent.js] ( ../../scripts/reporting.agent.js ) | [ .github/instructions/reporting.instructions.md] ( ../instructions/reporting.instructions.md ) | [ .github/prompts/reporting.prompt.md] ( ../prompts/reporting.prompt.md ) | [ tests/agents/reporting.agent.test.js] ( ../../tests/agents/reporting.agent.test.js ) | [ .github/workflows/agent-reporting.yml] ( ../workflows/agent-reporting.yml ) |
42+ | Task Planner | [ task-planner.agent.md] ( task-planner.agent.md ) | TBD | TBD | TBD | TBD | TBD |
43+ | Task Researcher | [ task-researcher.agent.md] ( task-researcher.agent.md ) | TBD | TBD | TBD | TBD | TBD |
3544
3645---
3746
0 commit comments