From Agentize
Verifies readiness criterion C1.1 (Codebase Accessibility) by assessing whether code is in a monorepo, linked submodules, or unlinked multi-repo. Reports level 0–2.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentize:verify-c1-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 | Code split across unlinked repos |
| 1 | Repos linked through submodules or other mechanisms |
| 2 | Monolith or Mono-repo |
README.md and assess whether this repository is part of a larger multi-repo setup.actions/checkout with repository: org/other-repo, git clone org/other-repo, or cp from externally checked-out repos).Evaluate C1.1 from a story-delivery perspective, not only local repo structure.
Before final scoring, confirm all checks below:
README.md, root folders, app/module structure)..gitmodules, git subtree/workspace linking, checked-in path links).Do not assign Level 2 unless checks 2, 3, and 4 show no cross-repo split of code ownership relevant to build/runtime/tooling and end-to-end story delivery.
Gather the evidence described above and determine the fulfillment level for C1.1.
Scoring guide:
utils/, shared/, docs/) is not automatically Level 2.Report in exactly this format:
C1.1 — Codebase Accessibility
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.