Skip to content

Agents

Browse by task →

Auto-generated catalog of every agent discovered across the configured plugin source roots. Content is taken verbatim from each agent markdown file. Grouped by delivery-lifecycle phase.

2 Plan

nolte-shared

  • audience-review — Reviews an existing audience-analysis artifact against the spec; read-only structured findings report.
  • feature-consistency-reviewer — Reviews a draft feature file for overlap, duplication, and prior art against features, source code, and the spec corpus.
  • roadmap-coherence-reviewer — Read-only roadmap-coherence audit against goals, mission, sprints, and features; structured findings list.
  • security-requirements-reviewer — Read-only security architect's review of a requirement/spec set for security & privacy completeness: findings, data-minimization & authorization matrices, GDPR rights checklist.
  • sprint-readiness-reviewer — Read-only sprint-readiness gate: go/no-go report on a sprint before sprint-execute promotes it planned → active.
  • tech-stack-fitness-reviewer — Read-only architect's review of a stack's fitness against requirements: coverage matrix, gaps, over-/under-engineering, risks, prioritized recommendations.

3 Design

nolte-engineering

  • test-case-extractor — Derives structured, framework-agnostic, traceable test cases from a requirement document, written from the user-observable-behaviour perspective.
  • webview-ui-expert — Read-only deep cross-file review of one named frontend target across Performance, Security, A11y, i18n, UX.

nolte-media

  • graphic-prompt-generator — Authors brand-conformant, generator-ready AI image prompts as durable Markdown documents from a short graphic brief.

nolte-shared

  • audience-doc-author — Drafts or refines audience-tailored documentation (README, release notes, MkDocs pages) against an existing audience artifact.
  • claude-plugin-developer — Drafts spec-conformant Claude Code plugin artifacts (skill or agent) for nolte-shared, executor in the skill-orchestrates-agent pattern.
  • spec-readiness-reviewer — Read-only audit of a spec for contradictions, audience fit, and AC coverage.

4 Build

nolte-engineering

  • component-test-generator — Scaffolds spec-conformant component tests in the right flavour (frontend render-and-query, or service-through-its-API with externals doubled), with determinism and TC-IDs.
  • contract-test-generator — Scaffolds spec-conformant contract tests (consumer-driven by default: consumer expectations + provider verification, broker, can-i-deploy), asserting agreement compatibility only.
  • e2e-test-generator — Scaffolds a spec-conformant E2E suite (page objects, waits, screenshots, markers, protocol) for a feature, defaulting to the Selenium + pytest reference profile.
  • frontend-usability-optimizer — Senior UX engineer that improves the usability of existing frontend code in place against the project's own detected stack and documented UI conventions.
  • fullstack-developer — Senior full-stack engineer that implements a scoped requirement as production-ready code against the project's own detected stack, layout, and quality bar.
  • integration-test-generator — Scaffolds spec-conformant narrow integration tests (one real ephemeral collaborator, the rest doubled, seam-only assertions, per-test isolation, readiness waits, TC-IDs).
  • test-code-adapter — Turns a confirmed-red case into the minimal correct production-code change under the no-cheating invariant (simplest-change-then-refactor, root-cause, verify by re-execution).
  • unit-test-generator — Scaffolds spec-conformant unit tests (FIRST, AAA, observable-behaviour assertions, disciplined doubles, TC-IDs) for a module, defaulting to a pytest reference profile.

5 Review

nolte-engineering

  • code-security-reviewer — Read-only whole-codebase OWASP audit correlating findings across files into a severity-classified report.
  • component-test-reviewer — Reviews existing component tests (frontend or service) against the component-tier spec, returns a checklist-based conformance verdict, and applies only minimal surgical fixes.
  • contract-test-reviewer — Reviews existing contract tests against the contract-tier spec, returns a checklist-based conformance verdict, and applies only minimal surgical fixes.
  • dependency-audit-scanner — Read-only CVE scanner per project type (pip-audit, npm audit, govulncheck, cargo audit); returns structured drift inventory.
  • e2e-result-reviewer — Reviews an E2E run's screenshots and protocol visually against the requirement/UI specs and returns prioritised, read-only findings.
  • e2e-test-reviewer — Reviews an existing E2E suite against the spec, returns a checklist-based conformance verdict, and applies only minimal surgical fixes.
  • integration-test-reviewer — Reviews existing integration tests against the integration-tier spec, returns a checklist-based conformance verdict, and applies only minimal surgical fixes.
  • license-check-scanner — Read-only license-inventory scanner: SBOM with resolved licenses, SPDX identification, and category classification per stack.
  • test-result-analyzer — Classifies a test run's raw results into routed categories (defect/flake/test-bug/infra/...) with evidence, per the result-analysis spec, so the cycle knows the next phase.
  • unit-test-reviewer — Reviews existing unit tests against the unit-tier spec, returns a checklist-based conformance verdict, and applies only minimal surgical fixes.

nolte-shared

  • diagram-opportunity-reviewer — Read-only prose scanner that flags Markdown passages which would be expressed better as a Mermaid diagram.
  • gdpr-data-protection-reviewer — Read-only whole-repository GDPR data-protection audit; separates code-verifiable findings from legal-review-required ones.
  • lektorat-scanner — Read-only editorial scanner across the six lektorat dimensions (D1 readability, D2 comprehensibility, D3 grammar, D4 style, D5 audience-fit, D6 idiomatic naturalness).
  • portfolio-inflight-collector — Read-only in-flight data collector: open issues, PRs (incl. drafts), branches without PR, unresolved review threads + Discussions across nolte/*.
  • portfolio-manifest-collector — Read-only inventory collector: gathers per-repo project/portfolio.yml manifests across nolte/*.
  • vocab-drift-scanner — Read-only diff of repository-local Vale vocab files against the pinned upstream nolte/vale-style release.

6 Quality

nolte-engineering

  • i18n-completeness-checker — Read-only completeness audit of translation files against each other and against code usage, as a severity-sorted report.

nolte-shared

  • docs-freshness-checker — Read-only freshness audit of MkDocs docs: language parity, dead links, stale spec/code refs, ADR hygiene, Mermaid derived-source drift.
  • link-rot-scanner — Read-only link-rot audit: internal, anchor, cross-tree, and external links via scripts/check_links.py, triaged into a severity-sorted report.
  • mermaid-diagram-reviewer — Static audit of every Mermaid block in docs// against the spec plus MkDocs setup; structured findings, no rendering.
  • project-structure-reviewer — Read-only audit of the repository's layout against the project-structure spec; severity-sorted findings on disk only.
  • prose-vale-curator — Curates prose to pass Vale, prefers shipped vocabularies, extends accept.txt only inside vocabulary-owning repos.
  • quality-gate-enforcer — Reviews the quality-gate wiring (Taskfile, pre-commit, CI workflow, timeouts) for spec-conformance; never executes the gate.
  • tech-stack-drift-reviewer — Read-only tech-stack drift audit: diffs declared manifest against on-disk repo signals (lockfiles, configs, workflows).

8 Cross-cutting

nolte-media

  • png-to-transparent-svg — Converts a PNG with fake-transparency background (checkerboard or single colour) into a clean SVG with real alpha.

nolte-shared

  • cookiecutter-template-author — Scaffolds or refactors Cookiecutter templates, hardens hooks, sets up pytest-cookies harness + GitHub Actions matrix.