---
title: yoke-pi
description: Workflow skills for pi.dev, with an incremental migration from the original yoke plugin.
template: splash
hero:
  tagline: Workflow skills for pi.dev — currently grill, grill-docs, handoff, gca, gst, gp, prd, issues, and help.
  actions:
    - text: Install
      link: /yoke/install/
      icon: right-arrow
    - text: Browse skill status
      link: /yoke/skills/help/
      icon: document
---

`yoke-pi` is a pi.dev package of workflow skills adapted from yoke.

The migration is incremental. The currently pi-adapted skills are:

- `/skill:grill`
- `/skill:grill-docs`
- `/skill:handoff`
- `/skill:gca`
- `/skill:gst`
- `/skill:gp`
- `/skill:prd`
- `/skill:issues`
- `/skill:help`

Other skills remain in the repository but are marked deprecated / pi-port pending until rewritten. They are hidden from automatic model invocation with `disable-model-invocation: true`.

## Current flow

```text
/skill:grill <plan>       # stress-test a decision
/skill:grill-docs <plan>  # stress-test and update glossary/ADRs
/skill:gca                # commit with smart grouping
/skill:gst                # inspect repository status
/skill:gp                 # push with checks
/skill:prd                # synthesize a PRD
/skill:issues             # split work into vertical slices
/skill:handoff            # save context for a fresh pi session
```
