/new-artifact
Invoke the new-artifact skill to author a platform artifact end-to-end.
Usage
/new-artifact <free-form description of what you want to add>
If $ARGUMENTS is empty, ask the developer to describe what they want to create. Otherwise, take the description as the initial intent and proceed to step 1 of the skill (gather any missing intent details with at most 4 focused questions).
Behaviour
Follow the new-artifact skill in full:
- Gather intent.
- Audit existing artifacts to prevent duplication.
- Pick the artifact type via
docs/methodology/artifact-types.md. - Verify reference direction and absence of cycles.
- Draft the file(s) on a feature branch.
- Open a PR with the required body sections (Summary / What was missing / What we added / How we avoided duplication / Open questions / Links).
Do not merge — wait for review.
Examples
/new-artifact I want an agent that owns Cognito flows and JWT handling
/new-artifact let's add a skill that runs accessibility checks on a PR
/new-artifact we need a hook that blocks commits without a CU-id
/new-artifact אני רוצה ליצור command שמציג את כל המשימות הפתוחות