Skip to main content
Use build when the requested change is clear enough to implement.

When to use it

Use build forUse another skill for
Adding a scoped featurePlanning an unclear architecture change
Editing docs, code, or configReviewing an existing branch
Applying an approved planDebugging an unknown failure

What to provide

InputExample
OutcomeAdd a settings page empty state.
BoundariesDo not change account routes.
PatternsUse existing card and button components.
VerificationRun the affected tests and lint.

Example request

/build Add an empty state to the settings page.
Use the existing UI components.
Do not change account routes.
Run the relevant checks after editing.

Expected output

Agent edits the project, runs the available checks, and summarizes the changed files.
PageUse it to
Plan skillPrepare unclear or broad work before edits.
Debug skillFind and fix a failure.
Review skillReview the branch after changes.