Team setup
Skill bromso/metapowers/plugins/project-management/skills/team-setup
A Claude Code plugin that adds an agentic skills framework, with MCP's and a meta prompting processes. Inspired by "Superpowers" & "Figma Console MCP", but not just for development or design; but for all aspect within the digital production cycle.
npx -y skills add bromso/metapowers --skill team-setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Define team roles, responsibilities, skills matrix, and working agreements
SKILL.md
3.7 KB, 795 tokens by cl100k_base, as published. Nobody here has run it
Team Setup
Define the team structure for "$ARGUMENTS". Establish Scrum roles and responsibilities, create a skills matrix, identify capability gaps, and set working agreements.
Prerequisites
None — this is a Phase 0 (Initiate) skill and can run first.
Process
-
Read existing context:
- Read
.project/$ARGUMENTS/00-initiate.mdif it exists (for project charter and stakeholder context)
- Read
-
Define Scrum roles and responsibilities:
- Product Owner:
- Owns and prioritizes the product backlog
- Defines acceptance criteria for user stories
- Represents stakeholder interests
- Makes scope and priority decisions
- Availability commitment (e.g., accessible during sprint for clarifications)
- Scrum Master:
- Facilitates Scrum ceremonies
- Removes impediments and blockers
- Coaches team on Scrum practices
- Shields team from external disruptions
- Tracks and reports on team metrics
- Development Team:
- Cross-functional and self-organizing
- Define team size (recommended 3-9 members)
- List team members with their primary and secondary skill areas
- Identify tech lead or architecture responsibilities if applicable
- Product Owner:
-
Create skills matrix:
- Define key skill areas needed for the project (e.g., frontend, backend, infrastructure, testing, design, domain expertise)
- For each team member, rate proficiency: expert, proficient, learning, none
- Present as a team member x skill area grid
- Identify bus factor risks (skills held by only one person)
- Highlight cross-training opportunities
-
Identify capability gaps and mitigation:
- Compare required skills against team matrix
- For each gap, define mitigation strategy:
- Training: internal knowledge sharing, courses, pair programming
- Hiring: timeline and requirements for new team members
- External: contractors, consultants, or partner teams
- Prioritize gaps by impact on project delivery
- Set target dates for closing critical gaps
-
Set working agreements:
- Core hours: overlapping availability window for collaboration
- Response time expectations: Slack (within X hours), email (within X hours), code reviews (within X hours)
- Code review SLAs: maximum time to first review, approval requirements (e.g., 2 approvals)
- Tool usage: which tools for what purpose, naming conventions, tagging standards
- Meeting etiquette: cameras on/off, agenda required, notes published within X hours
- Work-in-progress limits: maximum items per person, maximum items per sprint
- Definition of Ready: criteria for stories entering a sprint
- Branching strategy: trunk-based, GitFlow, or other — with naming conventions
- Documentation standards: what gets documented, where, and when
-
Write the artifact — append to
.project/$ARGUMENTS/00-initiate.mdunder a## Team Setupsection:- Scrum Roles — PO, SM, Dev Team with named individuals and responsibilities
- Skills Matrix — team member x skill area grid with proficiency levels
- Capability Gaps — identified gaps, mitigation strategy, timeline
- Working Agreements — core hours, response times, review SLAs, tool usage
- Definition of Ready — criteria for story readiness
Output
Team setup appended to .project/$ARGUMENTS/00-initiate.md. Present a summary highlighting:
- Team composition and role assignments
- Key capability gaps and mitigation plans
- Working agreements highlights (core hours, review SLAs, WIP limits)
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.