Remote fix workflow. Receives a diagnostic (from Cowork scheduled task, manual observation, or user report), investigates the issue, fixes it, and creates a PR. Designed for quick fixes triggered remotely via Channels (Discord/Telegram). Use when the user says "fix this", "handle this diagnostic", "the scheduled task…
Code review workflow. Reviews the build output for quality, conventions, performance, security, and test coverage. Use after a build phase is complete, or when the user says "review", "check the code", "PR review", "quality check", or "is this good". Also use when the user wants a second opinion on code that was just…
Investigate production issues from symptom to structured report. Use this skill when something is broken, slow, or behaving unexpectedly in production or staging. Triggers on "it's broken", "users are reporting", "alert fired", "error in prod", "why is X slow", "investigate", "incident", "outage", "debug production"…
Generate project-specific boilerplate and scaffolding. Use this skill when the user wants to create a new module, service, endpoint, command, component, migration, or any structural unit that follows the project's patterns. Triggers on "new endpoint", "new command", "add a route", "create a component", "scaffold"…
Post-sprint validation. Verifies the application works as expected after a sprint completes. Use after any sprint or deployment, or when the user says "smoke test", "verify it works", "test the app", "does it still work", "regression check", "post-deploy check", or "sanity check". Invoked by SP-QA during post-sprint…
Sprint planning workflow. Creates a structured plan from the backlog with tasks, acceptance criteria, dependencies, and risks. Use when starting a new sprint, planning work, or when the user says "plan", "sprint", "what should we work on", or "next sprint". Always use this skill to start a sprint cycle — never plan…
Updates the briefs/ shared memory directory after a sprint completes. Reads sprint outputs and writes structured summaries for other agents. Use after any sprint completes, or when the user says "update briefs", "sync state", "update project state", or "what changed". Also use automatically after /capture-lessons or…
Arbitrates proposed wiki additions accumulated under briefs/wiki-proposals/. Walks each proposal with the human, asks merge / rewrite / discard / defer. Uses .claude/.wiki-review-active sentinel to authorise wiki/ writes during the session — the blockwikiwrite.py PreToolUse hook detects the sentinel and allows the…