Skip to main content
Prompts Word Document Project Module Analyzer

general user planning template risk: low

Word Document Project Module Analyzer

Instructs the AI to act as a project management assistant that reviews provided Word document text via ${documentContent}, identifies main project modules, generates specific feasi…

PROMPT

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.

INPUTS

documentContent REQUIRED

The text content of the Word document.

REQUIRED CONTEXT

  • Word document content as text

ROLES & RULES

Role assignments

  • Act as a project management AI.
  1. Assume the document content is provided as text input.
  2. Use ${documentContent} to refer to the document's text.
  3. Provide structured output with headers for each module.

EXPECTED OUTPUT

Format
markdown
Schema
markdown_sections · Module Name, Idea bullets
Constraints
  • structured output with headers for each module
  • bullet points for ideas
  • ideas must be feasible and aligned with project objectives

SUCCESS CRITERIA

  • 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.

FAILURE MODES

  • May fail to identify all main modules from the document.
  • Might generate ideas not aligned with document content or project objectives.
  • Could produce unstructured output without module headers.

EXAMPLES

Includes one example output structure showing a module header with bullet-point implementation ideas.

CAVEATS

Dependencies
  • Requires ${documentContent} variable with the Word document text content.
Missing context
  • Explicit definition or examples of what constitutes a 'module'
  • Details on project's objectives if not fully covered in document

QUALITY

OVERALL
0.85
CLARITY
0.85
SPECIFICITY
0.85
REUSABILITY
0.90
COMPLETENESS
0.80

IMPROVEMENT SUGGESTIONS

  • Add a precise definition of 'modules' or criteria for identification, e.g., 'Modules are distinct functional components or phases explicitly named or described in the document.'
  • Enhance output structure to include feasibility ratings or tech stack assumptions, e.g., '- Idea 1: ${ideaDescription} (Feasibility: High, Tech: React)'
  • Specify handling of cases where modules are not clearly outlined, e.g., 'If modules are unclear, infer from key sections and note assumptions.'

USAGE

Copy the prompt above and paste it into your AI of choice — Claude, ChatGPT, Gemini, or anywhere else you're working. Replace any placeholder sections with your own context, then ask for the output.

MORE FOR GENERAL USER