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…
Lightest-ceremony entry point into the agentic-sdlc pipeline for a task the user has already judged small and unambiguous. Invoke on phrases like "just do this quickly", "small fix, skip the ceremony", "simple task, no spec needed", or "run sdlc-direct on ". Runs a mandatory research pass via the codebase-scout agent…
Heavy orchestrator that runs the full 13-stage (Phase 0-12) governed SDLC flow for a single unit of work. Invoke this skill only as the execution engine dispatched by sdlc-guided (mode=hitl) or sdlc-auto (mode=autonomous) — never in direct response to a bare user request, and never with a mode other than hitl or…
Starts a human-in-the-loop agentic-sdlc run from a task description, an external work-item reference, or a greenfield idea. Triggers include "start sdlc", "implement this with sdlc", "begin SDLC workflow", or a request for the legacy sdlc:start command on a skills-based host. Not for: autonomous runs (sdlc-auto)…
Force-runs a full environment-readiness check for the agentic-sdlc plugin and overwrites .agentic/agentic-sdlc/doctor.json with the fresh result, ignoring any existing fingerprint or TTL cache. Invoke when the user asks to verify the agentic-sdlc setup, re-run doctor, check whether superpowers/node/git are ready, or…
Read-only inspector and resumer for agentic-sdlc heavy-pipeline runs kept under docs/superpowers/runs/. Invoke when the user asks what a run's status is, wants to list or drill into past pipeline runs, needs to pick back up an interrupted run, or is on a skill-only host (for example, Codex) that has no sdlc:status…
Turn a raw feature idea, improvement, or bug description into a structured user story with testable acceptance criteria, persisted as a local markdown file. Invoke when the user wants to create, draft, or refine a story, ticket, requirement, or acceptance criteria — trigger phrases include "create a story", "draft a…
Normalize a single starting input — free-form text, an external ticket id or URL, a local story path, a local work-item path, or a greenfield idea — into one canonical requirements.md that every later pipeline phase reads, and guarantee a work-item reference exists before those requirements are written. Invoked…
Project a pipeline run's governance ledgers (events.jsonl, decisions.jsonl) into redacted NDJSON and hand them to a host-declared observability backend. Invoke when an operator wants run/gate telemetry visible outside the workspace — "export run telemetry", "send this run's events to Axiom", "wire up observability for…
Repairs failing tests whose failure is the test's own fault — and only those. Consumes a failure triage (testissue | environmentissue | flaky | applicationissue), fixes test code, fixtures, selectors, and waits, never application code, and never re-runs the suite itself: it applies fixes, sanity-checks that they…