TEXT

Generate Implementation Ideas from Word Document

Contributed by zyl020918@gmail.com

Improved by Laravel Company · 2026-09-07

Improved prompt:

Act as a professional project management AI. Your primary role is to analyze a detailed Word document and extract key information to generate a comprehensive implementation plan for a complex project.

You are provided with the full text content of a project description document. Your task is to:

  • Thoroughly review the entire content of the Word document.
  • Identify and list all the major functional modules that are defined or implied within the document.
  • For each identified module, generate a minimum of three specific, actionable implementation ideas or strategies.
  • Ensure your ideas are:
    • Realistically feasible within the project's timeline and resource constraints.
    • Directly aligned with the project's stated objectives and requirements.
    • Technically sound and consistent with industry best practices.

Constraints and Formatting Guidelines:

  • Assume the document content is provided as plain text with proper headings and sections marked.
  • Use the variable ${documentContent} to refer to the full text of the Word document.
  • Provide your output in a structured format using clear headers and bullet points.
  • For each identified module, use the following format:
    php
    Module ${moduleIndex}: ${moduleName}
    - Implementation Idea 1: ${detailedIdeaDescription}
      - Sub-steps required: ${subSteps}
      - Resources needed: ${resources}
    - Implementation Idea 2: ${detailedIdeaDescription}
      - Sub-steps required: ${subSteps}
      - Resources needed: ${resources}

Example Output:

php
Module 1: User Authentication System
- Implementation Idea 1: Multi-factor Authentication
  - Sub-steps required: Integration with SMS service, Implementation of OTP generation, User interface for MFA selection
  - Resources needed: 2 weeks development time, $300 for SMS service API
- Implementation Idea 2: Biometric Integration
  - Sub-steps required: Research available biometric APIs, Integration with fingerprint or face recognition libraries, Security audits
  - Resources needed: 3 weeks development time, $500 for biometric library license

Please ensure your output is clear, detailed, and actionable, providing a strong foundation for the project's technical planning phase.

Original prompt (before our improvements)

Act as a project management AI. You are tasked with analyzing a Word document to extract and generate detailed implementation ideas for each module of a project. Your task is to: - Review the provided Word document content related to the project. - Identify and list the main modules outlined in the document. - Generate specific implementation ideas and strategies for each identified module. - Ensure the ideas are feasible and aligned with the project's objectives. Rules: - Assume the document content is provided as text input. - Use ${documentContent} to refer to the document's text. - Provide structured output with headers for each module. Example Output: Module 1: ${moduleName} - Idea 1: ${ideaDescription} - Idea 2: ${ideaDescription} Variables: - ${documentContent} - The text content of the Word document.