From Agentize
Verifies readiness criterion C2.1 (Setup Automation) by checking for setup instructions, scripts, and containerized environments, producing a level 0-3 score.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentize:verify-c2-1This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!--
| Level | Description |
|---|---|
| 0 | No setup instructions |
| 1 | Written step-by-step instructions |
| 2 | Single script installs all prerequisites and toolchain |
| 3 | Containerised environment (devcontainer, Nix, etc.) |
scripts/ directory).Gather the evidence described above and determine the fulfillment level for C2.1.
Scoring guide:
devcontainer up and devcontainer exec results.Report in exactly this format:
C2.1 — Setup Automation
npx claudepluginhub jaksa76/agentize --plugin agentizeGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.