Show current work item status and session overview
Displays a dashboard of current work item, session, and git state.
/plugin marketplace add flexion/claude-domestique/plugin install onus@claude-domestiqueDisplay a dashboard view of the current work item, session, and git state.
Show a consolidated view of:
Detect Current Context
git branch --show-current
git status --short
Load Work Item
~/.claude/onus/state.json~/.claude/onus/work-item-cache.jsonLoad Session
.claude/sessions/<branch>.mdShow Git Status
## Work Item Dashboard
### Current Work Item
- **Issue**: #[number] - [title]
- **Type**: [feature/bug/chore]
- **Status**: [open/in-progress/in-review]
- **URL**: [link if available]
### Session
- **File**: .claude/sessions/[filename].md
- **Status**: [in-progress/complete]
- **Last Updated**: [timestamp or "unknown"]
### Acceptance Criteria
- [ ] [criterion 1]
- [x] [criterion 2 - completed]
- [ ] [criterion 3]
### Git State
- **Branch**: [branch name]
- **Remote**: [ahead/behind status]
- **Staged**: [number of files or "none"]
- **Modified**: [number of files or "none"]
### Quick Actions
- `/onus:fetch` - Refresh issue details
- `/onus:commit` - Commit staged changes
- `/onus:pr` - Create pull request
- `/onus:validate-criteria` - Check criteria completion
User: /onus:status
Claude: ## Work Item Dashboard
### Current Work Item
- **Issue**: #42 - Add user authentication
- **Type**: feature
- **Status**: open
- **URL**: https://github.com/org/repo/issues/42
### Session
- **File**: .claude/sessions/issue-feature-42-auth.md
- **Status**: in-progress
- **Last Updated**: 2024-01-15
### Acceptance Criteria
- [x] Login form with email/password
- [x] JWT token handling
- [ ] Remember me checkbox
- [ ] Password reset flow
### Git State
- **Branch**: issue/feature-42/auth
- **Remote**: 2 commits ahead
- **Staged**: none
- **Modified**: 3 files
### Quick Actions
- `/onus:commit` - Commit your changes
- `/onus:validate-criteria` - 2 of 4 criteria remaining
Invoke this skill:
/memento:start