dev-progression

-- Engineering --

Primary Programming Language (OO or FP)

Overall knowledge of the language; its style, ecosystem, strengths and weaknesses.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand I know the basics of what this is and why it's important but have not had much practical experience. 2 - Follow Be able to read and understand code written by yourself and others, with the ability to and make simple changes Understand the ecosystem (package managers, task runners, development tools etc) Have some familiarity with debugging tools 3 - Practice Able to work independently, maybe working on own project Refactor existing code to improve its design Actively research for new ideas and technologies Understand the different paradigms of the language (e.g OOP, FP) 4 - Drive/Lead Ability to focus on Non Functional Aspects (e.g performance , resiliency etc.) Mentor others learning the language Understand the relative strengths and weaknesses of the language and which design patterns do/do not work well. Write idiomatic and clean code Good knowledge of 3rd party tools - what to use and why. Evaluate “up and coming” frameworks and tools for fit. 5 - Evangelise I Influence and evangelise both within the company and publicly. I Identify the next generation of experts and foster them.

Secondary Programming Language (OO or FP)

Overall knowledge of the language; its style, ecosystem, strengths and weaknesses.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand I know the basics of what this is and why it's important but have not had much practical experience. 2 - Follow Be able to read and understand code written by yourself and others, with the ability to and make simple changes Understand the ecosystem (package managers, task runners, development tools etc) Have some familiarity with debugging tools 3 - Practice Able to work independently, maybe working on own project Refactor existing code to improve its design Actively research for new ideas and technologies Understand the different paradigms of the language (e.g OOP, FP) 4 - Drive/Lead Ability to focus on Non Functional Aspects (e.g performance , resiliency etc.) Mentor others learning the language Understand the relative strengths and weaknesses of the language and which design patterns do/do not work well. Write idiomatic and clean code Good knowledge of 3rd party tools - what to use and why. Evaluate “up and coming” frameworks and tools for fit. 5 - Evangelise I Influence and evangelise both within the company and publicly. I Identify the next generation of experts and foster them.

Testing

Testing the right things in the right way using the relevant tools. Test suite usefulness, readability, robustness and speed.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand I know the basics of what this is and why it's important but have not had much practical experience. 2 - Follow Ability to work on test automation following the conventions in place Able to write tests first and understand the value it gives Be aware of various levels of testing (e.g. unit, integration, end-to-end, performance) Be aware of different tools for users with different accessibility needs and how these are used Use an accessibility auditing tool to test front-end products 3 - Practice Understand the test pyramid, and which testing frameworks to use for each level of testing Demonstrate use of tests to drive programmatic interface design Keep test suite up-to-date, remove redundant & irrelevant tests Keep test run fast to provide quick feedback Be able to use accessibility tools such as screenreaders, voice-control, magnification settings in testing front-end products 4 - Drive/Lead Know what to test, and the value of not testing. Always consider non-functional testing (e.g. security, resiliency, performance) Mentor teams and individuals Able to choose the right level of testing for a component (e.g mocking vs true integration) 5 - Evangelise I Influence and evangelise both within the company and publicly. I Identify the next generation of experts and foster them.

Good Coding Practice (& Design Patterns/SOLID principles)

Writing good, clean, maintainable code that has clarity of purpose and produces products that are usable by all... and keeping it that way.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Recognise coding standards in a project and follow them Descriptive names: Method, variable, classes, etc. Awareness of Accessibility and x's Accessibility Principles and Guidelines Awareness of different types of assistive technologies 2 - Follow Write readable code and constantly improves the code base Some basic application of SOLID, DRY and YAGNI (You ain't gonna need it) Documentation of how to build and deploy the project, as well as public interfaces (including APIs) Ensure Accessibility is considered as part of the development of our products and services Use Accessibility tooling to help understand and measure our products Follow x's accessibility principles and guidelines when creating front-end products 3 - Practice Write code that can be debugged and supported in production (e.g use of logging) Follow of good practice and coding standards throughout the whole project and being able to code review against it Constantly apply refactoring on small scale as part of development SOLID, DRY, YAGNI and KISS (Keep it Simple) (Front-end) Understand and practice appropriate use of semantic elements/views and across products and services (Front-end) Understand and implement supportive technology (e.g. ARIA/roles/traits) to enhance experience and bring semantic meaning where appropriate (Front-end) Use appropriate tooling (e.g. screen readers) and audit tools to develop and test accessible products and services 4 - Drive/Lead Ability to define coding standards Understand the “why’s” of SOLID and spot edge cases where SOLID not appropriate Ability to identify areas in code that benefit from extensive refactoring Find simple solutions to complex problems Can contribute to code outside of the team or area (e.g. I-OSS) 5 - Evangelise I Influence and evangelise both within the company and publicly. I Identify the next generation of experts and foster them.

Technical Decision Making

The ability to make well-reasoned technical decisions taking into account all intrinsic & extrinsic factors.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand 2 - Follow Contribute to discussions about decision making Knows when a decision needs to be made and consults team members Suggesting ideas in brainstorming sessions 3 - Practice Has ability to, and sometimes does, make technical decisions independently Hold meetings, lead technical discussions for the team Use appropriate language for the audience when presenting Challenge the status quo 4 - Drive/Lead Influence technical direction based on planned future work Be aware of the broader impact of the local technical decisions Guide others rather than decide yourself Being able to compare languages/products and choosing the correct one to get the job done Consider the “people factor” 5 - Evangelise

Technology Strategy

Working towards, contributing to and devising the technology strategy.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand 2 - Follow Know the wider company and department strategy, taking that into consideration when introducing local changes 3 - Practice Hold a conversation challenging wider strategy Regularly solicit to help orient the technical strategy of the area Understand how the strategy decisions affect the technical decisions (including resource availability) Give direction according to strategy 4 - Drive/Lead Understand the wider business & market Understand how the business strategy drives the technology strategy Contribute to the vision for the wider company’s technology strategy Understand implications of technical strategy (cost/funding, timescales, problems, etc.) 5 - Evangelise

Software Design

Designing systems that conform to the relevant architecture, evolving that architecture to support changing business needs.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand [Code] Understands how the code is organised and can find their way around it [Systems] Knowledge of the components that form the system being developed, and what is their purpose 2 - Follow [Code] Influences how the code is structured [Systems] Able to make changes to the current architecture and introduce new components that fit within it [Code/Systems] Understands when the architecture needs to change to meet requirements 3 - Practice [Code] Use previous experience to drive the structure of a new component [Systems] Able to design interactions between components in the local estate, considering both business and technical requirements [Company] Take local decisions that fit within the broader company architecture, and agree interfaces with the clients Able to come up with a phased approach for large-scale changes, and prioritise them based on value 4 - Drive/Lead [Company] Drive changes that affect the broader x architecture Understand when sacrifices need to be made to achieve future goals Able to construct a longer term plan to move to a better architecture in small pieces of work 5 - Evangelise I Influence and evangelise both within the company and publicly. I Identify the next generation of experts and foster them.

Debugging of Production Issues

Investigating and getting down to the root cause of issues using monitoring, logging, application insight and other tools.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand I know the basics of what this is and why it's important but have not had much practical experience. 2 - Follow Know where to find the tools for production monitoring and debugging. Know where the support systems are. Understand the incident management process. Understand the deployment process. Know how and when a hotfix should be implemented. Assist debugging a production issue. 3 - Practice Identify and understand the difference between HPI, MPI and P3 incidents, to appropriately classify and fix the issue. Understand the architecture of production systems. Understand how a request from a customer gets to your application and the infrastructure it passes through. Study analytics data debug and test solution. Ability to stop the same issue from happening, identify a root cause. 4 - Drive/Lead Improve the visibility of monitoring, reporting and analytics of production applications and infrastructure. Ensuring the correct data is captured to be able to adequately debug issues and propose improvements. Identify potential design and infrastructure flaws and drive the fix. Investigate and identify new tools to log and monitor issues that aid in debugging. Encourage the team to take responsibility for identify and fixing issues. 5 - Evangelise I Influence and evangelise both within the company and publicly. I Identify the next generation of experts and foster them.

Performance Optimisation & Scalability

