implement

Installation
SKILL.md

Implement Skill

Quick start

Use this skill when the user provides a ticket/issue and expects end-to-end implementation with quality gates.

Minimal flow:

  • Extract scope and acceptance criteria from the ticket.
  • Implement in small slices using pure functions where practical.
  • Add or update tests that prove expected behavior and edge cases.
  • Run done gates: tests, linter, typecheck, build.
  • Fix easy warnings and regressions before marking complete.

Done means all required gates pass with no errors.

Workflows

1. Ticket-to-plan workflow

Installs
2
First Seen
May 6, 2026
implement — maxbarbul/skills