---
title: What is yoke-pi?
description: yoke-pi is an incremental pi.dev port of the yoke workflow skills.
---

`yoke-pi` is a pi.dev skill package for structured coding workflows.

It is being ported incrementally from the original yoke plugin. The pi-facing source of truth is:

- `package.json` for the pi package manifest;
- `AGENTS.md` for repository instructions;
- `skills/*/SKILL.md` for skill definitions.

## Usable today

- `/skill:grill` — read-only decision grilling with `ask_user`.
- `/skill:grill-docs` — decision grilling plus glossary/ADR maintenance.
- `/skill:handoff` — handoff document for a fresh agent/session.
- `/skill:gca` — smart git staging and commits.
- `/skill:gst` — repository status report.
- `/skill:gp` — git push with checks and report.
- `/skill:prd` — PRD synthesis and optional GitHub issue publishing.
- `/skill:issues` — vertical-slice issue generation.
- `/skill:help` — pi-specific help and status.

## Port pending

The rest of the yoke loop — task, plan, do, review, fix, PR, bootstrap, and docs sync — remains in the repo but is marked deprecated for pi until rewritten.

Port-pending skills should not be auto-invoked by pi.