The building, measuring and optimisation of systems performance.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Appreciates that it takes special attention, time and cost for performance and optimisation within systems. 2 - Follow Know the performance goals and targets of the application/infrastructure. Understand the different techniques and tools to track application performance. Understand the difference between horizontal and vertical scaling. 3 - Practice Know what to look for to benchmark applications and improve performance. Identify potential performance problems and optimise, balancing critical optimisation vs. too early optimisation. Use performance optimisation tools to identify and fix issues. Use RUM data to baseline and track improvement after fixing issues. Know the difference between planned and automatic scaling 4 - Drive/Lead Coach others in performance optimisation and the impact it can have on customers and business. Draw attention when performance is suboptimal based on industry standards and lead improvements. Implement scaling strategies to cope with known and unknown demand. 5 - Evangelise I Influence and evangelise both within the company and publicly. I Identify the next generation of experts and foster them.

Continuous Deployment

The streamlining and automation of integration, build and deployment; both rolling forward and reverting changes.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand I know the basics of what this is and why it's important but have not had much practical experience. 2 - Follow Know how to deliver artifacts to production. Understand different deployment methods such as blue/green and canary. 3 - Practice Setup CD workflows. Build once and deploy often. Automation is a 1st class citizen. Improve CD flows, ensure customer impact is always minimal in the event of an error. Understand how to validate a deployment. 4 - Drive/Lead Define a CD approach. Improve the visibility and monitoring of CD flows and deployments. Research improvements to CD flows. Ensure test coverage is excellent to reduce bugs getting to production. Automation is a 1st class concern for deployment and rollbacks. Use deployment validation to implement rollback. 5 - Evangelise I Influence and evangelise both within the company and publicly. I Identify the next generation of experts and foster them.

Security

The build and maintenance of systems supporting our security requirements.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand I know the basics of what this is and why it's important but have not had much practical experience. 2 - Follow Develop systems that follow current security practices. Awareness of OWASP and how it aids development Have a working knowledge of the team's security practices. 3 - Practice Engage with external teams & fix any issues (i.e. pen-testing). Fix security issues. Help the business understand the impact of a specific flaw. Cross reference against known OWASP vulnerabilities. 4 - Drive/Lead Define & deliver architectures that address security. Decide overall security strategy. Redesigns to eliminate classes of vulnerability . Use OWASP or other tooling. Automate scanning for vulnerabilities. 5 - Evangelise I Influence and evangelise both within the company and publicly. I Identify the next generation of experts and foster them.

Resilience & Reliability

The build, maintenance and optimisation of systems operational reliability.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand I know the basics of what this is and why it's important but have not had much practical experience. 2 - Follow Understand the concepts of Reliability and Resilience and what they mean in relation to the projects worked on 3 - Practice Understand all the resilience scenarios of a platform Understand how resilient the platform is and what can be improved in this aspect Understand resiliency patterns in place Follow the team’s strategy for improving resilience 4 - Drive/Lead Automate testing for resilience scenarios Find gaps in resilience scenario and build a plan to improve it Design strategies for improving the reliability of the platform using industry standard patterns Design systems with reliability and resilience in mind 5 - Evangelise I Influence and evangelise both within the company and publicly. I Identify the next generation of experts and foster them.

Monitoring & Analytics

The implementation and use of monitoring, logging and tracing tools accoring to risk, need and usefulness in order to promote rich insight into the behaviour and performance of our systems.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Awareness of monitoring dashboards. Awareness of analytics and how they can be used to influence business and technical decisions. 2 - Follow Use monitoring tools to set up alerts. Use analytics to aid in technical or product decisions. Integrate with monitoring and analytic tools. Ensure monitoring is visible and actively updated. 3 - Practice Identify key transactions to alert from Understand what to measure and alert on when shipping new features Analyse the data output from monitoring and analytics to understand anomalies. Push analytic evidence back into dev efforts Configure monitoring and analytics tools 4 - Drive/Lead Determine and assess relevant monitoring and analytic tools Understand how to reduce noise in monitoring 5 - Evangelise I Influence and evangelise both within the company and publicly. I Identify the next generation of experts and foster them.

Automation

