Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计提醒

faion-project-manager法安项目经理

Agent Skill

faion-project-manager 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

367

周安装

15

GitHub Stars

2

下载量

118
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:faion-project-manager(法安项目经理)
来源仓库:https://github.com/faionfaion/faion-network
仓库路径:skills/faion-project-manager
安装命令:
npx skills add https://github.com/faionfaion/faion-network --skill faion-project-manager
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/faionfaion/faion-network --skill faion-project-manager

简介

faion-project-manager 基于 PMBoK 框架协调项目交付,整合传统与敏捷方法。

  • 可检查 .aidocs 目录结构和关键工件完整性。
  • 适用于跨职能团队协作和资源调度优化场景。
  • 安装命令:npx skills add https://github.com/faionfaion/faion-network --skill faion-project-manager。
  • 里程碑评审需提前准备 demo 材料和风险清单供决策参考。

SKILL.md

Entry point: /faion-net — invoke this skill for automatic routing to the appropriate domain.

PM Domain Skill (Orchestrator)

Communication: User's language. Docs/code: English.

Purpose

Orchestrates project management activities using PMBoK 7/8 framework. Coordinates two specialized sub-skills for comprehensive PM coverage.


Context Discovery

Auto-Investigation

Check for existing PM artifacts and project setup:

SignalHow to CheckWhat It Tells Us
.aidocs/Glob("**/.aidocs/*")SDD project structure
roadmap.mdGlob("**/roadmap.md")Roadmap exists
constitution.mdGlob("**/constitution.md")Project standards defined
Jira/Linear refs`Grep("jira\linear\clickup", "**/*.md")`PM tool in use
Sprint foldersGlob("**/sprint-*/**")Agile sprints used
Risk registerGlob("**/risk*.md")Risk management in place

Read existing artifacts:

  • constitution.md for project scope and constraints
  • roadmap.md for current plans
  • Any existing sprint/planning docs

Discovery Questions

Use AskUserQuestion to understand PM needs.

Q1: PM Approach

question: "What project management approach do you prefer?"
header: "Approach"
multiSelect: false
options:
  - label: "Agile (Scrum, Kanban)"
    description: "Iterative, sprints, flexible scope"
  - label: "Traditional (Waterfall, PMBoK)"
    description: "Sequential, fixed scope, detailed planning"
  - label: "Hybrid"
    description: "Mix of agile and traditional"
  - label: "Not sure / recommend"
    description: "I'll suggest based on your project"

Routing:

  • "Agile" → Skill(faion-pm-agile)
  • "Traditional" → Skill(faion-pm-traditional)
  • "Hybrid" → Both skills as needed
  • "Not sure" → Ask Q2 to determine

Q2: Project Characteristics (if "Not sure")

question: "What describes your project best?"
header: "Project"
multiSelect: false
options:
  - label: "Requirements likely to change"
    description: "User feedback, evolving product"
  - label: "Requirements are fixed"
    description: "Clear deliverables, contract"
  - label: "Small team (1-5 people)"
    description: "Lightweight process needed"
  - label: "Large team / multiple teams"
    description: "Coordination, dependencies"

Recommendation:

  • "Change" → Agile (Scrum or Kanban)
  • "Fixed" → Traditional (WBS, schedule)
  • "Small team" → Kanban or lightweight Scrum
  • "Large team" → Scaled Agile or traditional PMBoK

Q3: PM Task Type

question: "What PM help do you need right now?"
header: "Task"
multiSelect: true
options:
  - label: "Planning (scope, schedule, WBS)"
    description: "Define what, when, how"
  - label: "Team coordination (RACI, ceremonies)"
    description: "Roles, meetings, communication"
  - label: "Risk management"
    description: "Identify and mitigate risks"
  - label: "Progress tracking (EVM, metrics)"
    description: "Monitor and report status"
  - label: "Tool setup (Jira, Linear, etc.)"
    description: "Configure PM tooling"

Routing:

  • "Planning" → wbs-creation, schedule-development
  • "Team" → team-charter, raci-matrix, ceremonies
  • "Risk" → risk-register, risk-response-planning
  • "Progress" → earned-value-management, dashboards
  • "Tool" → pm-tools-setup

Q4: Current PM Maturity

question: "What's your current PM setup?"
header: "Maturity"
multiSelect: false
options:
  - label: "No formal process"
    description: "Ad-hoc, need structure"
  - label: "Basic process exists"
    description: "Have backlog, need improvement"
  - label: "Established process"
    description: "Working well, need optimization"

Context impact:

  • "No formal" → Start with basics, don't overwhelm
  • "Basic exists" → Build on what works, fill gaps
  • "Established" → Optimize, metrics, continuous improvement

Architecture

faion-project-manager (orchestrator)
    |
    +-> faion-project-manager:agile (28 methodologies)
    |   - Scrum, Kanban, SAFe ceremonies
    |   - PM tools (Jira, Linear, ClickUp, GitHub, etc.)
    |   - Dashboards, reporting, metrics
    |   - Team development, RACI
    |   - AI in PM, hybrid delivery
    |
    +-> faion-project-manager:traditional (22 methodologies)
        - PMBoK knowledge areas
        - Stakeholder management
        - Planning (scope, schedule, cost, WBS)
        - Risk management
        - EVM, quality, change control
        - Project closure, lessons learned

References

ReferenceContent
ref-pmbok.mdPMBoK 7/8 overview, 8 domains, 12/6 principles
ref-CLAUDE.mdExternal resources, tools, certifications

Sub-Skills

faion-project-manager:agile (28 methodologies)

Use when:

  • Planning sprints or ceremonies
  • Selecting or setting up PM tools
  • Building dashboards and reports
  • Implementing agile/hybrid approaches
  • Team development and roles

Key methodologies:

  • Scrum/Kanban ceremonies
  • Jira, Linear, ClickUp, GitHub Projects
  • Dashboard setup, reporting
  • Team development, RACI matrix
  • AI in PM, hybrid delivery

Location: ~/.claude/skills/faion-project-manager:agile/

faion-project-manager:traditional (22 methodologies)

Use when:

  • Planning project scope, schedule, cost
  • Managing stakeholders
  • Handling risks and uncertainty
  • Tracking performance with EVM
  • Closing projects and capturing lessons

Key methodologies:

  • Stakeholder register and engagement
  • Scope, WBS, schedule, cost, resources
  • Risk register and management
  • EVM, quality, change control
  • Project closure, lessons learned

Location: ~/.claude/skills/faion-project-manager:traditional/

Decision Guide

Task TypeSub-SkillExamples
Agile Executionfaion-agile-pmSprint planning, standups, retros
Tool Selectionfaion-agile-pmWhich PM tool? How to setup?
Reportingfaion-agile-pmDashboards, burn charts, velocity
Team Structurefaion-agile-pmRACI, team development
Project Planningfaion-traditional-pmScope, WBS, schedule, cost
Stakeholdersfaion-traditional-pmIdentify, analyze, engage
Risk Managementfaion-traditional-pmRisk register, responses
Performancefaion-traditional-pmEVM (CPI, SPI, EAC)
Project Closurefaion-traditional-pmClose, lessons learned, benefits

PMBoK 8 Overview

8 Performance Domains

DomainSub-Skill
Stakeholderfaion-traditional-pm
Teamfaion-agile-pm
Development Approachfaion-agile-pm
Planningfaion-traditional-pm
Project Workfaion-traditional-pm
DeliveryBoth
Measurementfaion-traditional-pm (EVM) + faion-agile-pm (dashboards)
Uncertaintyfaion-traditional-pm

12 Core Principles (PMBoK 7)

Stewardship, Team, Stakeholders, Value, Systems Thinking, Leadership, Tailoring, Quality, Complexity, Risk, Adaptability, Change.

Common Workflows

New Project

1. faion-traditional-pm: stakeholder-register
2. faion-agile-pm: raci-matrix
3. faion-traditional-pm: scope-management, wbs-creation
4. faion-traditional-pm: schedule-development, cost-estimation
5. faion-traditional-pm: risk-register
6. faion-agile-pm: pm-tools-overview (select tool)

Sprint/Iteration

1. faion-agile-pm: scrum-ceremonies (planning)
2. faion-agile-pm: dashboard-setup
3. faion-traditional-pm: earned-value-management (track)
4. faion-agile-pm: scrum-ceremonies (review, retro)

Health Check

1. faion-traditional-pm: earned-value-management
2. faion-traditional-pm: risk-management
3. faion-traditional-pm: stakeholder-engagement
4. faion-agile-pm: reporting-basics

Integration Points

Domain SkillIntegration
faion-sddTask planning uses PMBoK scheduling
faion-business-analystRequirements feed into scope
faion-product-managerRoadmap aligns with schedule
faion-software-developerDeveloper tools (GitHub, Linear)

*PM Domain Skill v4.0 - Orchestrator* *2 sub-skills | 50 methodologies | PMBoK 7/8*

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.76%
按下载量换算34

github-copilot

24.79%
按下载量换算29

windsurf

17.62%
按下载量换算21

trae

12.53%
按下载量换算15

OpenCode

7.94%
按下载量换算9

Codex

3.38%
按下载量换算4

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills