Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Commit c2e628e

Browse files
committed
refinements
1 parent 918ad92 commit c2e628e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

skills/wpds/SKILL.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Before working on any WPDS-related tasks, make sure you read relevant documentat
3939

4040
### Boundaries
4141

42-
- Don't spend too much time on non-UI related aspects of an answer (for example, fetching data from stores).
42+
- Don't spend too much time on non-UI related aspects of an answer (for example, fetching data from stores, or localizing strings of text).
4343
- Focus on building UI that adheres as much as possible to the WPDS best practices, uses the most fitting WPDS components/tokens/patterns.
4444

4545
### Tech stack
@@ -48,4 +48,10 @@ Before working on any WPDS-related tasks, make sure you read relevant documentat
4848

4949
### Validation
5050

51-
- If the local context in which a task is running provide lint scripts, use them to validate the proposed code output when possible.
51+
- If the local context in which a task is running provide lint scripts, use them to validate the proposed code output when possible.
52+
53+
## Output
54+
55+
- Provide a clear and concise explanation of what the solution does, and add context to why each decision was made.
56+
- Be explicit about the boundaries, ie. what was explicitly left out of the task because not relevant (eg non-ui related).
57+
- Provide working code snippets

0 commit comments

Comments
 (0)