porch

porch - Protocol Orchestrator

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "porch" with this command: npx skills add cluesmith/codev/cluesmith-codev-porch

porch - Protocol Orchestrator

Porch manages the state machine behind development protocols. It tracks phases, gates, consultations, and transitions.

Commands

porch status [id] Show current project state and phase porch run [id] Run the protocol loop (strict mode) porch next [id] Get next tasks as JSON porch done [id] Signal current phase is complete porch check [id] Run checks for current phase porch gate [id] Request human approval at a gate porch approve <id> <gate> --a-human-explicitly-approved-this porch rollback <id> <phase> Rewind to an earlier phase porch init <protocol> <id> <name> Initialize a new project

Project ID auto-detects from worktree path when inside a builder worktree.

Gate approvals

Gates are human-only approval checkpoints. The --a-human-explicitly-approved-this flag is required — it exists to prevent AI agents from auto-approving.

Gate Protocol When

spec-approval

SPIR After spec is written

plan-approval

SPIR After plan is written

pr

SPIR, TICK, AIR After PR is created

porch approve 42 spec-approval --a-human-explicitly-approved-this porch approve 42 plan-approval --a-human-explicitly-approved-this porch approve 42 pr --a-human-explicitly-approved-this

ASPIR and BUGFIX have no spec/plan gates — they run autonomously through those phases.

Checking pending gates

porch pending # List all gates waiting for approval

Critical rules

  • Builders must NEVER call porch approve — only humans approve gates

  • Never edit status.yaml directly — porch manages all state

  • Builders signal completion with porch done , not porch approve

  • porch run is for strict mode only — soft mode builders follow the protocol document manually

  • When running porch approve from the architect, use a subshell if you need worktree context: (cd /path/to/worktree && porch approve ...)

State storage

Project state lives in codev/projects/<id>-<name>/status.yaml , managed automatically by porch. The status file tracks current phase, gate states, consultation results, and timestamps.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

consult

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

af

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

codev

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated