session-workflow
Session Workflow Management
Structured workflows for starting, checkpointing, and completing coding sessions. Ensures context survives compaction and work is never stranded.
Session Start
1. Orient
bd prime # Load workflow context
bd ready --json # Find unblocked work
2. Understand Current State
If continuing existing work:
bd list --status in_progress # What was I working on?
bd show <id> # Get full context
More from sillsdev/fieldworks
atlassian-skills
Python utilities for Jira, Confluence, and Bitbucket integration. Provides issue management, search, workflows, page management, pull requests, commit history, and more. Use when users need to interact with Atlassian products like "create a Jira issue", "search Confluence pages", "create a pull request", "get commit history", or "update sprint status".
27powershell
>
19atlassian-readonly-skills
Read-only Python utilities for Jira, Confluence, and Bitbucket integration. Provides read access to issues, search, workflows, pages, pull requests, commit history, and more. Use when users need to query Atlassian products like "get a Jira issue", "search Confluence pages", "view pull request details", or "get commit history". This variant excludes all write operations for token efficiency and safety.
19review
Review changes for correctness, style, and risk; propose fixes or follow-ups.
17openspec-bulk-archive-change
Archive multiple completed changes at once. Use when archiving several parallel changes.
17openspec-verify-change
Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.
16