프로젝트 생산성 향상을 위한 프로젝트 문서 와 계획, 분석, 설계 문서 작성하기


소프트웨어 개발을 향상시키기 위해 검색중 괜찮은 링크를 찾아, 실행 해본 작업입니다.

https://kms-technology.com/emerging-technologies/ai/30-best-chatgpt-prompts-for-software-engineers.html


링크는 크게 계획, 분석, 설계 , 개발, 테스트, 배포 단계로 나누어 chatgpt 와 함께 작업울 하도록 가이드 합니다.

이중 저는 계획, 분석, 설계, 테스트 단계만 작성하였고, 개발, 배포는 제외 했습니다.

확인은 GPT4로 진행했습니다. 3.5는 좀더 간단하게 보여주네요.

계획단계 부터 진행하면.

아래와 같은 3개 질문을 요구합니다. 이부분을 고려해서 프롬프트 작성하면 됩니다.
- “What are the potential risks and challenges associated with this project?”
- “What is a realistic timeline and budget for this project?”
- “What are the best tools and technologies to use for this project?”

저는 지역 기반 심부름 중개 플랫폼(해주세요 같은)을 구상하고 프롬프트 작성하였습니다.

프름프트는 아래와 같습니다.

  • 플랜 프롬프트

Write a project charter document that describes the purpose, goals, scope, deliverables, stakeholders, and success criteria of your software development project.

This project develops a region-based C2C errand brokerage platform app. You can check and request the type and amount of errands you want to call an errand. Customers who run errands register the errands they can do and the range of desired amounts. The platform operator is responsible for customer verification, matching facilitation, and dispute resolution.

The project is managed by a team of 3 developers and is expected to take 3 months to complete. The project budget is $50,000. Documents should follow your company's style guide and include all necessary sections and information.

  • 분석 프롬프트

    Generate a software requirements specification (SRS) document Please ensure that the document includes all necessary sections, such as functional and non-functional requirements, user interface design, data management, and security requirements. Also, please ensure that the document follows our company’s style guide and is easy to read and understand.


  • 설계 프롬프트

    Generate a detailed design document for a software system. The document should include detailed descriptions of the system architecture, software design, user interface design, and database design, along with any diagrams or flowcharts necessary to explain these concepts. Please ensure that the document follows our company’s style guide and is easy to read and understand.


결과 내용 공유

https://chat.openai.com/share/0af3601b-c9dc-4739-accf-c9fc9dbbdff5

chatgpt 특성상 그대로 사용할수 없지만, 추가, 수정 하면 초안으로 괜찮을걸로 판단됩니다.

다수 프로젝트에 전체 정보와 확인 사항이 중요하며, 도움을 받는다면 생산성에 도움이 될것 같습니다.










4
1개의 답글

👉 이 게시글도 읽어보세요