devstride
01Plugin Claude Code
DevStride's agentic delivery loop for Claude Code — plan a roadmap, then walk it story by story through build, review, and release against your own repo and DevStride org.
Plugin Claude Code
DevStride's agentic delivery loop for Claude Code — plan a roadmap, then walk it story by story through build, review, and release against your own repo and DevStride org.
Plugin Claude Code
Plan → Track → Deliver: DevStride's agentic delivery loop for Claude Code. Twenty skills that set up your repo, plan a roadmap in DevStride, then walk it story by story through branch, build, adversarial review, PR and release against your own repo.
Instructions file CodexOpenCode
AGENTS.md instructions for devstride/claude-plugin, covering working in this repository, public-repo hygiene, releasing: the version field is the update signal, validation caveat and layout.
Hook
Runs when a session starts on startup and resume, executing version-check.sh via bash. From devstride/claude-plugin.
Skill Claude CodeCodex
Create a new feature branch off develop with proper naming convention.
Skill Claude CodeCodex
Orchestrate one DevStride work item end-to-end: select, branch, build, review, merge, and completion ritual — epic stories batch onto the epic's integration branch in fast develop mode (local engines, no per-story PR) and the fully-reviewed epic release PR carries them to develop; one-off items ship straight to…
Skill Claude CodeCodex
Measure executed CI minutes, premature runs before the final reviewed head, per-workflow PR reruns, post-merge pushes, and release-PR churn. Read-only; GitHub Actions via gh.
Skill Claude CodeCodex
Recursively read a DevStride plan (descriptions and comments, every level) to build full grounded context before editing it.
Skill Claude CodeCodex
Create a one-off Defect (inbound bug report / ad-hoc fix not in a sequenced plan), place it in the map + on a board, assign it to the current user, then deliver it end-to-end via the build-item build loop — single-shot, no plan loop.
Skill Claude CodeCodex
Create a one-off Story (inbound request / ad-hoc work not in a sequenced plan), place it in the map + on a board, assign it to the current user, then deliver it end-to-end via the build-item build loop — single-shot, no plan loop.
Skill Claude CodeCodex
Diagnose delivery-loop prerequisites read-only — environment, plugin, DevStride, config, CI, merge gates and docs — then offer only approved safe repairs.
Skill Claude CodeCodex
Insert a new Defect into a live DevStride roadmap, spliced into the dependency chain and dated for the build-item loop.
Skill Claude CodeCodex
Insert a new Story into a live DevStride roadmap, spliced into the dependency chain and dated for the build-item loop.
Skill Claude CodeCodex
Drive a high-quality DevStride plan into existence under a parent item through an interactive discovery loop with the user.
Skill Claude CodeCodex
Open a draft pull request for the current branch, run the full review-and-settle loop, and optionally link the PR to its DevStride item.
Skill Claude CodeCodex
Stage, commit, type-check, and push the current branch following repo commit conventions.
Skill Claude CodeCodex
Backfill synthetic dates and rationalize the dependency graph of a DevStride plan so its Gantt renders as a clean cascade.
Skill Claude CodeCodex
Re-slice a live DevStride plan's not-started leaves to a different delivery profile in place — merge or split them to the new grain, preserve every absorbed spec, re-wire the dependency chain, and re-date — without re-planning from scratch.
Skill Claude CodeCodex
Promote the release source branch to production — the release that triggers the repo's production deploy: cut the release PR, run the full gated review, update documentation through the repo's registered local docs skill, merge to production on explicit owner go-ahead, and write release notes only when asked…
Skill Claude CodeCodex
Run a PR through every configured review engine (as configured in review.), address every verified finding, resolve the addressed threads, release CI and settle it green, then report or notify.
Skill Claude CodeCodex
Set the delivery loop up for this repository — inspecting it for everything answerable without asking (package manager, verify commands, CI provider and draft gating, branches, review engines), mapping your DevStride work types onto the loop's roles, asking only about what is left, and writing .claude/ds-config.json…
Skill Claude CodeCodex
Build engine for a scoped DevStride story: understand, build, verify, and run a risk-sized pre-handoff check.
Skill Claude CodeCodex
Update the exact DevStride plugin installation that loaded this command to the latest published version, verify the installed copy, and explain when to reload. Use only when the user directly invokes /devstride:update or explicitly asks to update the DevStride plugin now.