A governed, portable engineering platform for coding agents: the governance layer (agentic-os), the SDLC pipeline that runs on it (agentic-sdlc), and a Quality Engineering blueprint catalog (agentic-qe).
Standalone verifier for an agentic-os install — checks the file manifest against the install journal, py-compiles AND imports every hook it owns (a badly-rendered scalar compiles but raises on load), dry-runs the enforcement hooks with canned events (block hooks must exit 2 on a synthetic violation, 0 on clean), runs…
Install the agentic-os process layer into the current repo — interview (role presets, HITL dial, autonomy matrix, stack confirm, adapters), dependency registration, template scaffold, stack-specific agent generation with instruction-quality audit, then doctor verification. Journaled and resumable. Use when the user…
Remove one or more role presets from a repo's scaffolded agentic-os layer, or the whole layer with --all — not by deleting a role's files, but by recomputing the desired state for the remaining preset union and converging the repo to it, so the result equals a fresh install of the roles that stay. Set-difference over…
Upgrade a repo's scaffolded agentic-os layer to the currently installed plugin version — per-file three-way reconciliation via the install journal's recorded sha256 (unchanged managed files overwritten, user-modified files diffed and prompted, managed blocks replaced wholesale, generated agents offered regeneration…
Scaffold a two-layer eval framework — deterministic contract checks plus optional LLM-judge behavioral cases — for every Claude Code skill (and agent file) in a repository. Invoke when the user asks to add evals, regression guards, or skill tests, to wire eval automation into hooks/CI, or to extend an existing…
Invoke when the user wants to start, scaffold, bootstrap, or implement a quality-engineering blueprint or an agentic test-automation setup — interviews the user, matches intent to one of 28 bundled QE blueprints, and generates a fill-in-ready agent framework (context file, agent stubs, skill stubs) for Claude Code…
Required functional proof for anything user-visible, run right after gate-runner. When a change touches UI or another externally visible surface, it reuses e2e coverage that already exists, or generates a focused Playwright check when none does; either way it captures screenshots, console output, and network errors…
Resolves the SDLC code-review gate with a multi-lens review fan-out and persists one canonical verdict JSON as the hand-off back to gate-arbiter. Invoked inline (Skill tool) by gate-arbiter at gate ids code-review.final (full multi-lens pass after implementation evidence) and code-review.check (narrow re-check of…
Standalone, on-demand multi-lens code review of local git changes, outside any managed SDLC pipeline. Invoke when the user says "code review", "review my changes", "review my code", "review my branch", "review staged changes", "review this diff", or "run a code review" — and no pipeline is already driving the review.…
Thin gating skill that classifies a task's complexity when the caller's own heuristics cannot confidently route it. Invoke when you need to decide between going straight to detailed planning versus running a design/ideation pass first, or when a task might be too large to plan directly. Trigger phrases include "score…
Invoke this skill whenever an SDLC pipeline phase reaches a judgment gate and needs a resolved, logged verdict — spec approval, plan approval, QA drift, code review (final or check round), requirements ambiguity, spec clarification, or feature verification. Trigger phrases include "resolve this gate", "route this…
Run the host project's quality gates in a fixed order (lint -> build -> unit tests -> affected tests -> optional UI tests) and return a structured, machine-readable merge-readiness report. Runner-agnostic: detects the build tool (npm/pnpm/yarn/cargo/poetry/uv/go) from manifest files, caches a gate plan, and defers…
Commit with a mandatory ticket reference, push, and open an MR or PR. Commit, branch, and title conventions are read from .agentic/guides/standards/git-workflow.md; the MR/PR adapter (a CLI, MCP server, or custom command) is read from the ## Review Adapter section of .agentic/guides/project.md. No source-control…
Watch one open MR/PR and autonomously clear whatever blocks merge — CI failures, requested-change reviewer comments, and merge conflicts — on a polling loop until the request merges, closes, or the user stops it. Adapter-driven: no source-control platform is hardcoded. Invoke when the user says "watch the MR"…
Bootstrap the QA knowledge foundation for a repo: discover test files, coverage reports, CI test gates, and QA docs; configure adapters to external QA sources (test-case management, QA documentation, external test repos); then write two persistent guides — qa-strategy.md and qa-health.md — under…
Turn one work-item id into reviewed, backend-synced functional test cases. Invoke when the user says "generate test cases for PROJ-123", "write test cases from this ticket", "qa cases for ", or hands you a single Jira / Azure DevOps / GitHub / GitLab work-item id and wants manual or API-level functional cases.…
Turn one work-item id into executable end-to-end (UI/API) test automation. Invoke when a QA engineer hands you a ticket id and wants a full E2E suite generated, run, reviewed, and pushed for review. Triggers: "generate e2e tests for PROJ-123", "qa-e2e-generator PROJ-123", "write end-to-end tests for this ticket"…
Plans and reviews QA on a per-feature basis, in three modes that sdlc-engine invokes directly: --checklist (Phase 6) turns requirements and QA knowledge into qa-checklist.md before implementation starts; --review-tests (Phase 8) reviews the tests that were written for quality and completeness; --update (Phase 11)…
Audit a software release by cross-referencing git commits in a release range against tickets carrying the release's fix version, then emit a gap-analysis report in Markdown tables. Invoke when the user says "validate the release", "release audit", "check what shipped in ", "cross-reference commits and tickets", "did…
Read-only audit of a repository's documentation, structure, and agentic assistant setup, run before knowledge planting so the downstream repo-guides workflow knows how to handle every pre-existing doc and assistant surface. Invoke when the user asks to survey, audit, inspect, assess, or review repo docs, assistant…
First-time knowledge setup for a repository: survey the stack, generate the curated guide tree under .agentic/guides/, and wire the AI entrypoint (AGENTS.md plus a CLAUDE.md shim). User-triggered only. Invoke when the user says "repo guides", "set up repo guides", "generate the guides", "bootstrap this repo for AI"…
Per-role persistent memory for agents — durable curated facts, preferences, and decisions plus an append-only episodic daily log, stored as plain markdown under .agents/memory/ /. Invoke when the user says "remember this", says "log this", or asks "what did you learn yesterday" — and whenever you observe a fact…
Start an autonomous ("factory mode") SDLC run from a task description, external work-item reference, story path, or greenfield idea, on hosts that support skills but not custom slash commands. Trigger on "run autonomously", "factory mode", "ship this without asking", or a request for the legacy sdlc:autonomous…
Runs a lightweight, human-in-the-loop SDLC flow for a task the user has already sized as XS/S/M: brainstorm-lite, spec, plan, inline TDD, one code-review round, and gate-runner on the current feature branch — no complexity scoring, no per-task subagents, no evidence files, no worktrees. Invoke on phrases like "run…