lxcid/devloop
AI-native SDLC loop as committed artifacts, for coding agents.
Install devloop's engineering patterns into a repository's AGENTS.md, and update them safely on re-run. Use when the user asks to adopt, install, or set up devloop patterns or conventions in a project, to add an engineering-practice section such as design judgment or commit conventions to AGENTS.md, or to refresh previously adopted patterns to their latest version. Accepts one or more pattern ids, all, or no argument to choose from the catalog.
Deep analysis and review of a PR or branch to catch inconsistency, redundancy, flaws, regressions, accidental complexity, weak abstractions, and lazy fixes. Use when asked to decide whether every change earns its place, review a PR skeptically, make a PR smaller/cleaner, or propose minimal fixes after review. Accepts an explicit review target or helps the user choose among recent PRs, branches, and worktrees.
Resolve and start implementation work from a GitHub issue, ticket reference, or freeform task description. Use when the user asks to start work, pick up an issue, implement a feature or bug fix, set up a well-scoped implementation plan before writing code, turn a vague description into actionable work, create or link a tracking ticket, preserve planning memory in an issue or PR, prepare the branch/worktree, and begin coding. Do not use for review-only or planning-only requests.