Skip to content

feat(.ai): washing machine workflow skills#6127

Open
marissahuysentruyt wants to merge 32 commits intomainfrom
marissahuysentruyt/feat-migration-workflow-skills
Open

feat(.ai): washing machine workflow skills#6127
marissahuysentruyt wants to merge 32 commits intomainfrom
marissahuysentruyt/feat-migration-workflow-skills

Conversation

@marissahuysentruyt
Copy link
Copy Markdown
Collaborator

@marissahuysentruyt marissahuysentruyt commented Apr 1, 2026

Description

⚠️ SECOND MERGE ⚠️
Can be merged in parallel to #6136 and #6139

Adds eight on-demand skills under .ai/skills/ that map Phase 1–8 of the washing machine 1st-gen → 2nd-gen component migration workflow. Each skill includes YAML frontmatter (name, description), a short mindset for the agent, when to use / when not to use (where applicable), example invocations, and a workflow pointer to the matching anchor in 01_washing-machine-workflow.md.

Skill Phase
migration-prep 1 — Preparation
migration-setup 2 — Setup
migration-api 3 — API
migration-styling 4 — Styling
migration-a11y 5 — Accessibility
migration-testing 6 — Testing
migration-documentation 7 — Documentation
migration-review 8 — Review

NOTE: This work is based on marissahuysentruyt/feat-agnostic-folder-ai-stuff (tool-agnostic .ai/ layout, AGENTS.md, Cursor/Claude symlinks). After marissahuysentruyt/feat-agnostic-folder-ai-stuff merges, retarget to main or merge the stack in order.

Motivation and context

The washing machine doc already defines phases and quality gates. Dedicated per-phase skills give agents a single file to load with the right mindset and a direct link into the canonical workflow, reducing drift between “run phase N” requests and CONTRIBUTOR-DOCS steps.

Related issue(s)

swc-1887

Screenshots (if appropriate)

N/A.

Author's checklist

  • I have read the CONTRIBUTING and PULL_REQUESTS documents.
  • I have reviewed at the Accessibility Practices for this feature, see: Aria Practices
  • I have added automated tests to cover my changes.
  • I have included a well-written changeset if my change needs to be published.
  • I have included updated documentation if my change required it.

Reviewer's checklist

  • Includes a Github Issue with appropriate flag or Jira ticket number without a link
  • Includes thoughtfully written changeset if changes suggested include patch, minor, or major features
  • Automated tests cover all use cases and follow best practices for writing
  • Validated on all supported browsers
  • All VRTs are approved before the author can update Golden Hash

Manual review test cases

  • Open 01_washing-machine-workflow.md in CONTRIBUTOR-DOCS and confirm each skill’s “Workflow” link matches the correct Phase # section (checking that the anchors are still valid).
  • Skim mindset and "when to use" sections for consistency with the workflow doc (no contradictory phase ordering).
  • Confirm skill name and description in frontmatter are clear for tool discovery (Claude/Cursor skill pickers).
  • Feel free to try one or any of the skills in isolation if you're in the middle of a component migration.

Device review

  • Did it pass in Desktop?
  • Did it pass in (emulated) Mobile?
  • Did it pass in (emulated) iPad?

Accessibility testing checklist

  • Keyboard
    Documentation only.

  • Screen reader
    Documentation only.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 1, 2026

⚠️ No Changeset found

Latest commit: 48c892b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

📚 Branch Preview Links

🔍 First Generation Visual Regression Test Results

When a visual regression test fails (or has previously failed while working on this branch), its results can be found in the following URLs:

Deployed to Azure Blob Storage: pr-6127

If the changes are expected, update the current_golden_images_cache hash in the circleci config to accept the new images. Instructions are included in that file.
If the changes are unexpected, you can investigate the cause of the differences and update the code accordingly.

@marissahuysentruyt
Copy link
Copy Markdown
Collaborator Author

TODO: add brief descriptions to the .ai/README for each new skill?

