Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

file_type documentation
title Instructions Directory
description Comprehensive instructions directory for LightSpeedWP development standards and practices
version v1.0
last_updated 2025-10-24
maintainer LightSpeed Engineering
tags
instructions
standards
guidelines
development

📋 Instructions Directory

Instructions Badge Standards Badge

This directory contains comprehensive development instructions, standards, and guidelines that govern all LightSpeedWP projects and automation systems.

📊 Instructions Architecture

graph TB
    A[Instructions Directory] --> B[🤖 Automation & AI]
    A --> C[💻 Development Standards]
    A --> D[🏗️ Architecture & Workflows]
    A --> E[📚 Documentation & Communication]
    A --> F[🔗 Integration & Security]

    B --> B1[automation.instructions.md]
    B --> B2[awesome-copilot.instructions.md]
    B --> B3[automation.instructions.md]
    B --> B4[automation-testing.instructions.md]
    B --> B5[copilot.instructions.md]

    C --> C1[coding-standards.instructions.md]
    C --> C2[linting.instructions.md]
    C --> C3[quality-assurance.instructions.md]
    C --> C4[inline-docs.instructions.md]

    D --> D1[workflows.instructions.md]
    D --> D2[wordpress.instructions.md]
    D --> D3[gitops.instructions.md]

    E --> E1[docs.instructions.md]
    E --> E2[documentation-formats.instructions.md]

    F --> F1[security.instructions.md]
    F --> F2[ci-cd.instructions.md]

    G[Project Implementation] --> A
    H[Agent Systems] --> B
    I[Code Quality] --> C
    J[Workflow Automation] --> D
    K[Knowledge Management] --> E

    style A fill:#e1f5fe
    style B fill:#f3e5f5
    style C fill:#e8f5e8
    style D fill:#fff3e0
    style E fill:#fce4ec
Loading

📁 Core Instruction Categories

🤖 Automation & AI

💻 Development Standards

🏗️ Architecture & Workflows

📚 Documentation & Community

🏷️ Organization & Governance

🔗 Integration Points

Instructions integrate with:

💡 Usage Guidelines

📚 Finding Instructions

  1. Start with Core - Begin with core instruction categories for your domain
  2. Check Specializations - Look for technology-specific instructions
  3. Review Subdirectories - Explore specialized subdirectories for detailed guidance
  4. Cross-Reference - Use integration points to find related resources

🎯 Implementation

  1. Follow Hierarchy - Apply general instructions before specific ones
  2. Check Dependencies - Ensure prerequisite instructions are followed
  3. Validate Compliance - Use automation to verify instruction adherence
  4. Update Regularly - Keep implementation current with instruction updates

🔄 Maintenance

  • Version Control - Track instruction changes and their impact
  • Automation Integration - Ensure instructions are reflected in automation
  • Feedback Loop - Incorporate learnings back into instruction updates
  • Cross-Reference Accuracy - Maintain accurate links between related instructions

⚠️ Compliance Requirements

🛡️ Mandatory Instructions

Certain instructions are mandatory for all LightSpeedWP projects:

  • Coding Standards - Must be followed in all code contributions
  • Security Guidelines - Required for all production code
  • Testing Standards - Minimum testing requirements must be met
  • Documentation Standards - All code must meet documentation requirements

🤖 Automated Enforcement

Many instructions are automatically enforced through:

  • GitHub Actions - Workflow validation and compliance checking
  • AI Agents - Automated review and correction
  • Quality Gates - Automated blocking of non-compliant changes
  • Metrics Collection - Continuous compliance monitoring

📊 Instruction Metrics

Instructions are tracked for:

  • Adoption Rate - How widely instructions are followed
  • Compliance Score - Automated compliance measurement
  • Update Frequency - How often instructions are updated
  • Community Feedback - User satisfaction and effectiveness ratings

This directory provides the foundation for consistent, high-quality development across the LightSpeedWP organization. See Automation Governance for enforcement policies.