# Piter Framework

> 5-pillar AFK agent setup - Prompt, Intent, Trigger, Environment, Review.

- Skill: `cleanexpo/piter-framework` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cleanexpo/piter-framework`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cleanexpo/piter-framework/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: cleanexpo (https://skillmd.com/u/cleanexpo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cleanexpo/piter-framework

---


# PITER Framework

## P - Prompt
Spec prompts with verification commands, not chat messages.

## I - Intent
Classify: bug, feature, chore, spike, hotfix. Each routes differently.

## T - Trigger
CLI -> webhook -> cron -> CI. Progress from manual to automatic.

## E - Environment
Isolated workspace. Disposable. API keys via env vars.

## R - Review
Self-review (closed loop) -> CI review -> Human review (PR only).

