Job Description
,
, - . Must preserve all original content word-for-word, no additions, deletions, rephrasing. Must not add CSS classes, inline styles, ,
. Must use for section headers like Responsibilities, Qualifications, etc. The original text includes some headings like "Post-Mortem & Seasonal Strategy", "Assortment Building & Execution", "Sourcing & Supplier Relationships (where applicable)", "Current Trade". Also there is "Education" and "Experience" inside list items. The original includes some
etc but we must not include style attributes. We need to output only HTML, no extra text.
We need to structure: likely start with introductory paragraph(s). Then headings for sections. Use
for each section header. The original has some bold tags and line breaks. We need to preserve content exactly, but we can wrap headings in . The content inside headings should be exactly as appears, but we need to preserve bold? The rule says preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase. Does that include HTML tags? We are to output clean semantic HTML, but we cannot add inline styles. The original had tags for headings. Should we keep them? The instruction: Use for section headers (e.g. Responsibilities, Qualifications...). So we should replace the bold headings with tags, but we must preserve the text content. The original headings are like "Education " and "Experience" inside list items. Also there are headings like "Post-Mortem & Seasonal Strategy
" etc. We need to output Post-Mortem & Seasonal Strategy
maybe? But we must preserve the original content word-for-word. The original includes "&" which is HTML entity for &. Should we keep it as & or convert to &? The instruction says preserve ALL original content word-for-word. So we must keep the exact characters, including &? The original text includes "&" as part of the string. So we should output exactly that string, but we need to wrap in . The heading text includes the & entity. So we output Post-Mortem & Seasonal Strategy
. That preserves the & entity.
Similarly for "Assortment Building & Execution". So we output Assortment Building & Execution
.
Also "Sourcing & Supplier Relationships (where applicable)" -> Sourcing & Supplier Relationships (where applicable)
.
"Current Trade" -> Current Trade
.
Also there is "Education" and "Experience" headings inside list items. Those are bold but not separate sections; they are list items. So we keep them as list items.
We need to output only HTML, no extra text. Use
for paragraphs. The original has some empty
etc. We need to preserve them? The instruction: preserve ALL original content word-for-word. So we must include those empty paragraphs? They contain just which is a non-breaking space. The original had multiple empty
lines. Should we output them? Probably yes, but they are empty paragraphs with a non-breaking space. That is content. We can output
maybe. But we need to preserve exactly. The original had
repeated three times. So we should output three
tags? The instruction: Use for introductory paragraphs and general text. So we can output them as
. That preserves the content (a non-breaking space). Should we include them? Probably yes, but they are just whitespace. Might be okay to include them.
We must not use
. So we cannot keep the
tags. The original had
after some headings. We need to remove them but preserve content. So we just output the heading text and then the following paragraph(s) as separate paragraphs.
Let's parse the original content step by step.
Original snippet:
Own a substantial, specialised portfolio and make it your playground. You'll build a product assortment our customers can't resist — the right style and taste level, quantity, quality and price, sourced smart and aligned to where the business is heading. Every range you build should feel like a win for the customer walking into our stores. You'll drive the full product lifecycle, always thinking three seasons ahead, and bring your energy to mentoring the next wave of buying talent.
Education
Diploma or Degree
Experience
- 5+ years, including technical product experience. Manufacturing background a strong plus.
- Sharp technical knowledge of garment/product construction, fabrics, fibres and quality standards. Strong grasp of business strategy and retail market trends. Confident with numbers and systems. A natural communicator, negotiator and presenter. Commercial handwriting and a solid taste level.
- Solid understanding of merchandise and business processes, sound commercial judgement, real insight into what customers want, and comfort working within internal MRPG systems.
Post-Mortem & Seasonal Strategy
Dig into what worked and what didn't — trade results, competitor moves, supplier performance, marketing and trend feedback — and turn those insights into a sharper strategy for next season. You'll build and present the seasonal plan for your portfolio: targets, pricing, supplier strategy, marketing tie-ins, trend direction and product calls, all in line with where the Company's going.
Assortment Building & Execution
Craft a balanced, compelling assortment — sub-categories, attributes, promotions, volume plays, test lines — built to hit your department's targets. Brief designers on artwork and tech packs, source samples, and drive approvals. Keep every KPI, width and depth target, and sales number locked in and on track.
Then make it real: book and execute the range within budget, on time, and to spec, working closely with Planning and Sourcing. Raise and manage purchase orders, own the critical path, and make sure product lands in store exactly when it should — quality intact, targets met.
Sourcing & Supplier Relationships (where applicable)
Build supplier partnerships that go the distance. Scout new partners and territories, secure the best total cost of ownership without cutting corners on quality or timelines, and keep the critical path moving so stores get what they need, when they need it.
Current Trade
Stay close to the season as it unfolds. Track performance against plan and KPIs, spot opportunities, manage risk, and make sharp, timely trade calls to protect stock levels and hit budget. Keep management and other teams in the loop on anything that shifts.
Trend & Competitor Intelligence
Keep your finger on the pulse — locally and globally. Track competitor pricing, products and trends so we're always delivering what customers want, at the price they love. Spot growth opportunities and take new product ideas from concept through to production from both the local landscape and the global markets.
We need to output clean HTML.
Plan:
- First paragraph: the introductory paragraph (the first ...). It has style attribute but we ignore style. So output
Own a substantial, specialised portfolio and make it your playground. You'll build a product assortment our customers can't resist — the right style and taste level, quantity, quality and price, sourced smart and aligned to where the business is heading. Every range you build should feel like a win for the customer walking into our stores. You'll drive the full product lifecycle, always thinking three seasons ahead, and bring your energy to mentoring the next wave of buying talent.
- Then there is Education
. This is a paragraph containing non-breaking spaces and a bold Education. We need to preserve content word-for-word. The content includes the spaces? The original has (six non-breaking spaces?) Actually it's (six?). Then Education . So the paragraph content is those spaces and the strong tag. We need to output a that contains exactly that content, but we cannot use tags; we need to preserve the content word-for-word, but we can wrap in . The content includes the spaces and the word "Education " (with a non-breaking space after). The strong tag is part of the content; we need to keep it? The instruction: preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase. So we must keep the tags as they appear? But we are to output clean semantic HTML using for section headers, - for lists. The original uses for headings. We can keep the tags inside the paragraph? That would be adding tags not requested. But we need to preserve the content word-for-word, which includes the tags. However the instruction says "Use
for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role)". So we should treat "Education" as a section header? But it's inside a list item. Actually the list item includes
Diploma or Degree
Experience
. So the "Education" heading is separate paragraph before the ul. So we could output Education
maybe? But the instruction says use for section headers like Education. So we can output Education
and then the list items. However we must preserve the original content word-for-word. If we replace Education with Education
, we are altering the content (removing and ). That would be removing characters. That might violate "preserve ALL original content word-for-word". But the instruction also says "Use for section headers". So we must use for section headers, but we also must preserve the content word-for-word. How to reconcile? Possibly we need to output the heading text exactly as appears, but wrapped in . The original heading text includes the word "Education" with a non-breaking space after? Actually it's "Education ". The is part of the text. So we could output Education
. That would preserve the word "Education" and the non-breaking space. But we also need to preserve the tags? The original had Education . If we output Education
, we are removing the tags. That changes the content. The instruction says "preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". Removing the tags is removing content. So maybe we should keep the tags? But we are not allowed to use tags? The rules only specify allowed tags: ,
, - . It doesn't forbid . It says "Use
for section headers". It doesn't say we cannot use . But we must preserve the original content word-for-word. So we could keep the tags as part of the output? But that would be adding markup not requested. However the instruction says "Return ONLY the HTML. No CSS classes, no inline styles, no tags, no
tags". It doesn't forbid . So we could keep tags if they appear in the original. But we need to use for section headers. The original headings are wrapped in . So we could output Education
? That would preserve the tags and the content. But that adds an extra inside . Is that allowed? The rule says "Use for section headers". It doesn't say we cannot nest other tags inside. So we could output Education
. That would preserve the original content exactly (including the tags). However the original also had a non-breaking space after Education. So we need to keep that.
But we also have to preserve the list items exactly. The list items contain Diploma or Degree
Experience
. That includes tags inside
- . The rule says use
- for list items. It doesn't forbid
inside
- . So we can keep
inside
- . That's fine.
Thus we need to preserve all original markup? The instruction says preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase. That suggests we should output the exact same text, but we are allowed to wrap sections in
etc. However we cannot add or remove characters. So we must output the exact same characters, but we can change the tags? That would be adding or removing characters. So maybe we should output the exact same HTML as given, but with the modifications required: replace headings with and remove
tags, but we must preserve the content word-for-word. Removing
tags is removing characters, which violates preserve. But the instruction also says "No ...
tags". So we must remove them. This is a conflict. However the higher-level instruction says "Your ONLY job is to format it as clean semantic HTML." and "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". The removal of
tags is required by the formatting rules, but that would be removing content. However maybe we can replace
with a newline? But we cannot use
. So we must remove them, which is removal of characters. This is contradictory. In such cases, we prioritize the explicit formatting rules over preserving content? The instruction says "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". That is a strict rule. But the formatting rules also require removal of
. Possibly we can replace
with a space or just omit it, but that would be removing the tag but not the content? The content includes the
tag itself. Removing it is removing a character sequence. That might be considered removal. However maybe we can keep the
tag but it's not allowed. So we must remove it. The instruction may be interpreted as we must preserve the textual content, not the markup. The
tag is not textual content; it's markup. So removing it is okay because we are not removing textual content. The instruction says "Preserve ALL original content word-for-word". The content is the textual description, not the HTML tags. So we can remove tags as long as we keep the textual content. So we can remove
tags.
Thus we can output Post-Mortem & Seasonal Strategy
followed by the paragraph text (the following paragraph). The original had
after the heading, then the paragraph. So we can output Post-Mortem & Seasonal Strategy
then a
with the paragraph text. That preserves the textual content.
Similarly for other headings.
Now the list items: The original has
Diploma or Degree
Experience
- 5+ years, including technical product experience. Manufacturing background a strong plus.
- Sharp technical knowledge of garment/product construction, fabrics, fibres and quality standards. Strong grasp of business strategy and retail market trends. Confident with numbers and systems. A natural communicator, negotiator and presenter. Commercial handwriting and a solid taste level.
- Solid understanding of merchandise and business processes, sound commercial judgement, real insight into what customers want, and comfort working within internal MRPG systems.
We need to output with - items. Each
- should contain the content exactly as appears, but we need to preserve the
tags inside? The rule says use
- for list items. It doesn't forbid
inside. So we can keep
inside
- . So we output
Diploma or Degree
etc. But the original had Diploma or Degree
Experience
. That's a single - containing two
elements. So we need to preserve that structure. So we output
Diploma or Degree
Experience
. That includes tags. That's okay.
But we also need to preserve the list items after that: - 5+ years, including technical product experience. Manufacturing background a strong plus.
etc. Those are separate - elements.
Now after the list, there are three empty
tags. We need to output them as
each.
Then we have Post-Mortem & Seasonal Strategy
Dig into... etc. We need to output
Apply Now ↗
How well do you match?
Get an instant AI match score for this role — free, takes 3 minutes.
Tailor your CV for this role
The concierge rewrites your whole CV and writes a matching cover letter for this job — opens right here, nothing to paste.
Tailor My CV to This Job ✍️
. Must use
for section headers like Responsibilities, Qualifications, etc. The original text includes some headings like "Post-Mortem & Seasonal Strategy", "Assortment Building & Execution", "Sourcing & Supplier Relationships (where applicable)", "Current Trade". Also there is "Education" and "Experience" inside list items. The original includes some
etc but we must not include style attributes. We need to output only HTML, no extra text. We need to structure: likely start with introductory paragraph(s). Then headings for sections. Use
for each section header. The original has some bold tags and line breaks. We need to preserve content exactly, but we can wrap headings in . The content inside headings should be exactly as appears, but we need to preserve bold? The rule says preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase. Does that include HTML tags? We are to output clean semantic HTML, but we cannot add inline styles. The original had tags for headings. Should we keep them? The instruction: Use for section headers (e.g. Responsibilities, Qualifications...). So we should replace the bold headings with tags, but we must preserve the text content. The original headings are like "Education " and "Experience" inside list items. Also there are headings like "Post-Mortem & Seasonal Strategy
" etc. We need to output Post-Mortem & Seasonal Strategy
maybe? But we must preserve the original content word-for-word. The original includes "&" which is HTML entity for &. Should we keep it as & or convert to &? The instruction says preserve ALL original content word-for-word. So we must keep the exact characters, including &? The original text includes "&" as part of the string. So we should output exactly that string, but we need to wrap in . The heading text includes the & entity. So we output Post-Mortem & Seasonal Strategy
. That preserves the & entity.
Similarly for "Assortment Building & Execution". So we output Assortment Building & Execution
.
Also "Sourcing & Supplier Relationships (where applicable)" -> Sourcing & Supplier Relationships (where applicable)
.
"Current Trade" -> Current Trade
.
Also there is "Education" and "Experience" headings inside list items. Those are bold but not separate sections; they are list items. So we keep them as list items.
We need to output only HTML, no extra text. Use
for paragraphs. The original has some empty
etc. We need to preserve them? The instruction: preserve ALL original content word-for-word. So we must include those empty paragraphs? They contain just which is a non-breaking space. The original had multiple empty
lines. Should we output them? Probably yes, but they are empty paragraphs with a non-breaking space. That is content. We can output
maybe. But we need to preserve exactly. The original had
repeated three times. So we should output three
tags? The instruction: Use for introductory paragraphs and general text. So we can output them as
. That preserves the content (a non-breaking space). Should we include them? Probably yes, but they are just whitespace. Might be okay to include them.
We must not use
. So we cannot keep the
tags. The original had
after some headings. We need to remove them but preserve content. So we just output the heading text and then the following paragraph(s) as separate paragraphs.
Let's parse the original content step by step.
Original snippet:
Own a substantial, specialised portfolio and make it your playground. You'll build a product assortment our customers can't resist — the right style and taste level, quantity, quality and price, sourced smart and aligned to where the business is heading. Every range you build should feel like a win for the customer walking into our stores. You'll drive the full product lifecycle, always thinking three seasons ahead, and bring your energy to mentoring the next wave of buying talent.
Education
Diploma or Degree
Experience
- 5+ years, including technical product experience. Manufacturing background a strong plus.
- Sharp technical knowledge of garment/product construction, fabrics, fibres and quality standards. Strong grasp of business strategy and retail market trends. Confident with numbers and systems. A natural communicator, negotiator and presenter. Commercial handwriting and a solid taste level.
- Solid understanding of merchandise and business processes, sound commercial judgement, real insight into what customers want, and comfort working within internal MRPG systems.
Post-Mortem & Seasonal Strategy
Dig into what worked and what didn't — trade results, competitor moves, supplier performance, marketing and trend feedback — and turn those insights into a sharper strategy for next season. You'll build and present the seasonal plan for your portfolio: targets, pricing, supplier strategy, marketing tie-ins, trend direction and product calls, all in line with where the Company's going.
Assortment Building & Execution
Craft a balanced, compelling assortment — sub-categories, attributes, promotions, volume plays, test lines — built to hit your department's targets. Brief designers on artwork and tech packs, source samples, and drive approvals. Keep every KPI, width and depth target, and sales number locked in and on track.
Then make it real: book and execute the range within budget, on time, and to spec, working closely with Planning and Sourcing. Raise and manage purchase orders, own the critical path, and make sure product lands in store exactly when it should — quality intact, targets met.
Sourcing & Supplier Relationships (where applicable)
Build supplier partnerships that go the distance. Scout new partners and territories, secure the best total cost of ownership without cutting corners on quality or timelines, and keep the critical path moving so stores get what they need, when they need it.
Current Trade
Stay close to the season as it unfolds. Track performance against plan and KPIs, spot opportunities, manage risk, and make sharp, timely trade calls to protect stock levels and hit budget. Keep management and other teams in the loop on anything that shifts.
Trend & Competitor Intelligence
Keep your finger on the pulse — locally and globally. Track competitor pricing, products and trends so we're always delivering what customers want, at the price they love. Spot growth opportunities and take new product ideas from concept through to production from both the local landscape and the global markets.
We need to output clean HTML.
Plan:
- First paragraph: the introductory paragraph (the first ...). It has style attribute but we ignore style. So output
Own a substantial, specialised portfolio and make it your playground. You'll build a product assortment our customers can't resist — the right style and taste level, quantity, quality and price, sourced smart and aligned to where the business is heading. Every range you build should feel like a win for the customer walking into our stores. You'll drive the full product lifecycle, always thinking three seasons ahead, and bring your energy to mentoring the next wave of buying talent.
- Then there is Education
. This is a paragraph containing non-breaking spaces and a bold Education. We need to preserve content word-for-word. The content includes the spaces? The original has (six non-breaking spaces?) Actually it's (six?). Then Education . So the paragraph content is those spaces and the strong tag. We need to output a that contains exactly that content, but we cannot use tags; we need to preserve the content word-for-word, but we can wrap in . The content includes the spaces and the word "Education " (with a non-breaking space after). The strong tag is part of the content; we need to keep it? The instruction: preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase. So we must keep the tags as they appear? But we are to output clean semantic HTML using for section headers, - for lists. The original uses for headings. We can keep the tags inside the paragraph? That would be adding tags not requested. But we need to preserve the content word-for-word, which includes the tags. However the instruction says "Use
for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role)". So we should treat "Education" as a section header? But it's inside a list item. Actually the list item includes
Diploma or Degree
Experience
. So the "Education" heading is separate paragraph before the ul. So we could output Education
maybe? But the instruction says use for section headers like Education. So we can output Education
and then the list items. However we must preserve the original content word-for-word. If we replace Education with Education
, we are altering the content (removing and ). That would be removing characters. That might violate "preserve ALL original content word-for-word". But the instruction also says "Use for section headers". So we must use for section headers, but we also must preserve the content word-for-word. How to reconcile? Possibly we need to output the heading text exactly as appears, but wrapped in . The original heading text includes the word "Education" with a non-breaking space after? Actually it's "Education ". The is part of the text. So we could output Education
. That would preserve the word "Education" and the non-breaking space. But we also need to preserve the tags? The original had Education . If we output Education
, we are removing the tags. That changes the content. The instruction says "preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". Removing the tags is removing content. So maybe we should keep the tags? But we are not allowed to use tags? The rules only specify allowed tags: ,
, - . It doesn't forbid . It says "Use
for section headers". It doesn't say we cannot use . But we must preserve the original content word-for-word. So we could keep the tags as part of the output? But that would be adding markup not requested. However the instruction says "Return ONLY the HTML. No CSS classes, no inline styles, no tags, no
tags". It doesn't forbid . So we could keep tags if they appear in the original. But we need to use for section headers. The original headings are wrapped in . So we could output Education
? That would preserve the tags and the content. But that adds an extra inside . Is that allowed? The rule says "Use for section headers". It doesn't say we cannot nest other tags inside. So we could output Education
. That would preserve the original content exactly (including the tags). However the original also had a non-breaking space after Education. So we need to keep that.
But we also have to preserve the list items exactly. The list items contain Diploma or Degree
Experience
. That includes tags inside
- . The rule says use
- for list items. It doesn't forbid
inside
- . So we can keep
inside
- . That's fine.
Thus we need to preserve all original markup? The instruction says preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase. That suggests we should output the exact same text, but we are allowed to wrap sections in
etc. However we cannot add or remove characters. So we must output the exact same characters, but we can change the tags? That would be adding or removing characters. So maybe we should output the exact same HTML as given, but with the modifications required: replace headings with and remove
tags, but we must preserve the content word-for-word. Removing
tags is removing characters, which violates preserve. But the instruction also says "No ...
tags". So we must remove them. This is a conflict. However the higher-level instruction says "Your ONLY job is to format it as clean semantic HTML." and "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". The removal of
tags is required by the formatting rules, but that would be removing content. However maybe we can replace
with a newline? But we cannot use
. So we must remove them, which is removal of characters. This is contradictory. In such cases, we prioritize the explicit formatting rules over preserving content? The instruction says "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". That is a strict rule. But the formatting rules also require removal of
. Possibly we can replace
with a space or just omit it, but that would be removing the tag but not the content? The content includes the
tag itself. Removing it is removing a character sequence. That might be considered removal. However maybe we can keep the
tag but it's not allowed. So we must remove it. The instruction may be interpreted as we must preserve the textual content, not the markup. The
tag is not textual content; it's markup. So removing it is okay because we are not removing textual content. The instruction says "Preserve ALL original content word-for-word". The content is the textual description, not the HTML tags. So we can remove tags as long as we keep the textual content. So we can remove
tags.
Thus we can output Post-Mortem & Seasonal Strategy
followed by the paragraph text (the following paragraph). The original had
after the heading, then the paragraph. So we can output Post-Mortem & Seasonal Strategy
then a
with the paragraph text. That preserves the textual content.
Similarly for other headings.
Now the list items: The original has
Diploma or Degree
Experience
- 5+ years, including technical product experience. Manufacturing background a strong plus.
- Sharp technical knowledge of garment/product construction, fabrics, fibres and quality standards. Strong grasp of business strategy and retail market trends. Confident with numbers and systems. A natural communicator, negotiator and presenter. Commercial handwriting and a solid taste level.
- Solid understanding of merchandise and business processes, sound commercial judgement, real insight into what customers want, and comfort working within internal MRPG systems.
We need to output with - items. Each
- should contain the content exactly as appears, but we need to preserve the
tags inside? The rule says use
- for list items. It doesn't forbid
inside. So we can keep
inside
- . So we output
Diploma or Degree
etc. But the original had Diploma or Degree
Experience
. That's a single - containing two
elements. So we need to preserve that structure. So we output
Diploma or Degree
Experience
. That includes tags. That's okay.
But we also need to preserve the list items after that: - 5+ years, including technical product experience. Manufacturing background a strong plus.
etc. Those are separate - elements.
Now after the list, there are three empty
tags. We need to output them as
each.
Then we have Post-Mortem & Seasonal Strategy
Dig into... etc. We need to output
for section headers (e.g. Responsibilities, Qualifications...). So we should replace the bold headings with tags, but we must preserve the text content. The original headings are like "Education " and "Experience" inside list items. Also there are headings like "Post-Mortem & Seasonal Strategy
" etc. We need to output Post-Mortem & Seasonal Strategy
maybe? But we must preserve the original content word-for-word. The original includes "&" which is HTML entity for &. Should we keep it as & or convert to &? The instruction says preserve ALL original content word-for-word. So we must keep the exact characters, including &? The original text includes "&" as part of the string. So we should output exactly that string, but we need to wrap in . The heading text includes the & entity. So we output Post-Mortem & Seasonal Strategy
. That preserves the & entity.
Similarly for "Assortment Building & Execution". So we output Assortment Building & Execution
.
Also "Sourcing & Supplier Relationships (where applicable)" -> Sourcing & Supplier Relationships (where applicable)
.
"Current Trade" -> Current Trade
.
Also there is "Education" and "Experience" headings inside list items. Those are bold but not separate sections; they are list items. So we keep them as list items.
We need to output only HTML, no extra text. Use
" etc. We need to output
Post-Mortem & Seasonal Strategy
maybe? But we must preserve the original content word-for-word. The original includes "&" which is HTML entity for &. Should we keep it as & or convert to &? The instruction says preserve ALL original content word-for-word. So we must keep the exact characters, including &? The original text includes "&" as part of the string. So we should output exactly that string, but we need to wrap in. The heading text includes the & entity. So we output Post-Mortem & Seasonal Strategy
. That preserves the & entity.
Similarly for "Assortment Building & Execution". So we output Assortment Building & Execution
.
Also "Sourcing & Supplier Relationships (where applicable)" -> Sourcing & Supplier Relationships (where applicable)
.
"Current Trade" -> Current Trade
.
Also there is "Education" and "Experience" headings inside list items. Those are bold but not separate sections; they are list items. So we keep them as list items.
We need to output only HTML, no extra text. Use
for paragraphs. The original has some empty
etc. We need to preserve them? The instruction: preserve ALL original content word-for-word. So we must include those empty paragraphs? They contain just which is a non-breaking space. The original had multiple empty
lines. Should we output them? Probably yes, but they are empty paragraphs with a non-breaking space. That is content. We can output
maybe. But we need to preserve exactly. The original had
repeated three times. So we should output three
tags? The instruction: Use
for introductory paragraphs and general text. So we can output them as
. That preserves the content (a non-breaking space). Should we include them? Probably yes, but they are just whitespace. Might be okay to include them. We must not use
. So we cannot keep the
tags. The original had
after some headings. We need to remove them but preserve content. So we just output the heading text and then the following paragraph(s) as separate paragraphs. Let's parse the original content step by step. Original snippet:
Own a substantial, specialised portfolio and make it your playground. You'll build a product assortment our customers can't resist — the right style and taste level, quantity, quality and price, sourced smart and aligned to where the business is heading. Every range you build should feel like a win for the customer walking into our stores. You'll drive the full product lifecycle, always thinking three seasons ahead, and bring your energy to mentoring the next wave of buying talent.
Education
Diploma or Degree
Experience
- 5+ years, including technical product experience. Manufacturing background a strong plus.
- Sharp technical knowledge of garment/product construction, fabrics, fibres and quality standards. Strong grasp of business strategy and retail market trends. Confident with numbers and systems. A natural communicator, negotiator and presenter. Commercial handwriting and a solid taste level.
- Solid understanding of merchandise and business processes, sound commercial judgement, real insight into what customers want, and comfort working within internal MRPG systems.
Post-Mortem & Seasonal Strategy
Dig into what worked and what didn't — trade results, competitor moves, supplier performance, marketing and trend feedback — and turn those insights into a sharper strategy for next season. You'll build and present the seasonal plan for your portfolio: targets, pricing, supplier strategy, marketing tie-ins, trend direction and product calls, all in line with where the Company's going.
Assortment Building & Execution
Craft a balanced, compelling assortment — sub-categories, attributes, promotions, volume plays, test lines — built to hit your department's targets. Brief designers on artwork and tech packs, source samples, and drive approvals. Keep every KPI, width and depth target, and sales number locked in and on track.
Then make it real: book and execute the range within budget, on time, and to spec, working closely with Planning and Sourcing. Raise and manage purchase orders, own the critical path, and make sure product lands in store exactly when it should — quality intact, targets met.
Sourcing & Supplier Relationships (where applicable)
Build supplier partnerships that go the distance. Scout new partners and territories, secure the best total cost of ownership without cutting corners on quality or timelines, and keep the critical path moving so stores get what they need, when they need it.
Current Trade
Stay close to the season as it unfolds. Track performance against plan and KPIs, spot opportunities, manage risk, and make sharp, timely trade calls to protect stock levels and hit budget. Keep management and other teams in the loop on anything that shifts.
Trend & Competitor Intelligence
Keep your finger on the pulse — locally and globally. Track competitor pricing, products and trends so we're always delivering what customers want, at the price they love. Spot growth opportunities and take new product ideas from concept through to production from both the local landscape and the global markets.
...). It has style attribute but we ignore style. So output
Own a substantial, specialised portfolio and make it your playground. You'll build a product assortment our customers can't resist — the right style and taste level, quantity, quality and price, sourced smart and aligned to where the business is heading. Every range you build should feel like a win for the customer walking into our stores. You'll drive the full product lifecycle, always thinking three seasons ahead, and bring your energy to mentoring the next wave of buying talent.
- Then there isEducation
. This is a paragraph containing non-breaking spaces and a bold Education. We need to preserve content word-for-word. The content includes the spaces? The original has (six non-breaking spaces?) Actually it's (six?). Then Education . So the paragraph content is those spaces and the strong tag. We need to output a that contains exactly that content, but we cannot use tags; we need to preserve the content word-for-word, but we can wrap in . The content includes the spaces and the word "Education " (with a non-breaking space after). The strong tag is part of the content; we need to keep it? The instruction: preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase. So we must keep the tags as they appear? But we are to output clean semantic HTML using Diploma or Degree Experience , Diploma or Degree Experience tags inside inside inside with the paragraph text. That preserves the textual content.
Similarly for other headings.
Now the list items: The original has Diploma or Degree Experience tags inside? The rule says use inside. So we can keep inside Diploma or Degree Diploma or Degree Experience elements. So we need to preserve that structure. So we output Diploma or Degree Experience Post-Mortem & Seasonal Strategy for section headers,
for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role)". So we should treat "Education" as a section header? But it's inside a list item. Actually the list item includes
Education
maybe? But the instruction says use for section headers like Education. So we can output
Education
and then the list items. However we must preserve the original content word-for-word. If we replace Education with Education
, we are altering the content (removing and ). That would be removing characters. That might violate "preserve ALL original content word-for-word". But the instruction also says "Use for section headers". So we must use
for section headers, but we also must preserve the content word-for-word. How to reconcile? Possibly we need to output the heading text exactly as appears, but wrapped in
. The original heading text includes the word "Education" with a non-breaking space after? Actually it's "Education ". The is part of the text. So we could output
Education
. That would preserve the word "Education" and the non-breaking space. But we also need to preserve the tags? The original had Education . If we output Education
, we are removing the tags. That changes the content. The instruction says "preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". Removing the tags is removing content. So maybe we should keep the tags? But we are not allowed to use tags? The rules only specify allowed tags: ,
for section headers". It doesn't say we cannot use . But we must preserve the original content word-for-word. So we could keep the tags as part of the output? But that would be adding markup not requested. However the instruction says "Return ONLY the HTML. No CSS classes, no inline styles, no
tags". It doesn't forbid . So we could keep tags if they appear in the original. But we need to use for section headers. The original headings are wrapped in . So we could output
Education
? That would preserve the tags and the content. But that adds an extra inside . Is that allowed? The rule says "Use
for section headers". It doesn't say we cannot nest other tags inside. So we could output
Education
. That would preserve the original content exactly (including the tags). However the original also had a non-breaking space after Education. So we need to keep that.
But we also have to preserve the list items exactly. The list items contain etc. However we cannot add or remove characters. So we must output the exact same characters, but we can change the tags? That would be adding or removing characters. So maybe we should output the exact same HTML as given, but with the modifications required: replace headings with
and remove
tags, but we must preserve the content word-for-word. Removing
tags is removing characters, which violates preserve. But the instruction also says "No ...
tags". So we must remove them. This is a conflict. However the higher-level instruction says "Your ONLY job is to format it as clean semantic HTML." and "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". The removal of
tags is required by the formatting rules, but that would be removing content. However maybe we can replace
with a newline? But we cannot use
. So we must remove them, which is removal of characters. This is contradictory. In such cases, we prioritize the explicit formatting rules over preserving content? The instruction says "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". That is a strict rule. But the formatting rules also require removal of
. Possibly we can replace
with a space or just omit it, but that would be removing the tag but not the content? The content includes the
tag itself. Removing it is removing a character sequence. That might be considered removal. However maybe we can keep the
tag but it's not allowed. So we must remove it. The instruction may be interpreted as we must preserve the textual content, not the markup. The
tag is not textual content; it's markup. So removing it is okay because we are not removing textual content. The instruction says "Preserve ALL original content word-for-word". The content is the textual description, not the HTML tags. So we can remove tags as long as we keep the textual content. So we can remove
tags.
Thus we can output Post-Mortem & Seasonal Strategy
followed by the paragraph text (the following paragraph). The original had
after the heading, then the paragraph. So we can output Post-Mortem & Seasonal Strategy
then a
We need to output with
Dig into... etc. We need to output
How well do you match?
Get an instant AI match score for this role — free, takes 3 minutes.
Tailor your CV for this role
The concierge rewrites your whole CV and writes a matching cover letter for this job — opens right here, nothing to paste.
Tailor My CV to This Job ✍️Let jobs find you
Leave your email and our AI matches you to new jobs across 24 African markets — free. You wait for the call.
Add your CV for real matches
Upload your CV and we score every new job against your real experience — only strong matches reach your inbox. Optional, but it makes your matches far sharper.
You're in.
We'll email you the moment a job matches your profile. Check your inbox for a welcome from My Job Concierge.
I'm ECHO, your MJC career assistant. I can help you find jobs, explore career tools, and connect with opportunities across Africa.