Job Description
Production Supervisor (Manufacturing) - Coleraine Area - Permanent Are you an experienced Production Supervisor ready to take the next step in your career? We’re recruiting on behalf of a well-established and growing manufacturing business in the Coleraine area seeking a motivated leader to oversee daily production operations and drive team performance.
This is an excellent opportunity to join a company that values quality, efficiency, and its people offering long-term stability, a supportive working environment and strong employee benefits. What’s on Offer?
1. £Negotiable salary package
2. Permanent, full-time role
3. Monday to Friday working hours
4. Generous holiday allowance
5. Supportive and collaborative team environment
6. Opportunities for progression and development
As Production Supervisor, you’ll play a key role in ensuring production targets, quality standards, and health & safety requirements are consistently achieved. Duties will include:
7. Supervising and coordinating daily production activities
8. Leading, motivating, and supporting production teams
9. Monitoring workflow and productivity to meet operational targets
10. Ensuring quality standards and procedures are maintained
11. Promoting a strong health & safety culture across the production floor
12. Identifying opportunities for continuous improvement
13. Managing staff performance, attendance, and training needs
Criteria:
14. Previous supervisory experience within a manufacturing or production environment
15. Strong leadership and communication skills
16. Ability to motivate and manage teams effectively
17. Organised with excellent problem-solving abilities
18. Experience working to production targets and quality standards
19. Positive, hands-on approach with the ability to work under pressure
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
20. Share Vacancy on Facebook
21. Share Vacancy on X
22. Share Vacancy on LinkedIn
23. Share Vacancy on WhatsApp
24. Send Vacancy to a friend
// function selectJob() { var jobID = '36801'; var tagName = ''; if (GlobalEventObject != null) { target = GlobalEventObject.target || GlobalEventObject.srcElement; tagName = target.tagName; } tagName = tagName.toUpperCase(); if (tagName == 'A' || tagName == 'IMG') return; var newStatus = !$('#chk' + jobID).attr('checked'); if (tagName == 'INPUT') newStatus = !newStatus; PageMethods.HighlightJob(jobID, newStatus, AddSuccess, AddFailed, jobID) } function AddSuccess(res, joblst, newStatus) { var manyList = joblst.split(','); for (var jobid = 0; jobid < manyList.length; jobid++) { if (res == "added" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).addClass('selected'); $('#chk' + manyList[jobid]).attr('checked', true); } else if (res == "removed" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).removeClass('selected'); $('#chk' + manyList[jobid]).attr('checked', false); } } return false; } function AddFailed(res, jobid, newStatus) { alert('An error occurred whilst adding this vacancy to your list. Please try again'); return false; } PageMethods.set_path('/vacancies/vacancy-details.aspx'); //