Add SDLC workflow + team registry on top of #20 (closes #19)#21
Merged
Conversation
Builds on sdlc-pointer.sh to answer where am I, what is next, and how to shelf or resume work. - agent-context/sdlc-workflow.sh: status, resume, advance, skip, shelf, sync - Tracks phases, quality gates, skips, and shelved work under .sdlc/workflows/ - Infers progress from canvas, progress-log, reviews, and session brief - Wired into start-agent-session.sh and capture-session-memory.sh - Tests and CI workflow Co-authored-by: John Menke <jmjava@gmail.com>
- Add scripts/sdlc.sh short entry point (default: next) - Add next, start, help, status --json to sdlc-workflow.sh - Auto-sync on status; pass gates when advancing phases - Embed workflow state table in session briefs - Add /sdlc-spdd-whereami across Cursor, Copilot, Claude - Update grounding files and adapter validation Co-authored-by: John Menke <jmjava@gmail.com>
- Parse REASONS Canvas Operations for first incomplete T## (e.g. T03) - Surface operation in next/status/json/session brief recommendations - Add sdlc.sh capture with run_against_pointer guard - Auto-sync operation field during workflow sync in code phase Co-authored-by: John Menke <jmjava@gmail.com>
- agent-context/work-registry.tsv (committed) tracks owner, phase, operation - agent-context/sdlc-team-registry.sh: team, list-work, claim, release - Conflict detection on resume; --force to take over stale claims - Auto-update registry on resume, shelf, advance - SDLC_USER and SDLC_NO_TEAM_REGISTRY env overrides Co-authored-by: John Menke <jmjava@gmail.com>
- Flag stale active claims (SDLC_TEAM_STALE_DAYS, default 7) in team/list-work - Auto-mark done from canvas Final Status (sync-team, team, list-work) - branch:/pr:/jira: note tokens on claim; auto git branch by default - SDLC_TEAM_REGISTRY_HOOK with Slack/Jira example hook script - Expand /sdlc-spdd-whereami to check team registry before coding (8 steps) - 30 regression tests Co-authored-by: John Menke <jmjava@gmail.com>
- Scaffold ## Jira section in create-work-from-milestone output - Auto-read Key from requirements/milestones on claim (SDLC_TEAM_AUTO_JIRA) - Show jira:KEY or jira draft in list-work artifacts - Document convention in milestone README, jira-runbook, integration-linking Co-authored-by: John Menke <jmjava@gmail.com>
4a245d2 to
ed4205f
Compare
Co-authored-by: John Menke <jmjava@gmail.com>
jmjava
added a commit
that referenced
this pull request
Jun 27, 2026
4 tasks
jmjava
added a commit
that referenced
this pull request
Jun 27, 2026
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.
Summary
Completes #19 on top of #20 (already merged to
main)..sdlc/pointer),run_against_pointer, init/upgrade,test-sdlc-pointermain@1d3bb63sdlc.sh, team registry, whereami grounding, milestone Jira draftsmain)Merging #21 does not re-apply pointer code — it is already on
mainfrom #20. This PR adds workflow + team coordination only.Quick reference
./scripts/sdlc.shor/sdlc-spdd-whereaminextduring code phase./scripts/sdlc.sh capture --summary "..."./scripts/sdlc.sh list-work./scripts/sdlc.sh team./scripts/sdlc.sh claim <WORK-ID>→ commitwork-registry.tsvrequirements/milestones/<WORK-ID>.md→## JiraTeam sharing model
.sdlc/pointer(gitignored).sdlc/workflows/(gitignored)agent-context/work-registry.tsvFeatures in this PR (beyond #20)
next/advance/skip/shelf/resume/synccapture/sdlc-spdd-whereamiagent grounding (Cursor/Copilot/Claude parity)## Jiradraft convention + auto-link on claimTests
test-sdlc-pointer.sh— 7 tests (from Add SDLC pointer manager and guarded-run wrapper (closes #19) #20, still passing onmain)test-sdlc-workflow.sh— 32 tests (new in Add SDLC workflow + team registry on top of #20 (closes #19) #21)REASONS Canvas
spdd/canvas/CHORE-001-docgen-initial-documentation.mdChecklist
main, no conflicts)Test Plan