# Pi Rtk Worker

> Implements pi-rtk features using TDD

- Skill: `codexstar69/pi-rtk-worker` (Agent Skill)
- Install (CLI): `npx skillmds@latest add codexstar69/pi-rtk-worker`
- Raw SKILL.md: https://api.skillmd.com/api/skills/codexstar69/pi-rtk-worker/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: codexstar69 (https://skillmd.com/u/codexstar69)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/codexstar69/pi-rtk-worker

---


# pi-rtk Worker

## Work Procedure

1. Read your feature description - it contains everything you need
2. Write tests first, then implement to make them pass
3. Run `bun run test` and `bunx tsc --noEmit` to verify
4. Do NOT read IMPLEMENTATION.md - all needed info is in the feature description and AGENTS.md

## When to Return to Orchestrator

- Cannot resolve import errors
- Test infrastructure fails to run
- A precondition is not met

