Conjunto de skills para gerenciamento de projetos arquitetônicos. Inclui criação, atualização, filtragem e análise de projetos.
Use when the user wants to start a new project. Required Parameters:
client_id: ID of the client.project_name: Name of the project.project_type: One of [RESIDENTIAL, COMMERCIAL, INSTITUTIONAL, INDUSTRIAL, LANDSCAPE, INTERIOR].location: Object with address details.Optional Architectural Parameters:
architectural_style: [MODERNISTA, CLASSICO, CONTEMPORANEO, ORGANICO, MINIMALISTA, OTHER].construction_type: [ALVENARIA, STEEL_FRAME, CONCRETO_ARMADO, MADEIRA, HIBRIDA, OTHER].total_area: Float (m²).number_of_floors: Integer.has_basement: Boolean.environmental_license: Boolean.Retrieve details for a specific project ID, including architectural specs.
List projects with optional filtering by:
client_idstatus [CONCEPTUAL, PRELIMINARY, EXECUTIVE, CONSTRUCTION, COMPLETED, ARCHIVED]project_typearchitectural_styleUpdate fields like status, progress, budget, deadline, phases, and architectural details.
Soft delete/archive a project.
Retrieve analytics like budget spent, hours logged, progress percentage, and time distribution.
For detailed schema definitions, refer to resources/project-management.yaml.