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…
dyzsasd/dev-loop
SkillsMP has collected 17 skills from dyzsasd/dev-loop. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 17
- GitHub stars
- 5
- GitHub forks
- 2
Skills in this repository
Showing 17 of 17 collected skills.
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 /…
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…
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…
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…
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…
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…
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-<slug>) instead of…
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…
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…
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…
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…
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…
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 <project> in the…
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 <repo> into <project>", "wire up a new service into the loop", or "share <repo> with another…
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…
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…