スキル一覧に戻る
Italo520

project-management

by Italo520

0🍴 0📅 2026年1月20日
GitHubで見るManusで実行

SKILL.md


name: project-management description: | Habilidades para gerenciamento de projetos arquitetônicos. Permite criar, consultar, atualizar e analisar projetos no ArchFlow ERP. version: 1.0.0 category: core

Project Management Skills

This skill module provides tools for managing the lifecycle of architectural projects within the ArchFlow ERP system. It handles creation, tracking, status updates, and analytics.

Capabilities

The agent can perform the following actions:

  1. Create Project: Start a new architectural project record.
  2. Get Project Details: Retrieve full information about a specific project.
  3. List Projects: Search and filter projects based on criteria.
  4. Update Project: Modify project details, status, or progress.
  5. Delete Project: Soft-delete a project (archive).
  6. Project Stats: Analyze project metrics (budget, time, progress).

Usage Instructions

1. Create Project (create_project)

Create a new project entry. Requires a valid client ID.

Trigger Phrases:

  • "create new project"
  • "start new architectural project"
  • "novo projeto"
  • "criar projeto"

Parameters:

ParameterTypeRequiredDescription
client_idstringYesUUID of the client.
project_namestringYesName of the project.
project_typeenumYesRESIDENTIAL, COMMERCIAL, INSTITUTIONAL, INDUSTRIAL, LANDSCAPE, INTERIOR
locationobjectYesAddress object (address, city, state, zip_code, lat, lng).
budgetnumberNoBudget in BRL (R$).
estimated_hoursnumberNoTotal estimated hours.
deadlinedateNoProject deadline (ISO 8601).

2. Get Project (get_project)

Retrieve detailed information about a single project.

Trigger Phrases:

  • "show project details"
  • "ver projeto"
  • "status do projeto"

Parameters:

ParameterTypeRequiredDescription
project_idstringYesUUID of the project.

3. List Projects (list_projects)

List projects with optional filtering.

Trigger Phrases:

  • "list all projects"
  • "meus projetos"
  • "projetos em andamento"

Parameters:

ParameterTypeRequiredDescription
client_idstringNoFilter by client.
statusenumNoCONCEPTUAL, PRELIMINARY, EXECUTIVE, CONSTRUCTION, COMPLETED, ARCHIVED
sort_byenumNocreated_at (default), deadline, progress.
limitnumberNoMax results (default: 10).

4. Update Project (update_project)

Update fields of an existing project.

Trigger Phrases:

  • "update project status"
  • "atualizar projeto"
  • "mudar status do projeto"

Parameters:

ParameterTypeRequiredDescription
project_idstringYesUUID of the project.
statusenumNoNew status.
progressnumberNoProgress percentage (0-100).
budgetnumberNoNew budget amount.

5. Project Statistics (get_project_stats)

Get analytics for a project.

Trigger Phrases:

  • "project analytics"
  • "estatísticas do projeto"
  • "como está o projeto"

Parameters:

ParameterTypeRequiredDescription
project_idstringYesUUID of the project.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です