What problem does it solve? Teams and AI agents often create inconsistent, disorganized repository layouts that make projects hard to navigate, test, deploy, and review. This Skill provides a Technical Product Owner guideline module that standardizes repository structure so human and AI developers can extend projects safely. ## Core Features & Use Cases - Standard Structure Templates: Provides full-stack monorepo and simple MVP directory layouts covering apps, services, packages, docs, tests, scripts, and infra. - Root File Requirements: Specifies mandatory content for README.md, CONTRIBUTING.md, SECURITY.md, CHANGELOG.md, .env.example, and CODEOWNERS. - Review Checklist & ADR Template: Includes a repository review checklist, an Architecture Decision Record template, and a required output format for AI agents making structural changes. - Use Case: When starting a new project or auditing an existing one, an agent applies these rules to verify separation of source, tests, docs, and infrastructure, confirm secrets are excluded, and document structural decisions. ## Quick Start Review my repository structure against the TPO guidelines and list any missing root files, misplaced modules, or undocumented architecture decisions.