Files
playbook/antigravity-awesome-skills/skills/implement/SKILL.md
T
2026-07-01 16:02:41 +00:00

1.1 KiB

name, description, risk, source, source_repo, source_type, date_added, license, license_source
name description risk source source_repo source_type date_added license license_source
implement Implement a piece of work based on a PRD or set of issues. unknown https://github.com/mattpocock/skills/tree/main/skills/engineering/implement mattpocock/skills community 2026-07-01 MIT https://github.com/mattpocock/skills/blob/main/LICENSE

When to Use

Use this skill when you need implement a piece of work based on a PRD or set of issues.

Implement the work described by the user in the PRD or issues.

Use /tdd where possible, at pre-agreed seams.

Run typechecking regularly, single test files regularly, and the full test suite once at the end.

Once done, use /review to review the work.

Commit your work to the current branch.

Limitations

  • Use this skill only when the task clearly matches its upstream source and local project context.
  • Verify commands, generated code, dependencies, credentials, and external service behavior before applying changes.
  • Do not treat examples as a substitute for environment-specific tests, security review, or user approval for destructive or costly actions.