team-coaching-engineering-culture

Activate when assessing engineering team health, coaching engineers on technical practices, identifying cultural gaps that drive quality or delivery problems, establishing shared engineering values and standards, addressing recurring issues that stem from team dynamics rather than technical problems, planning capability development, running retrospectives, tracking growth goals, or identifying knowledge concentration risks.

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "team-coaching-engineering-culture" with this command: npx skills add s3nex-com/skillsmp-s3nex-com-s3nex-com-team-coaching-engineering-culture

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

design-doc-generator

Activate when the user wants to produce a technical design document from existing requirements, specifications, or a PRD. Use this skill to convert the outputs of prd-creator, requirements-tracer, specification-driven-development, and architecture-decision-records into a single, implementation-ready DESIGN.md that engineers can build from. Also trigger for: "write the design doc", "technical design", "system design", "how should we build this", "design document", "architecture doc", "translate specs to design", "what does the implementation look like", "design from requirements", "component design", "data flow design", "turn the PRD into a design".

Repository SourceNeeds Review
Coding

requirements-tracer

Converts business goals into testable, traceable requirements and keeps them linked to everything built from them. Use this skill whenever the user wants to: decompose a high-level business ask into user stories with BDD acceptance criteria, write Given/When/Then test scenarios, maintain or query the traceability matrix linking requirements to code and tests, detect orphaned code with no requirement, detect requirements with no implementation, or analyse the impact of a scope change. Also trigger for: "what does done mean", "what are we actually building", "scope creep", "is this in scope", "traceability", "BDD", "given when then", "user story", "feature breakdown", "requirements quality".

Repository SourceNeeds Review
Coding

stakeholder-sync

Activate when keeping external stakeholders (clients, users, partners, leadership) aligned. Use when: setting communication cadence, drafting a status update, logging a decision that affects someone outside the team, handling a scope change request, writing a difficult message, or calibrating tone for a non-technical audience. Also trigger on: "how do I tell the client", "weekly update", "they're asking for scope changes", "we need to escalate", "I need to document what was agreed".

Repository SourceNeeds Review
Coding

executable-acceptance-verification

Activate when writing or reviewing executable acceptance tests, converting requirements into BDD scenarios, running acceptance test suites to determine whether a feature meets the agreed acceptance criteria, writing the acceptance test plan for a milestone, verifying that all acceptance criteria from the requirements tracer are covered by tests, or producing an objective sign-off report for a milestone. Use when "done" needs to be verifiable by code, not a matter of opinion.

Repository SourceNeeds Review