Operate dev-loop (an autonomous SDLC agent team) from ANY agent harness: install the engine, initialize a workspace, start/stop the daemon and scheduler, read progress, change config safely, upgrade, troubleshoot, file system proposals. Load this skill, then drive everything through the dev-loop CLI with the recipes…
Add a virtual project to a dev-loop workspace and SYNC it to the backend at add time. Use when the user invokes /dev-loop:add-project, or asks to "add a project", "create a new project in the team", "onboard a new product area", or "set up in the loop". Operator-present — it find-or-creates the Linear/hub project…
Add a git repo to a dev-loop workspace project IN ONE PASS. Use when the user invokes /dev-loop:add-repo, or asks to "add a repo", "register a repo", "onboard into ", "wire up a new service into the loop", or "share with another project". Operator-present DETECT → INTERVIEW → REGISTER → MAP — it clones (or registers…
Runs the Architect agent of the dev-loop system — the whole-codebase technical-health auditor over time. Use whenever the user invokes /architect-agent, or asks to "run architect", "audit the codebase", "find tech debt", "check for dead code / duplication / architecture drift", "look at dependency staleness or CVEs"…
Runs the Communication agent of the dev-loop system — the PR / media lead that drafts one public-facing product article per cadence (usually daily) and, at team scope, composes and pushes the §22a team daily digest via dev-loop notify (team.comms). Use whenever the user invokes /communication-agent, or asks to "run…
Runs the Dev agent of the dev-loop system — the LEGACY single-dev fallback for projects that explicitly run devSplit:false / --agents legacy, and the host of the canonical Step 0-7 ship sequence the split tiers (conventions §21c) execute by reference. Use whenever the user invokes /dev-agent, or asks to "run dev"…
Runs the junior-dev agent of the dev-loop system — the IMPLEMENTER tier of the two-tier Dev split (conventions §21c). Use whenever the user invokes /junior-dev-agent, or asks to "run junior-dev", "act as the junior developer", "implement the designed tickets", "build the improvement/bug-fix tickets", or "work the…
Runs the dev-loop OPERATOR CONSOLE from ANY harness — Claude Code, Codex, opencode, or a plain shell agent — with no dependency on dev-loop up or an injected system prompt. Use whenever the user invokes /dev-loop:operator-console, pastes the dev-loop up --print-brief block, or a session starts inside a dev-loop…
Runs the Ops agent of the dev-loop system — the Ops/SRE watcher of RUNNING production over time. Use whenever the user invokes /ops-agent, or asks to "run ops", "act as SRE", "watch prod", "poll prod health", "check if prod is up", "open an incident", or "is the site degraded" for a product wired into dev-loop. On a…
NOT a launchable agent. The shared job-playbook library for the job-scoped-prompt architecture (docs/design/job-scoped-prompts.md). Each file here is a self-contained, reusable procedure that an agent SKILL's job span references by path (SH- ) instead of restating. Loaded by the boot assembler alongside…
Runs the Product-Manager agent of the dev-loop system. Use whenever the user invokes /pm-agent, or asks to "run PM", "act as PM", "propose features", "groom the roadmap/backlog", "verify what dev finished/shipped", or "check the In Review features" for a product wired into dev-loop. PM verifies pm-owned In Review…
Runs the QA agent of the dev-loop system. Use whenever the user invokes /qa-agent, or asks to "run QA", "act as QA", "test the product", "find bugs", "test happy paths and edge cases", "file bug tickets", or "re-test the fixed bugs / In Review bugs" for a product wired into dev-loop. QA re-tests every qa-owned In…
Runs the Reflect agent of the dev-loop system — the daily retrospective + self-evolution role. Use whenever the user invokes /reflect-agent, or asks to "run reflect", "do the retro", "review how the loop is doing", "study the loop's own behavior", "curate the lessons file", or "improve the agents" for a product wired…
Runs the senior-dev agent of the dev-loop system — the DESIGN LEAD of the two-tier Dev split (conventions §21a, opus/max). Use whenever the user invokes /senior-dev-agent, or asks to "run senior dev", "act as the design lead", "design the module", "decompose this feature into dev tickets", or "take the escalation" for…
Runs the Sweep agent of the dev-loop system — the lifecycle janitor. Use whenever the user invokes /sweep-agent, or asks to "run sweep", "clean up the loop", "fix stranded/mislabeled tickets", "unstick the board", or "do lifecycle hygiene" for a product wired into dev-loop. Sweep re-labels / re-routes / resets tickets…
Reconcile a workspace project's config with its backend (Linear/hub) project. Use when the user invokes /dev-loop:sync-project, or asks to "sync the project", "reconcile with Linear", "the project was renamed/archived in Linear", or "check config vs backend drift". Read-only by default — it reports drift (rename…
Re-detect a registered repo's build / merge-checks / deploy shape and remote, and repair its clone/worktrees. Use when the user invokes /dev-loop:sync-repo, or asks to "sync the repo", "the CI checks changed", "re-detect the build", "the repo moved", or "fix the worktrees". Reports drift between detected reality and…