Skip to content

Enum: ProjectMaturityLevel

General project development maturity assessment

URI: valuesets:ProjectMaturityLevel

Permissible Values

Value Title Meaning Description
CONCEPT Concept Initial idea or concept stage
PLANNING Planning Project planning and design phase
DEVELOPMENT Development Active development in progress
TESTING Testing Testing and quality assurance phase
PILOT Pilot Limited deployment or pilot testing
PRODUCTION Production Full production deployment
MAINTENANCE Maintenance Maintenance and support mode
END_OF_LIFE End of Life Project reaching end of lifecycle

Slots

Name Description
project_maturity_level General project development maturity assessment

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: ProjectMaturityLevel
instantiates:
- valuesets_meta:ReferenceEnumDefinition
description: General project development maturity assessment
title: Project Maturity Level
from_schema: https://w3id.org/linkml/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: STANDARD
rank: 1000
permissible_values:
  CONCEPT:
    text: CONCEPT
    description: Initial idea or concept stage
    title: Concept
  PLANNING:
    text: PLANNING
    description: Project planning and design phase
    title: Planning
  DEVELOPMENT:
    text: DEVELOPMENT
    description: Active development in progress
    title: Development
  TESTING:
    text: TESTING
    description: Testing and quality assurance phase
    title: Testing
  PILOT:
    text: PILOT
    description: Limited deployment or pilot testing
    title: Pilot
  PRODUCTION:
    text: PRODUCTION
    description: Full production deployment
    title: Production
  MAINTENANCE:
    text: MAINTENANCE
    description: Maintenance and support mode
    title: Maintenance
  END_OF_LIFE:
    text: END_OF_LIFE
    description: Project reaching end of lifecycle
    title: End of Life