Skip to main content

CODITECT Organization Components Index

Overview

Complete index of CODITECT project organization components for internal use and customer projects.

Created: 2026-01-02 Components: 29 new components across 8 categories


Quick Reference

CategoryCountLocation
Standards7CODITECT-CORE-STANDARDS/
Templates3CODITECT-CORE-STANDARDS/templates/
Agents5agents/
Skills4skills/
Commands5commands/
Scripts5scripts/
Hooks2hooks/
Workflows2docs/workflows/
Prompts3prompts/

1. Standards (7)

Core standards documents defining CODITECT project organization requirements.

StandardDescriptionPath
DIRECTORY-STRUCTURE-STANDARDCanonical folder hierarchiesCODITECT-CORE-STANDARDS/DIRECTORY-STRUCTURE-STANDARD.md
FILE-NAMING-CONVENTIONSFile and folder naming rulesCODITECT-CORE-STANDARDS/FILE-NAMING-CONVENTIONS.md
README-STANDARDREADME.md requirementsCODITECT-CORE-STANDARDS/README-STANDARD.md
CLAUDE-MD-STANDARDCLAUDE.md requirementsCODITECT-CORE-STANDARDS/CLAUDE-MD-STANDARD.md
FRONTMATTER-STANDARDYAML frontmatter requirementsCODITECT-CORE-STANDARDS/FRONTMATTER-STANDARD.md
REORGANIZATION-PLAN-STANDARDReorganization planning formatCODITECT-CORE-STANDARDS/REORGANIZATION-PLAN-STANDARD.md
PRODUCTION-READINESS-CHECKLISTProduction validation checklistCODITECT-CORE-STANDARDS/PRODUCTION-READINESS-CHECKLIST.md

2. Templates (3)

Copy-paste templates for creating compliant documentation.

TemplateDescriptionPath
README-TEMPLATEMinimal/Standard/Comprehensive READMECODITECT-CORE-STANDARDS/templates/README-TEMPLATE.md
CLAUDE-MD-TEMPLATECLAUDE.md templates by project typeCODITECT-CORE-STANDARDS/templates/CLAUDE-MD-TEMPLATE.md
REORGANIZATION-PLAN-TEMPLATEDirectory and master plan templatesCODITECT-CORE-STANDARDS/templates/REORGANIZATION-PLAN-TEMPLATE.md

3. Agents (5)

AI agents specialized in project organization tasks.

AgentDescriptionInvocation
project-structure-analyzerAnalyzes structure against standards/agent project-structure-analyzer "task"
file-reorganization-orchestratorOrchestrates safe file moves/agent file-reorganization-orchestrator "task"
naming-convention-enforcerValidates and fixes naming/agent naming-convention-enforcer "task"
readme-generatorGenerates compliant READMEs/agent readme-generator "task"
production-readiness-auditorComprehensive production audit/agent production-readiness-auditor "task"

4. Skills (4)

Reusable capabilities for organization tasks.

SkillDescriptionPath
project-organizationComplete organization workflowskills/project-organization/SKILL.md
file-structure-analysisStructure analysis and reportingskills/file-structure-analysis/SKILL.md
readme-generationAutomated README creationskills/readme-generation/SKILL.md
naming-enforcementNaming convention validationskills/naming-enforcement/SKILL.md

5. Commands (5)

Slash commands for organization tasks.

CommandDescriptionUsage
/organizeAnalyze and organize project/organize [--analyze|--plan|--execute]
/structureDisplay and validate structure/structure [--validate|--tree]
/readme-genGenerate README files/readme-gen [--recursive|--missing]
/naming-checkCheck naming conventions/naming-check [--fix]
/production-auditProduction readiness audit/production-audit [--report]

6. Scripts (5)

Python automation scripts for organization tasks.

ScriptDescriptionUsage
analyze-project-structure.pyStructure analysis enginepython scripts/analyze-project-structure.py [--json]
enforce-naming-conventions.pyNaming enforcement enginepython scripts/enforce-naming-conventions.py [--fix]
generate-readmes.pyREADME generation enginepython scripts/generate-readmes.py [--recursive]
reorganize-files.pySafe file reorganizationpython scripts/reorganize-files.py [plan.md]
production-readiness-check.pyProduction audit enginepython scripts/production-readiness-check.py [--report]

7. Hooks (2)

Event hooks for validation.

HookDescriptionPath
pre-commit-naming-checkValidates naming before commithooks/pre-commit-naming-check.py
post-reorganization-validateValidates after reorganizationhooks/post-reorganization-validate.py

8. Workflows (2)

Complete workflow documentation.

WorkflowDescriptionPath
PROJECT-REORGANIZATION-WORKFLOWComplete reorganization workflowdocs/workflows/PROJECT-REORGANIZATION-WORKFLOW.md
PRODUCTION-READINESS-WORKFLOWProduction preparation workflowdocs/workflows/PRODUCTION-READINESS-WORKFLOW.md

9. Prompts (3)

AI prompt templates for organization tasks.

PromptDescriptionPath
analyze-structure-promptStructure analysis promptprompts/analyze-structure-prompt.md
reorganization-plan-promptPlan creation promptprompts/reorganization-plan-prompt.md
production-audit-promptAudit promptprompts/production-audit-prompt.md

Usage Guide

For Internal CODITECT Use

# Analyze a repository
/organize --analyze

# Generate reorganization plan
/organize --plan

# Execute reorganization
/organize --execute

# Validate production readiness
/production-audit

For Customer Projects

Customers can use these components by:

  1. Installing CODITECT framework

    git submodule add https://github.com/coditect-ai/coditect-core .coditect
    ln -s .coditect .claude
  2. Running organization commands

    /organize --analyze
    /production-audit
  3. Using scripts directly

    python .coditect/scripts/analyze-project-structure.py
    python .coditect/scripts/production-readiness-check.py

Workflow Summary

┌─────────────────────────────────────────────────────────────┐
│ PROJECT ORGANIZATION FLOW │
├─────────────────────────────────────────────────────────────┤
│ │
│ 1. ANALYZE 2. PLAN │
│ ┌─────────────┐ ┌─────────────┐ │
│ │ /organize │ → │ /organize │ │
│ │ --analyze │ │ --plan │ │
│ └─────────────┘ └─────────────┘ │
│ │ │ │
│ ▼ ▼ │
│ ┌─────────────┐ ┌─────────────┐ │
│ │ Score: XX │ │ Create │ │
│ │ Grade: X │ │ Plans │ │
│ └─────────────┘ └─────────────┘ │
│ │ │
│ 3. EXECUTE ▼ │
│ ┌─────────────┐ ┌─────────────┐ │
│ │ /organize │ ← │ Review & │ │
│ │ --execute │ │ Approve │ │
│ └─────────────┘ └─────────────┘ │
│ │ │
│ ▼ │
│ 4. VALIDATE │
│ ┌─────────────┐ │
│ │/production- │ │
│ │ audit │ │
│ └─────────────┘ │
│ │ │
│ ▼ │
│ ┌─────────────┐ │
│ │ Score: 95+ │ ✓ Production Ready │
│ │ Grade: A │ │
│ └─────────────┘ │
│ │
└─────────────────────────────────────────────────────────────┘


Version: 1.0.0 Created: 2026-01-02 Author: CODITECT Core Team Total New Components: 29