procedure-builder
Installation
SKILL.md
procedure-builder
Build a complete ICM (Interpreted Context Methodology) procedure from a structured spec file. Bootstraps _core/ on first run, then follows the five-stage pipeline of the ICM workspace-builder.
When to Use
- Building a new multi-stage workflow (speckit, deps-check, review pipeline, etc.)
- Converting an existing monolithic runner skill into a staged procedure
- Creating domain-specific procedures for a team repo (marketing, onboarding, etc.)
When NOT to Use
- Single-step operations -- use a regular skill instead
- Interactive workflows that need human dialog at every step