//! # Prompts module.
//!
//! This module contains sub-modules representing different prompts for each agent.
//!
//! ## Sub-modules
//!
//! - `architect`: Contains prompts related to the architect agent.
//! - `backend`: Contains prompts related to the backend agent.
//! - `designer`: Contains prompts related to the designer agent.
//! - `frontend`: Contains prompts related to the frontend agent.
//! - `manager`: Contains prompts related to project management agent.
//!