speckit-proc
Installation
SKILL.md
speckit-proc
Issue-to-PR pipeline. The operator triages via GitHub API, then drives a persistent worker session through specify, plan, tasks, implement, test, and deliver -- one resume per stage.
When to Use
- Implementing a GitHub issue that requires code changes
- Any dev task routed through the speckit pipeline
- MANDATORY for all code tasks dispatched through Pylot crews
Prerequisites
gh issue view $0 --repo $1 --json state --jq '.state' 2>/dev/null || echo "ERROR: cannot access issue"
Requires gh CLI with valid GH_TOKEN and worker dispatch scripts (spawn-worker.sh with --resume support, wait-for-worker.sh).