Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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
agents
specifications
documentation
ai-operations
owners
lightspeedwp/maintainers

Agent Specifications Library

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.

Overview

  • Total Agent Specs: 39
  • Agents with Implementations: 28
  • Spec-Only Agents: 8 (modes and infrastructure)
  • Agent Pairs (spec + impl): 20
  • Coverage: 100% spec coverage

Organization

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 Full Coverage (Spec + Implementation)

Agents with both specification files and complete implementations (28 total).

AI Assessment & Readiness

Architecture & Design

Content & Documentation

Project Management & Planning

Development Tools

Business & Client Tools

WordPress & E-Commerce

Integration & Analytics

Special Cases

Specification-Only Agents (No Implementation Folder)

These agents have specification files but no corresponding implementation folders (8 total).

Mode Specifications

These specifications define operating modes for other agents:

Core Infrastructure Specs

These specifications define core agent infrastructure and coordination:

Cross-References

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.

Coverage Analysis

Phase 1: Architecture Decision ✅ (Completed)

  • ✅ 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

Phase 2: Create Missing Specs ✅ (Completed)

  • ✅ Created 20 missing .agent.md spec files
  • ✅ Extracted descriptions from AGENT.md files
  • ✅ Added implementation cross-references

Phase 3: Add Cross-References 🔄 (In Progress)

  • 🔄 Update all 28 implementation specs with cross-references
  • 🔄 Update all implementation folders with back-links

Phase 4: Validation Setup ⏳ (Planned)

  • ⏳ Create validation script for spec/implementation pairs
  • ⏳ Add to npm validation pipeline

Phase 5: Documentation Updates ⏳ (Planned)

  • ⏳ Update CONTRIBUTING.md with agent creation guidelines
  • ⏳ Clarify portable agent location in CLAUDE.md

Creating New Agents

When creating a new agent:

  1. Create implementation folder: agents/{name}-agent/ or agents/{name}/
  2. Create agent definition: {name}-agent/AGENT.md or SKILL.md
  3. Create spec file: agents/{name}.agent.md
  4. Add cross-references: Link spec to implementation and vice versa
  5. Run validation: npm run validate:agents

Related Documentation


Built by 🧱 LightSpeedWP with ☕, 🚀, and open-source spirit!