Generative Development Framework
GDF.ai
  • Intro to GDF-FSE
    • Generative AI, Large Language Models, ChatGPT?
    • Knowledge Areas
    • Access a Chat Based LLM
    • Why GDF?
    • Expectations
  • Limitations
  • Prompting
    • Prompt Patterns
    • Prompt Context
    • Prompt Stores
    • Prompt Operators
    • Prompt Chaining
  • Security
    • Protecting Data
    • Protecting Application Security
    • Protecting Intellectual Property
    • Protection Stores
    • AI Security Assessments and Penetration Testing
    • Social Engineering Testing with AI
  • Subject Knowledge Areas
    • Ideation
      • Identifying a Problem Statement
      • Plan and Prioritize Features
      • Develop User Stories
      • Requirement Gathering
      • Ideation Prompting
      • Ideation Template
    • Specification
      • Specifying Languages
      • Specifying Libraries
      • Specifying Project Structures
      • Specify Schemas
      • Specifying Elements
      • Specifying API Specs
    • Generation
      • Generating UI Elements
      • Generating Mock Data
      • Generating Schemas
      • Generating Parsers
      • Generating Databases
      • Generate Functions
      • Generate APIs
      • Generate Diagrams
      • Generating Documentation
    • Transformation
      • Converting Languages
      • Converting Libraries
    • Replacement
      • Replacing Functions
      • Replacing Data Types
    • Integration
      • Connecting UI Components
      • Connecting UI to Backend
      • Connecting Multiple Services Together
      • Connecting Cloud Infrastructure (AWS)
    • Separation
      • Abstraction
      • Model View Controller (MVC)
    • Consolidation
      • Combining UI Elements
      • Deduplicating Code Fragments
    • Templating
      • Layouts
      • Schemas
      • Project Structures
      • Content Management Systems
    • Visualization
      • General Styling
      • Visual Referencing
      • Visual Variations
    • Verification
      • Test Classes
      • Logging and Monitoring
      • Automated Testing
      • Synthetic Monitoring
    • Implementation
      • Infrastructure
      • DevOps / Deployment
    • Optimization
      • General Optimization
      • Performance Monitoring
      • Code Review
  • Guidance
    • Business Process
    • Regulatory Guidance
  • Generative Pipelines
  • Troubleshooting
    • Client Side Troubleshooting
    • Server Side Troubleshooting
    • Troubleshooting with AI
    • Documentation
    • Infrastructure Engineering
  • Terminology
Powered by GitBook
On this page
  • Problem Statement
  • Requirements

Was this helpful?

Export as PDF
  1. Subject Knowledge Areas
  2. Ideation

Ideation Template

A template to quickly document problem statements and their related requirements

The ideation template provides key areas to document in the largely human driven Ideation knowledge area.

Problem Statement

Aspect of Problem Statement
Description

Description of the problem

Clear and concise statement of the issue that needs to be solved

Impact of the problem

Explanation of the consequences of the problem

Scope of the problem

Description of the extent of the problem

Causes of the problem

Identification of the root causes of the problem

Constraints and limitations

Explanation of any limitations or constraints that may impact the solution

Goals and objectives

Clear statement of the desired outcome of the project

Requirements

Aspect of Requirements
Description

Functional requirements

Description of the specific features and functions that the product or system must have

Non-functional requirements

Description of the constraints and limitations that the product or system must meet

Use cases and scenarios

Detailed description of how the product or system will be used in real-world situations

User interface and user experience

Description of the design and layout of the user interface, including how users will interact with the system

Testing and validation

Description of how the requirements will be tested and validated to ensure that they meet the needs of the users or stakeholders

Documentation and training

Description of the documentation and training that will be provided to users to help them understand and use the product or system

PreviousIdeation PromptingNextSpecification

Last updated 3 months ago

Was this helpful?