Agent Plugins Marketplace
← All plugins

rhize-tasks

v0.5.1

Turns your approved Jira work into a realistic daily plan on your Mac by blocking time on your calendar and creating reminders — for anyone juggling Jira tickets against their own schedule.

CodexClaude Code6 Skills

By Rhize Media2 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install rhize-tasks for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Rhize-Media/rhize-plugins
codex plugin marketplace upgrade rhize-plugins
codex plugin add rhize-tasks@rhize-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the rhize-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “rhize-tasks” remain stable.

  • Codex: rhize-tasks@agent-plugin-marketplace → rhize-tasks@rhize-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Rhize-Media/rhize-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is rhize-tasks/.

Plugin files

rhize-tasks/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/manage-task-preferences/SKILL.md
├── skills/plan-my-day/SKILL.md
├── skills/reconcile-rhize-tasks/SKILL.md
├── skills/review-task-opportunities/SKILL.md
├── skills/rhize-tasks-doctor/SKILL.md
└── skills/rhize-tasks-setup/SKILL.md

Included Skills6

manage-task-preferencesskills/manage-task-preferences/SKILL.md

Review and update Rhize Tasks planning preferences through the authenticated local dashboard. Use to change working hours, buffers, routines, reconciliation, or bounded-replanning rules.

plan-my-dayskills/plan-my-day/SKILL.md

Build, inspect, and approve a today-first Rhize Tasks plan from the local planning authority. Use for morning planning, catch-up after sleep, carryover review, or deciding what to work on next.

reconcile-rhize-tasksskills/reconcile-rhize-tasks/SKILL.md

Compare local Rhize task state with approved connector state and resolve drift through prompted reconciliation. Use for stale data, carryover mismatches, duplicate suspicion, or source recovery.

review-task-opportunitiesskills/review-task-opportunities/SKILL.md

Review urgent unassigned Jira work suggested for the configured user by Rhize Tasks competency rules. Use when evaluating additional work without weakening assigned-task priority or approval controls.

rhize-tasks-doctorskills/rhize-tasks-doctor/SKILL.md

Diagnose Rhize Tasks installation, local service, source freshness, and scheduling health without mutating connectors. Use when the dashboard is unavailable, stale, degraded, paused, or failing routines.

rhize-tasks-setupskills/rhize-tasks-setup/SKILL.md

Set up or resume the seven-stage local Rhize Tasks wizard, including connector discovery, scope approval, planning preferences, routines, and the first approved plan. Use when installing Rhize Tasks, reconnecting a source, or finishing incomplete setup.

Plugin manifests2

rhize-tasks/.codex-plugin/plugin.json
{
  "name": "rhize-tasks",
  "version": "0.5.1",
  "description": "Turns your approved Jira work into a realistic daily plan on your Mac by blocking time on your calendar and creating reminders — for anyone juggling Jira tickets against their own schedule.",
  "author": {
    "name": "Rhize Media"
  },
  "homepage": "https://rhize.media",
  "keywords": [
    "tasks",
    "jira",
    "calendar",
    "reminders",
    "planning",
    "rhize"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Rhize Tasks",
    "shortDescription": "Plan Jira work across Calendar and Apple Reminders",
    "longDescription": "Turn approved Rhize and client Jira work into a realistic daily plan across Google Calendar and Apple Reminders, with local-first storage, bounded replanning, and human approval controls.",
    "developerName": "Rhize Media",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Help me set up Rhize Tasks on this Mac.",
      "Plan my Rhize work around today's commitments.",
      "Show urgent Jira opportunities that fit my skills."
    ],
    "websiteURL": "https://rhize.media",
    "brandColor": "#9333EA"
  }
}
rhize-tasks/.claude-plugin/plugin.json
{
  "name": "rhize-tasks",
  "version": "0.5.1",
  "description": "Turns your approved Jira work into a realistic daily plan on your Mac by blocking time on your calendar and creating reminders — for anyone juggling Jira tickets against their own schedule.",
  "author": {
    "name": "Rhize Media"
  },
  "homepage": "https://rhize.media",
  "keywords": [
    "tasks",
    "jira",
    "calendar",
    "reminders",
    "planning",
    "rhize"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[rhize-tasks on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rhize-tasks)