@marissahuysentruyt marissahuysentruyt added the High priority PR review PR is a high priority and should be reviewed ASAP label Apr 2, 2026
@marissahuysentruyt marissahuysentruyt force-pushed the marissahuysentruyt/feat-migration-workflow-skills branch from 2214689 to dafc8cb Compare April 3, 2026 16:58
@marissahuysentruyt marissahuysentruyt changed the base branch from main to marissahuysentruyt/feat-agnostic-folder-ai-stuff April 3, 2026 16:59
@marissahuysentruyt marissahuysentruyt self-assigned this Apr 3, 2026
@marissahuysentruyt marissahuysentruyt added Status:WIP PR is a work in progress or draft do-not-merge NO MERGE-Y! labels Apr 3, 2026
@marissahuysentruyt marissahuysentruyt force-pushed the marissahuysentruyt/feat-agnostic-folder-ai-stuff branch from 1eea82a to 46dfc1d Compare April 6, 2026 12:22
@marissahuysentruyt marissahuysentruyt force-pushed the marissahuysentruyt/feat-migration-workflow-skills branch from 517b483 to a7a54fa Compare April 6, 2026 12:26
@marissahuysentruyt marissahuysentruyt added 1.0.0 Issues that should be addressed for a 1.0 release! Component:Tooling Issue or PR dealing with scripts, workflows, automation, etc. Component prefix is for Jira 2nd gen These issues or PRs map to our 2nd generation work to modernizing infrastructure. and removed Status:WIP PR is a work in progress or draft do-not-merge NO MERGE-Y! labels Apr 6, 2026
@marissahuysentruyt marissahuysentruyt marked this pull request as ready for review April 6, 2026 15:18
@marissahuysentruyt marissahuysentruyt requested a review from a team as a code owner April 6, 2026 15:18
@marissahuysentruyt marissahuysentruyt force-pushed the marissahuysentruyt/feat-migration-workflow-skills branch from 2fb6469 to 9ba4011 Compare April 6, 2026 17:06
@marissahuysentruyt marissahuysentruyt added the do-not-merge NO MERGE-Y! label Apr 6, 2026
Copy link
Copy Markdown
Contributor

@caseyisonit caseyisonit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love this

@marissahuysentruyt marissahuysentruyt added the Status:Ready for review PR ready for review or re-review. label Apr 7, 2026
…skill

- The a11y migration analysis doc is a full authoring playbook, not a
linting rule. Moves it from .ai/rules/ to .ai/skills/ with a SKILL.md
that mirrors the component-migration-analysis skill structure.

- Also fixes a stale .cursor/ path reference in
component-migration-analysis/SKILL.md.
@marissahuysentruyt marissahuysentruyt force-pushed the marissahuysentruyt/feat-agnostic-folder-ai-stuff branch from 7bdadee to 117b2a4 Compare April 8, 2026 17:21
@marissahuysentruyt marissahuysentruyt force-pushed the marissahuysentruyt/feat-migration-workflow-skills branch from 0e7d573 to 48c7d87 Compare April 8, 2026 17:22
@marissahuysentruyt marissahuysentruyt added blocked Ticket or PR is blocked for some reason, eg another PR needs to go in first and removed do-not-merge NO MERGE-Y! blocked Ticket or PR is blocked for some reason, eg another PR needs to go in first labels Apr 8, 2026
@marissahuysentruyt
Copy link
Copy Markdown
Collaborator Author

marking as blocked until #6128 gets merrrrged

Base automatically changed from marissahuysentruyt/feat-agnostic-folder-ai-stuff to main April 13, 2026 19:25
@caseyisonit caseyisonit removed the blocked Ticket or PR is blocked for some reason, eg another PR needs to go in first label Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.0.0 Issues that should be addressed for a 1.0 release! 2nd gen These issues or PRs map to our 2nd generation work to modernizing infrastructure. Component:Tooling Issue or PR dealing with scripts, workflows, automation, etc. Component prefix is for Jira High priority PR review PR is a high priority and should be reviewed ASAP Status:Ready for review PR ready for review or re-review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants