implement

Generate code, create branches, verify builds, and submit PRs from conversation.

24|5|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/yves-s/just-ship --skill implement-yves-s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/yves-s/just-ship/tree/main/skills/implement
Command: npx skills add https://github.com/yves-s/just-ship --skill implement-yves-s

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the need for ticket creation and board updates when a developer wants to implement something immediately from a conversation, enabling a rapid end‑to‑end code generation workflow.

Core Features & Use Cases

  • Full agent workflow without tickets or status events, executing spec extraction, branch creation, planning, implementation, build verification, QA, documentation updates, and PR creation.
  • Worktree isolation for parallel safe execution.
  • Automatic changelog and documentation updates.
  • Optional preview deployment for Vercel, Shopify, or Coolify when configured.

Use case example: a developer discusses a new UI component in chat and wants the code generated and a PR opened instantly.

Quick Start

Tell the implement skill to build the feature you just described in the chat.

Frequently Asked Questions about implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate code and submit a pull request directly from a chat conversation?

To generate code and submit a pull request directly from a chat conversation, use an automated workflow that extracts specs, creates a Git worktree branch, verifies the build, and opens a PR without requiring a ticket.

Can I open a pull request without creating a ticket or updating a board status?

Yes, you can open a pull request without creating a ticket or updating a board status by using a full agent workflow that bypasses status events to execute branch creation, code implementation, and PR submission automatically.

How do Git worktrees help with automated code generation workflows?

Git worktrees provide worktree isolation for automated code generation workflows, allowing parallel safe execution of branch creation, planning, and implementation without interfering with your main project configuration files.

Does automated PR creation support preview deployments on Vercel or Shopify?

Automated PR creation supports optional preview deployments on Vercel, Shopify, or Coolify when configured, allowing you to generate code, verify builds, and automatically deploy previews alongside the PR submission.

What is the best way to automate changelog and documentation updates during code generation?

The best way to automate changelog and documentation updates during code generation is to use an end-to-end agent workflow that automatically executes documentation updates and PR creation immediately after build verification.

What are the limitations of generating code without a ticket or board status?

Generating code without a ticket or board status lacks manual project tracking, requiring direct access to project configuration files, Git worktrees, and build commands to ensure the automated workflow completes spec extraction and QA successfully.