Projektphasen (EN)

Concept

The division of a project into logical sections: Initiation, Planning, Execution, Completion

Definition

Project phases are the logical sections into which a project is divided to ensure a structured approach. The main phases include Initiation, where the project is started and the framework conditions are defined, followed by the Planning phase, where detailed plans are created. The Execution phase involves the actual implementation of the plans, while the Completion phase provides for the formal termination of the project and documentation of the results.

Life Cycle

stateDiagram-v2     [*] --> Initiation     Initiation --> Planning     Planning --> Execution     Execution --> Completion     Completion --> [*]          Initiation : Project start & framework conditions     Planning : Create detailed planning     Execution : Implementation of plans     Completion : Project termination & documentation 

In Context

  • Typically used together with project management methods such as PRINCE2, PMBOK or Agile
  • Related to: Project planning, Milestone, Project control, Risk management
  • Example use: A software development project goes through the phases Requirements analysis, Design, Implementation, Testing and Deployment
Quelle: AI Generated