Overall knowledge of Automation

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Appreciates that tasks for systems development can be automated. 2 - Follow Understands the basics of automation and where it is employed in current development environments. 3 - Practice Be able to read and understand code written by yourself and others, with the ability to and make simple changes Understand the ecosystem (package managers, task runners, development tools etc) Have some familiarity with debugging tools 4 - Drive/Lead Able to work independently, maybe working on own project Refactor existing code to improve its design Actively research for new ideas and technologies Understand the different paradigms of the language (e.g OOP, FP) 5 - Evangelise Ability to focus on Non Functional Aspects (e.g performance , resiliency etc.) Mentor others learning the language Understand the relative strengths and weaknesses of the language and which design patterns do/do not work well. Write idiomatic and clean code Good knowledge of 3rd party tools - what to use and why. Evaluate “up and coming” frameworks and tools for fit.

-- Customer --

Customer Focus and Value

As a x employee who understands customer focus and value, I will...

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Know who your customer is Know what customer value is Be aware of the different types of users and their needs when using the products we create Be aware of Accessibility and x's Accessibility Principles and Guidelines and how these releate to our customers 2 - Follow Be aware of the customer impact of the changes I am making to my application(s) Have an understanding of different disabilities that can affect a customer's experience when accessing a product, such as Visual, Auditory, Motor and Cognitive 3 - Practice Understand the impact of happy path and unhappy path scenarios Be actively engaged as to how customers are using my application(s) Question requirements where I believe that customer value is not being considered Propose changes to my application(s) that benefit the customer Be aware of different types of assistive technologies and how a customer interacts with our products using these 4 - Drive/Lead Distinguish between customer value and business value Decide when to focus on business value and when to focus on customer value Partner with product stakeholders to define KPIs 5 - Evangelise Connect strategic product goals to technology delivery Influence product strategy through innovative use of technology Identify and share patterns

Business Value

As a developer who...business value, I will...

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Know the company I am working for and the department I am working in Know what business value means 2 - Follow Be aware of the business impact of the changes I am making to my application(s) 3 - Practice Consider how to optimise your solution to obtain the most business value Challenge requirements where business value is not being considered 4 - Drive/Lead Be aware of the impact of change on business value through shared KPIs Decide when to focus on business value and when to focus on customer value Manage stakeholder expectations where business value is concerned Lead the team in getting a requirement to marketing quickly due to business benefit 5 - Evangelise Partner with business stakeholders to define KPIs

Strategy

As a developer who...strategy, I will...

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Know the company has a strategy Have a basic understanding of what the company strategy is 2 - Follow Know what the strategy is for the team and department I am working in Help the team implement its objectives and goals based on the business strategy 3 - Practice Implement the team strategy in technical decision making Contribute to the direction of the department strategy 4 - Drive/Lead Drive the team in developing objectives and goals based on the business strategy for the team and department Connect strategic business goals to technology strategy 5 - Evangelise Influence business strategy through innovative use of technology

-- people culture--

Contribute to Agile Practices

Helping to maintain and grow the agility of x as both a change-delivery organisation and as a business.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Show a keenness to appreciate and learn more 2 - Follow Know the key values and principles of agile Recognise how agile benefits the delivery of work 3 - Practice Live out the key agile values and principles Take the initiative to help the team use key agile principles in the development of software, e.g. regular releases, effective collaboration and communication, iterative development, understands and helps define MVPs 4 - Drive/Lead An agile thinker and leader within the wider team Works with stakeholders to break down work and focus on delivering value 5 - Evangelise Contributes regularly to the agile community, via organising events or speaking Speaks at relevant internal and external conferences

Domain Knowledge

As a developer who...domain knowledge, I will...

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Appreciates that a knowledge of the domain is critical for productivity. 2 - Follow Demonstrates a keenness to expand knowledge of your domain 3 - Practice Pro-actively researches the domain to increase knowledge Able to explain domain to stakeholders and colleagues (in both technical and non-technical ways) Striving to develop a greater understanding as to how my domain fits within x 4 - Drive/Lead Able to share and explain x’s wider domain to stakeholders and peers in technical and non-technical ways Able to share this knowledge via communities and events with peers 5 - Evangelise Breaks down barriers and silos in sharing domain knowledge

Technical Leadership

