Skip to content

Instantly share code, notes, and snippets.

@jdnichollsc
Created February 12, 2025 04:13
Show Gist options
  • Save jdnichollsc/896ef74e4344f4fdd3ea1c27ba0ee4c3 to your computer and use it in GitHub Desktop.
Save jdnichollsc/896ef74e4344f4fdd3ea1c27ba0ee4c3 to your computer and use it in GitHub Desktop.
AI prompts for documentation

Analyze the entire codebase of this software project, including package.json scripts, dependencies, existing READMEs, and the current folder structure.

Then, generate a structured and developer-friendly documentation set within a /docs folder at the root of the repository. Ensure modularity by splitting documentation into separate markdown files, including:

  1. /docs/README.md - High-level project overview, purpose, and quick start guide.
  2. /docs/architecture.md - System architecture, service interactions, and outline high level designs with all important components using diagrams in Mermaid format with Material Design colors and high-contrast text.
  3. /docs/folder-structure.md - Explanation of the project directory structure and file purposes.
  4. /docs/development-guide.md - Setup instructions, key dependencies, and important scripts.
  5. /docs/operations.md - Deployment guide, CI/CD details, and configuration options.
  6. /docs/api-reference.md - API endpoints, request/response structures, authentication, and examples (if applicable).

Ensure all diagrams are clear, accessible, and follow industry best practices. Generate each file one by one, asking for validation before proceeding to the next step.

If any clarification is needed, ask before continuing. Maintain separation of concerns, avoid redundancy, and optimize for easy onboarding and maintainability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment