Install
$ agentstack add skill-onehorizonai-skills-one-list-work ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
List Work
Query work in One Horizon. Choose the MCP tool that matches the user's question.
Instructions
Descriptions are trimmed in list output. Use get-task-details for full context on any task.
Planned work
Call list-planned-work:
list-planned-work()
Team or member scope:
list-planned-work({ "teamId": "", "userId": "", "includeInitiatives": true })
Planned work is the broad view. It can include roadmap initiatives, ongoing work, and linked follow-up items depending on the workspace.
Completed work
Call list-completed-work:
list-completed-work({
"startDate": "2024-01-20T00:00:00Z",
"endDate": "2024-01-26T23:59:59Z",
"includeInitiatives": true
})
Blockers
Call list-blockers:
list-blockers({ "includeInitiatives": true })
Team scope:
list-blockers({ "teamId": "", "includeInitiatives": true })
Initiatives
Call list-initiatives:
list-initiatives({
"workspaceId": "",
"statuses": ["Open", "Planned", "In Progress", "In Review"],
"includeHierarchy": true
})
If statuses is omitted, defaults to active statuses (Open, Planned, In Progress, In Review).
Call this when the user is asking specifically about roadmap work rather than the broader planned-work view.
Bugs
Call list-bugs:
list-bugs({
"workspaceId": "",
"statuses": ["Open", "Planned", "In Progress", "In Review"],
"teamIds": [""],
"assigneeIds": [""]
})
If statuses is omitted, defaults to Idea, Open, Planned, In Progress, and In Review.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: onehorizonai
- Source: onehorizonai/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.