AgentStack
SKILL verified MIT Self-run

One List Work

skill-onehorizonai-skills-one-list-work · by onehorizonai

List planned, shipped, blocked, and open work across One Horizon initiatives, bugs, and Todos. Use when asked "what's on my plate", "what did I ship", "show blockers", "what initiatives are active", "show open bugs", "what should I pick up next", or "what is the team working on". Requires One Horizon MCP.

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-onehorizonai-skills-one-list-work

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of One List Work? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.