원클릭으로
state-merge
Merge state from local memory and ADO across branches, managing tags, comments, and metadata
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Merge state from local memory and ADO across branches, managing tags, comments, and metadata
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate Sprint Stories from Master Story + sprint scope — ADO-ready PRD lift, UI/Figma, non-redundant sections
Generate Master Stories (feature-level) from PRD — for Sprint Stories use sprint-story-generator; for tech tasks use tech-task-generator
Understands natural English language queries and converts them to SDLC commands. Supports hybrid pattern matching + AI understanding. Asks for ADO work item if missing, shows non-closed items for quick selection. Works with any stage, any role.
One-command setup for AI-SDLC IDE Plugin. Installs dependencies, creates env, bootstraps .sdlc/, wires Claude Code commands, Cursor MCP, and validates everything.
Security validation for Java/TEJ/Spring backend code
Backend developer skill for Java 17, TEJ, RestExpress, Kafka, Gradle, PostgreSQL
| name | state-merge |
| description | Merge state from local memory and ADO across branches, managing tags, comments, and metadata |
| model | sonnet-4-6 |
| token_budget | {"input":6000,"output":3000} |
Merges state across local memory and Azure DevOps branches, handling non-conflicting changes, artifacts, and metadata.
When: Non-conflicting tag differences Process: Union both tag sets, update both sources Example: Local [reviewed, testing] + ADO [blocked] = [reviewed, testing, blocked]
When: ADO has newer artifacts and SDLC_AUTO_RESOLVE_ARTIFACTS=true Process: Pull new comments, store in ado-context.json Result: Local memory enriched with ADO artifacts
When: Merging changes from one branch to another Process: 3-way merge with base/local/remote Resolution: Auto-resolve non-conflicts, flag conflicts
When: Updating sync information Process: Update memory_synced_at, sync status, sync version
Documents merged items, changes made, status.
.sdlc/memory/{story-id}/state.json - merged tags, timestamps.sdlc/memory/{story-id}/ado-context.json - new comments.sdlc/state.json - memory_synced_at.sdlc/sync-log.json - merge operation logUse this skill when: