II.
LibraryProcess overview
Reference · livelib-process:project-management--team-formation-development
team-formation-development overview
Team Formation and Development - Establish team structure, define roles and responsibilities (RACI), create working agreements, and build high-performing team culture.
Attributes
displayName
team-formation-development
description
Team Formation and Development - Establish team structure, define roles and responsibilities
(RACI), create working agreements, and build high-performing team culture.
libraryPath
library/specializations/domains/business/project-management/team-formation-development.js
specialization
project-management
references
- - Five Dysfunctions of a Team: https://www.tablegroup.com/product/dysfunctions/ - PMI PMBOK Resource Management: https://www.pmi.org/pmbok-guide-standards/foundational/pmbok
example
const result = await orchestrate('specializations/domains/business/project-management/team-formation-development', {
projectName: 'Enterprise Platform Modernization',
teamMembers: [{ name: 'Alice', role: 'Tech Lead' }, { name: 'Bob', role: 'Developer' }],
projectScope: { deliverables: [...], timeline: '12 months' },
organizationalContext: { culture: 'agile', remote: true }
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:project-management·DomainProject Management
lib_belongs_to_specialization1
- specialization:project-management·SpecializationProject Management
lib_implements_workflow2
- workflow:project-kickoff·WorkflowProject Kickoff
- workflow:project-kickoff·WorkflowProject Kickoff
lib_involves_role2
- role:project-manager·RoleProject Manager
- role:scrum-master·RoleScrum Master
lib_requires_skill_area2
- skill-area:stakeholder-management·SkillAreaStakeholder Management
- skill-area:roadmap-planning·SkillAreaRoadmap Planning
Incoming edges
None.