From Agentize
Verifies readiness criterion C4.1 (Requirements Access) by scanning for vision docs, user stories, and MCP-based programmatic access. Reports fulfillment level 0–3.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentize:verify-c4-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 documented requirements |
| 1 | Product vision and goals documented |
| 2 | User stories or acceptance criteria accessible |
| 3 | Full programmatic access via MCP server or API |
docs/ directory for requirement or specification documents.stories/, features/, backlog/, or specs/ directory with user stories or acceptance criteria.Gather the evidence described above and determine the fulfillment level for C4.1.
Scoring guide:
stories/ directory, a backlog.md, structured specs, or clearly linked GitHub/Jira issues with acceptance criteria.Report in exactly this format:
C4.1 — Requirements Access
Guides 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.
npx claudepluginhub jaksa76/agentize --plugin agentize