Plugin Claude Code
Agent skills for AI-first product delivery: strategy, architecture, backlog, design, implementation, review, and sprint refinement.
Plugin Claude Code
Agent skills for AI-first product delivery: strategy, architecture, backlog, design, implementation, review, and sprint refinement.
Agent
Use this agent when grading skill eval runs against evals/evals.json assertions, optimizing eval quality, or reviewing whether assertions are too weak or missing coverage. Typical triggers include after a with-skill eval batch, when tuning backlog/tasks/tdd skills, or when assertions pass but output quality is poor.…
Skill Claude CodeCodex
Use when the user wants to research, review, or enhance an agent skill on a regular cadence — weekly skill uplift, audit a SKILL.md against best practice, compare with popular external skills, fix working issues, or align with agentskills.io. Triggers on "review this skill", "enhance the X skill", "weekly skills…
Skill Claude CodeCodex
Use when the user wants ADR register planning, writing ADR-NNNN files, or ADR review under docs/architecture/decisions/. Triggers on "do we need an ADR", "write ADR-0007", "record this decision", "what decisions need making", "harvest ADRs from this epic", "harvest ADRs from JIRA-123". Do NOT use for full architecture…
Skill Claude CodeCodex
Use to groom an existing backlog or judge whether a breakdown is ready to commit to — reprioritise, split oversized epics or stories, re-estimate, defer misaligned items, and check sprint readiness of docs/product/backlog.md or docs/work/{work-id}/tasks.md for any work item. Triggers on "groom the backlog", "refine…
Skill Claude CodeCodex
Use when the user wants to address, action, or fix findings from a code review — their own working diff reviewed by code-review, a reviewer's comments on a PR or MR, or a pasted list of issues. Triggers on "fix the review findings", "address the review feedback", "action the blocking issues", "apply the review…
Skill Claude CodeCodex
Use when the user wants a code review of a branch, PR, MR, or working diff against its acceptance criteria and declared scope, in whatever form they take in this repo. Triggers on "review my branch", "review this PR", "check this diff before I raise it", "is this ready to merge". Works with any language, delivery…
Agent
Use this agent when reviewing whether a diff conforms to the codebase's documented and de-facto architecture patterns. Typical triggers include pre-PR review of code that adds modules, crosses layer boundaries, or introduces new dependencies between components. See "When to invoke" in the agent body.
Agent
Use this agent when reviewing whether a diff follows current, version-correct best practices for the libraries and frameworks it uses. Typical triggers include pre-PR review of code touching a fast-moving dependency (React, Next.js, Django, etc.) or introducing a new library. Fetches the latest docs before judging.…
Agent
Use this agent for a shallow, changes-only scan for obvious bugs in a diff. Reads only the modified hunks plus git blame on those lines, and any code-comment guidance nearby; ignores nitpicks and pre-existing issues. See "When to invoke" in the agent body.
Agent
Use this agent to check a diff against the team's own rules — both the written ones (AGENTS.md, CLAUDE.md, .cursor/rules, CONTRIBUTING.md) and the unwritten ones recorded in review comments on prior PRs touching the same files. Every finding quotes its source. Distinct from architecture-reviewer (structural patterns)…
Agent
Use this agent to independently rate the confidence of a single candidate review finding, without access to the reasoning that produced it. Invoked once per candidate finding by the parent code-review after the merge step, before the risk matrix is applied. See "When to invoke" in the agent body.
Agent
Use this agent to check a diff against what was asked for — both directions. Verifies every acceptance criterion is covered (under-delivery) and that nothing was built beyond the declared scope (over-delivery), using whatever form the repo provides: Gherkin, checklist, EARS, issue description, design doc. See "When to…
Skill Claude CodeCodex
Use when the user wants a set of documents reviewed — a docs folder, a wiki, a handbook, a repo's markdown, or any collection of written material. Checks that each document is well written and well structured, that boundaries between documents are clear with no duplication, and that the set is consistent and cohesive.…
Agent
Use this agent to review a batch of documents individually for purpose, structure, writing, correctness, and completeness. Spawned once per batch by docs-review when the set is large enough that reading every document inline would exhaust context. Judges each document on its own; never compares documents to each…
Skill Claude CodeCodex
Use when the user wants to implement a task in code against an approved tdd.md and docs/work/{work-id}/tasks.md. Triggers on "implement CHK01-01", "implement JIRA-456", "build this task", "write the code for this story". Reads the design and acceptance criteria, writes code and tests, runs the project's full…
Skill Claude CodeCodex
Use when the user wants an already-open merge request or pull request driven to a merge-ready state — watching CI, fixing objective check failures, triaging review threads, and syncing merge conflicts until all checks are green and nothing is unresolved. Triggers on "babysit this MR", "watch the PR until it's green"…
Agent
Use this agent to drive an open MR/PR to a merge-ready state in the background — watching CI, triaging review comments, fixing objective failures, and syncing merge conflicts — while the main session moves on. Pass the MR/PR URL and the resolved provider/tool tier. See "When to invoke" in the agent body.
Skill Claude CodeCodex
Use when the user is the reviewer of a merge request or pull request and wants it reviewed and the verdict published to the provider — inline comments on the right lines, threads resolved or replied to, and an approve / request-changes / comment decision. Handles first reviews and re-review rounds after the author…
Skill Claude CodeCodex
Use when the user wants to open a merge request or pull request for the current branch, with a generated title, description, labels, and reviewer suggestions. Triggers on "open a PR", "raise an MR", "create a pull request", "put this branch up for review". Resolves change context and provider, discovers the repo's…
Skill Claude CodeCodex
Use when the user wants a product strategy doc, PRD, pitch, vision, personas, or outcomes at docs/product/product.md. Drafts or re-authors the document. Triggers on "write the PRD", "draft a product pitch", "who are our personas". Re-authoring is also how an existing product.md gets critiqued or revised — docs-review…
Skill Claude CodeCodex
Use to seed or configure a Ralph loop before running it: choose a preset (engineering delivery for a work item, ad-hoc for a single repeating prompt, or custom steps), resolve the environment, set the completion promise and iteration budget, and write the loop files. Triggers on "set up a ralph loop", "configure a…
Skill Claude CodeCodex
Use to start, inspect, or stop a Ralph loop: an autonomous self-referential loop where a stop hook re-feeds the same prompt every turn until a completion promise is emitted or a safety rail fires (ralph-loop start, ralph-loop status, ralph-loop cancel). Works for any repeating multi-step job via presets, including…
Skill Claude CodeCodex
Use when the user wants outcome-based delivery phases or exit criteria at docs/product/roadmap.md. Drafts or re-sequences the document. Triggers on "build the roadmap", "what are our delivery phases", "phase exit criteria". Requires product.md. Re-authoring is also how an existing roadmap.md gets critiqued or revised…