build when the requested change is clear enough to implement.
When to use it
Use build for | Use another skill for |
|---|---|
| Adding a scoped feature | Planning an unclear architecture change |
| Editing docs, code, or config | Reviewing an existing branch |
| Applying an approved plan | Debugging an unknown failure |
What to provide
| Input | Example |
|---|---|
| Outcome | Add a settings page empty state. |
| Boundaries | Do not change account routes. |
| Patterns | Use existing card and button components. |
| Verification | Run the affected tests and lint. |
Example request
Expected output
Agent edits the project, runs the available checks, and summarizes the changed files.Related
| Page | Use it to |
|---|---|
| Plan skill | Prepare unclear or broad work before edits. |
| Debug skill | Find and fix a failure. |
| Review skill | Review the branch after changes. |