What problem does it solve?
Generate a clear, project-specific coding_guidelines.md so teams have consistent architecture decisions, naming conventions, testing expectations, and review checklists without manually auditing the entire codebase.
Core Features & Use Cases
- Four operational modes: extract standards from a base architecture, analyze an existing project, merge base + project patterns with conflict resolution, or produce minimal platform best-practices for new projects.
- Automated analysis: scans file structure, detects platform/framework, infers naming and architectural patterns, and documents examples and overrides.
- Safe output-only workflow: writes ai/context/coding_guidelines.md and never modifies source files while documenting the chosen mode and providing concrete examples and commit/PR conventions.
- Use case: standardize conventions across a mono-repo by merging an organizational base repo with project-specific deviations, producing a single authoritative guideline file.
Quick Start
Generate coding guidelines for this repository using analyze mode and save the output to ai/context/coding_guidelines.md.