As a x employee who exhibits technical leadership, I will...

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand I know the basics of what this is and why it's important but have not had much practical experience. 2 - Follow Be able to help new members of the team understand the application(s) related to them 3 - Practice Be able to mentor and guide other members of the team on work and technical tasks (e.g. by pair programming) Suggest technical improvements to the application(s) I work on (e.g. new technologies, accessibility improvements, app improvements etc…) Be able to influence how work is technically developed in the team Contributing to technical innovation Attends and contributes to wider departmental technical meetings Involved in relevant communities (E.g: Accessibility Champions network) 4 - Drive/Lead Organises and leads wider departmental technical meetings Able to influence and have a say in the technical direction of a department or area Helps to define team norms and practices Promote technical innovation Contributes heavily to relevant communities 5 - Evangelise Speaks at relevant internal and external conferences Leads the technical direction for a department or area

Growing the Team

As a developer who...growing the team, I will...

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand I know the basics of what this is and why it's important but have not had much practical experience. 2 - Follow Be a positive team member supporting a great working culture Assist in reviewing developer CVs for recruitment Support team events and workshops, such as brown bags, talks, knowledge sharing etc 3 - Practice Support my colleagues in all things team related (e.g. help facilitate retros, planning, stand up) Be able to listen to your peers and work together to propose solutions Comfortable assessing potential candidates during recruitment by means of pairing exercises and interviews 4 - Drive/Lead Mentors fellow developers in technical and non-technical skills Identifies opportunities to share and collaborate outside of the team Works with colleagues to set up objectives and goals Recognise skill gaps in team and drives career development and/or recruitment accordingly Identifies career growth opportunities for colleagues both in and outside the team 5 - Evangelise I Influence and evangelise both within the company and publicly. I Identify the next generation of experts and foster them.

Communication

As a x employee who exhibits good communication, I will...

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Understand why communication is important to the success of a team Understand the need to cater for different user needs when communicating 2 - Follow Explain to fellow colleagues what I have done and what I will be doing Feedback and contribute to retrospectives and planning sessions 3 - Practice Represent my team in technical, stakeholder or business meetings Be able to clearly feedback to my team after attending meetings Build relationships and communicate proactively with colleagues outside of your immediate team to avoid silos and improve collaboration Know how to communicate in an inclusive and accessible way. E.g. making use of recordings and transcripts in meetings, using tools to check the accessibility of documents and emails prior to disseminating 4 - Drive/Lead Facilitate meetings in order to get a clear outcome Knows when to arrange meetings or workshops with fellow colleagues to resolve a problem or gain a common understanding Writes blog posts 5 - Evangelise Present to Senior Leadership External blog posts Communicate complex ideas/problems into simple, easily understandable

Delivery

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Appreciates that all change is done through the agreed delivery mechanisms. 2 - Follow Understands the delivery process for the team ensure that any action adheres to it at all times. 3 - Practice Follows the standard delivery process and ensures they understand their responsibilites and accountabilties. Escalates when they cannot meet their delivery responsibilities. Does not allow others to define what delivery they have committed to. 4 - Drive/Lead Ensures that they take all reasonable action to ensure that their responsibilities and accountabilities for delivery are met. Assists others in delivery to ensure the team is successful against its commitments Takes responsibily for any missed delivery commitments and able to effectively communicate reasons. 5 - Evangelise Drives the delivery to ensure greater efficiencies Accountable for ensuring that team are meeting delivery targets Seeks out opportunites at all times to improve velocity and increase rate and quality of delivery Analyses and reports on any issues that have led to a missed delivery

Professional Accreditation

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Have an awareness of professional best practice in own domain area. 2 - Follow Understand what professional accrediation is available and understand the benefits to the business. 3 - Practice Be able to apply appropriate elements of best practice in own domain area. 4 - Drive/Lead Apply and appropriately amend best practice in own domain area for benefit of team and wider. 5 - Evangelise Apply and appropriately amend best practice in own domain area for benefit of team and wider. Gain professional accreditation appropriate to role.

Industry Insight

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Know who competitors are 2 - Follow Understand the USP of the business 3 - Practice Follow the USP when making decisions 4 - Drive/Lead Utilise knowledge of wider industry to influence day-to-day tasks 5 - Evangelise Drive and lead changes that will increase the ability of the company to deliver against its USP.

-- Management --

Budgets and Control

Ensuring a piece of work is delivered as per the estimated funding.

