| file_type | index | ||||
|---|---|---|---|---|---|
| title | Agent Specifications Library | ||||
| description | Centralized repository of portable agent specification and implementation files | ||||
| created_date | 2026-08-29 | ||||
| last_updated | 2026-08-29 | ||||
| status | active | ||||
| domain | governance | ||||
| stability | stable | ||||
| tags |
|
||||
| owners |
|
This directory contains portable agent specifications (.agent.md files) and their corresponding implementation folders. Each agent has both a specification file documenting its purpose and behavior, and an implementation folder containing code, configuration, and templates.
- Total Agent Specs: 39
- Agents with Implementations: 28
- Spec-Only Agents: 8 (modes and infrastructure)
- Agent Pairs (spec + impl): 20
- Coverage: 100% spec coverage
Portable agent specifications follow this structure:
agents/
├── {agent-name}.agent.md # Agent specification
├── {agent-name}-agent/ # Implementation folder (optional)
│ ├── AGENT.md # Agent documentation
│ ├── README.md # Quick reference
│ ├── agent/ # Agent code/configuration
│ ├── claude/ # Claude-specific instructions
│ ├── copilot/ # Copilot-specific instructions
│ ├── manifests/ # Configuration manifests
│ ├── openai/ # OpenAI-specific instructions
│ ├── shared/ # Shared resources
│ └── skills/ # Skill definitions
Agents with both specification files and complete implementations (28 total).
- AI Readiness Estimator –
ai-readiness-estimator.agent.md- AI capability assessment and organizational readiness evaluation
-
- Expert at creating comprehensive Architectural Decision Records (ADRs)
-
Design Partner Agent –
design-partner.agent.md- AI-powered design collaboration for UI/UX review and design systems
-
Website Content Strategist –
website-content-strategist.agent.md- Content strategy planning, audits, and SEO optimization
-
Changelog –
changelog.agent.md- Automated changelog generation from commit history
-
- Product requirement document creation and management
-
PRD Factory & Planner –
prd-factory-planner.agent.md- Automated PRD generation and project planning
-
Task Planner –
task-planner.agent.md- Multi-mode planning agent for architecture, implementation, and task planning
-
Website Scope Estimator –
website-scope-estimator.agent.md- Project estimation and feature scoping tool
-
PR Creation Agent –
pr-creation.agent.md- Pull request creation and management
-
Chat Closure Agent –
chat-closure.agent.md- Automated session handoff and chat closure workflows
-
Linting Agent –
linting.agent.md- Code quality and linting assistance
-
Testing Agent –
testing.agent.md- Test case generation and quality assurance
-
Linear Advisor Agent –
linear-advisor.agent.md- Project management and Linear issue integration
-
Proposal Desk Agent –
proposal-desk.agent.md- Proposal and quote generation for scope definition
-
Harvest Analytical Agent –
harvest-analytical.agent.md- Time tracking analytics and project profitability analysis
-
WordPress Config Agent –
wp-config.agent.md- WordPress site configuration and optimization
-
WooCommerce Config Agent –
woo-config.agent.md- WooCommerce store configuration and setup
-
Tour Operator Config Agent –
tour-operator-config.agent.md- WordPress configuration for tour operator websites
-
WordPress Agent –
wordpress.agent.md- WordPress release utilities and versioning
-
Metadata Agent –
metadata.agent.md- Metadata management and extraction
-
PageSpeed Agent –
pagespeed.agent.md- Web performance optimization and load-time analysis
-
Zendesk Support Agent –
zendesk-support.agent.md- Customer support ticket management integration
-
Client Website Discovery Assistant –
client-website-discovery-assistant.agent.md- Website assessment and competitive analysis
-
- Meta-level agent coordination
-
Prompt Engineer –
prompt-engineer.agent.md- Prompt optimization and engineering
-
Release Agent –
release.agent.md- Release management and versioning
-
Task Researcher Agent –
task-researcher.agent.md- Research and information gathering
These agents have specification files but no corresponding implementation folders (8 total).
These specifications define operating modes for other agents:
mode-thinking.agent.md– Thinking/reasoning modemode-prd.agent.md– PRD generation modemode-demonstrate-understanding.agent.md– Understanding demonstration modemode-document-reviewer.agent.md– Document review mode
These specifications define core agent infrastructure and coordination:
issues.agent.md– Issue management orchestrationlabeling.agent.md– Labeling and categorizationmetrics.agent.md– Metrics and analyticsreporting.agent.md– Reporting and summaries
Each agent specification file includes an "Implementation Reference" section that links to:
- Agent Definition – AGENT.md file in the implementation folder
- README – Quick reference guide
- Configuration – Configuration files and schemas (if applicable)
- Templates – Reusable templates and examples (if applicable)
- Tests – Test coverage and validation (if applicable)
Each implementation folder includes a link back to its specification file.
- ✅ Architecture confirmed: Every agent gets a spec (Option A)
- ✅ Orphaned specs classified (8 spec-only for modes/infrastructure)
- ✅ This README created documenting organization and coverage
- ✅ Created 20 missing
.agent.mdspec files - ✅ Extracted descriptions from AGENT.md files
- ✅ Added implementation cross-references
- 🔄 Update all 28 implementation specs with cross-references
- 🔄 Update all implementation folders with back-links
- ⏳ Create validation script for spec/implementation pairs
- ⏳ Add to npm validation pipeline
- ⏳ Update CONTRIBUTING.md with agent creation guidelines
- ⏳ Clarify portable agent location in CLAUDE.md
When creating a new agent:
- Create implementation folder:
agents/{name}-agent/oragents/{name}/ - Create agent definition:
{name}-agent/AGENT.mdorSKILL.md - Create spec file:
agents/{name}.agent.md - Add cross-references: Link spec to implementation and vice versa
- Run validation:
npm run validate:agents
- Audit Report – Comprehensive audit findings
- Action Plan – Implementation roadmap
- Naming Conventions – Naming standards
- Issue #1828 – Master initiative epic
Built by 🧱 LightSpeedWP with ☕, 🚀, and open-source spirit!