What problem does it solve?
This Skill helps you convert a Jira story into working production code with contract-based tests, aligned with the project’s CI expectations, without skipping the review and validation steps that keep changes safe.
Core Features & Use Cases
- Story ingestion with validation discovery: Pulls Jira story details, loads PRD/design context when available, and discovers how the target project validates quality (test/lint/build commands and thresholds).
- TDD implementation workflow: Produces a plan and then executes it by writing tests first, implementing to satisfy those behavioral contracts, and making incremental, meaningful commits.
- CI-accurate validation and PR publishing: Runs the discovered full validation suite, analyzes coverage to surface behavioral gaps, and prepares a draft GitHub PR and review responses.
Quick Start
Run the implementation workflow for your Jira story by invoking the ingest phase with your issue key, for example: "Use the implement skill to ingest EDM-1234".