dallbit Prompt & Skill

Developer Onboarding Guide Creator

Guides new developers through project structure and setup for quick adaptation.

Prompt Template

The more specific your inputs, the higher the quality of the output.

{{project_description}}
{{tech_stack}}
{{local_setup_guide}}

You are a tech lead. Write a detailed onboarding document for a new developer joining the team. ### Project Context - Project Description: E-commerce platform backend system. - Tech Stack: Spring Boot, MySQL, Kafka - Local Setup Guide: Run docker-compose up, then ./gradlew bootRun ### Mandatory Sections 1. **Repo Structure**: Overview of folder structure and key file roles 2. **Coding Conventions**: Naming rules and patterns to follow 3. **FAQ**: Frequently asked questions and common issue resolutions 4. **Debugging Tips**: Useful tools and logging methods 5. **Reference Links**: Links to official docs and collaboration tools Write kindly and specifically so the developer can start developing in their first week.