Level Attainment Critera (non-exhaustive) 0 - None None 1 - Understand Know about financial processes. 2 - Follow Know constraints of financial processes. Understand impacts of timesheets/cost attribution of own work 3 - Practice Understand impacts of timesheets/cost attribution of team's work. 4 - Drive/Lead Control a budget. 5 - Evangelise Hold meaningful budgetary meetings and drive appropriate outcomes Report appropriate financials

Business Case Creation

Building formal business cases for the development of new work.

Level Attainment Critera (non-exhaustive) 0 - None None 1 - Understand Know what a business case is 2 - Follow Understands where to find business cases for the work that is underway. 3 - Practice Know how my work relates to meeting business case objectives 4 - Drive/Lead Create a business case 5 - Evangelise Course correct activities to protect business case. Track business cases. Communicate and obtain decisions to keep business case front and centre.

Planning, Scheduling and Time Management

Formal planning, scheduling and management of time to meet objectives.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Know that a plan is needed. 2 - Follow Know what the triple constraint is. 3 - Practice Be able to follow a planning process. Understand the impacts of changes on wider plan/scope/cost 4 - Drive/Lead Complete planning activities appropriately for a project. Monitor plans and highlight scope, time and quality risks/issues 5 - Evangelise Drive resolution to planning/scope/time/quality risks and issues with appropriate stakeholders.

Decision Making

Skills in providing balanced and considered answers to complex business decisions.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Appreciates that many people need to be involved in any decision making, and ensures those people are notified before taking action. 2 - Follow Understands the decision making process including escalations, and follows it at all times. 3 - Practice Have an awareness of decisions that impact my team. 4 - Drive/Lead Highlight decisions that are required Direct discussions and focus to appropriate areas to gain decisions 5 - Evangelise Be able to lead a team. Understand various leadership methods, including servant leadership. Engage the team and drive team spirit. Make and escalate decisions as appropriate.

Prioritisation & Resource Management

Priorisation of tasks to meet objectives and ensuring that the correct resources are available.

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Appreciates that there is a limited pool of resource and that prioritisation is critical to progress. 2 - Follow Understand that these tasks are needed. 3 - Practice Follow planning conversations. 4 - Drive/Lead Plan resources for a piece of work. Enable prioritisation decisions. 5 - Evangelise Drive prioritisation discussions with stakeholders. Plan resource utilsation across your area

Stakeholder Management

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Appreciates that for each piece of work there is a set of stakeholders that need to be considered for all actions. 2 - Follow Know who your stakeholders are 3 - Practice Build key relationships with stakeholders 4 - Drive/Lead Identify stakeholders and key relationships. Communicate effectively with stakeholders in your area of work 5 - Evangelise Foster strong relationships with stakeholders of all levels. Engage stakeholders and build trusting relationships

Risk Management

Management of formal project or system risks,

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Appreciates that projects and systems have risks and may be asked to provide a mitigation. 2 - Follow Know what a formal risk is and understands the different elements. 3 - Practice Know how to plan to reduce impact/probability of risks and issues 4 - Drive/Lead Plan for risk identification, mitigation/avoidance etc. Communicate activity around risk and issue management 5 - Evangelise Drive resolution of risks and issues. Raise the profile of key risks and issues Seek appropriate approval on significant risks and issues

-- analysis --

Requirements Gathering

Level Attainment Critera (non-exhaustive) 0 - None 1 - Understand Be aware of Accessibility and x's Accessibility Principles and Guidelines and follow these when creating requirements Be aware of different types of users and their needs when using the products we create 2 - Follow Work with product owners, design and developers to define and identify accessibility requirements Be aware of different types of assistive technologies and how a user interacts with our products using these Ensure requirements and user stories represent users with disabilities 3 - Practice Understand what a good requirement/user story looks like Be able to use assistive technologies such as screenreaders to ensure requirements are met 4 - Drive/Lead Be able to write good user stories and acceptance criteria, using techniques such as BDD where appropriate Able to breakdown requirements into appropriate sizes Critically interrogate requirements to ensure completeness and roundedness Understand how to work with 3rd parties to ensure products we consume are accessible 5 - Evangelise Drive requirements sessions with stakeholders. Be able to run greenfield requirements sessions as well as unpicking technically complex subjects. Drive focus on value through eliciting effective requirements and context Accessibility Resources x Group Digital Accessibility

Last updated