Add workflow agent commands (claim, shelf, advance, next, team)#25
Closed
jmjava wants to merge 1 commit into
Closed
Add workflow agent commands (claim, shelf, advance, next, team)#25jmjava wants to merge 1 commit into
jmjava wants to merge 1 commit into
Conversation
Wire the existing sdlc.sh workflow CLI into Cursor, Copilot, and Claude
slash commands so users can manage Work ID state from chat without switching
to the terminal.
- Add sdlc-{claim,shelf,advance,next,team} templates for all three adapters
- Extend validate-command-adapters.sh with workflow pack checks
- Document workflow commands in always-on grounding files
- Broaden CI path filters to templates/cursor/sdlc-*.md (covers both packs)
- Extend adapter install regression tests
Closes #23
Co-authored-by: John Menke <jmjava@gmail.com>
This was referenced Jul 15, 2026
4 tasks
|
Superseded by integration PR #27 ( |
cursor Bot
pushed a commit
that referenced
this pull request
Jul 15, 2026
Content lives on integration PR #27; remote feature branches deleted. Co-authored-by: John Menke <jmjava@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
REASONS Canvas
issues/ENHANCEMENT-agent-commands-for-workflow.mdSummary
The workflow CLI (
sdlc.sh claim|shelf|advance|next|team) already works in the terminal, but users had to leave chat to manage Work ID state. This PR wires those operations into assistant slash commands across Cursor, Copilot, and Claude Code.New commands (all three adapters):
/sdlc-claim <WORK-ID>sdlc.sh claim/sdlc-shelf [reason]sdlc.sh shelf/sdlc-advance [--to PHASE]sdlc.sh advance/sdlc-nextsdlc.sh next(alias for/sdlc-spdd-whereami)/sdlc-teamsdlc.sh teamAlso updated:
validate-command-adapters.shvalidates workflow pack parity and grounding anchorssdlc-*.md/sdlc-*.prompt.md(covers both SPDD and workflow packs)Delivery stage: make it right — usability/refactor of existing workflow CLI, no new capability.
Closes #23.
Test Plan
./scripts/validate-command-adapters.sh— passes./tests/test-adapter-install.sh— 668 passed, 0 failedQuality Gates