session-scheduler
v0.6.3File-backed workflows, reviewer routing, and task tracking for multi-pane Codex orchestration over session-chat (>=0.13.0).
By Girish AttriLicense: MIT0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 10 skill or MCP entries
- Source updated
- Sep 18, 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 session-scheduler for Codex
codex plugin marketplace add devgirishattri/agent-plugins
codex plugin marketplace upgrade girishattri-plugins
codex plugin add session-scheduler@girishattri-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the girishattri-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “session-scheduler” remain stable.
- Codex:
session-scheduler@agent-plugin-marketplace→session-scheduler@girishattri-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/devgirishattri/agent-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is codex/plugins/session-scheduler/.
Plugin files
├── .codex-plugin/plugin.json├── skills/scheduler-doctor/SKILL.md├── skills/session-scheduler/SKILL.md├── skills/task-assign/SKILL.md├── skills/task-block/SKILL.md├── skills/task-board/SKILL.md├── skills/task-done/SKILL.md├── skills/task-new/SKILL.md├── skills/task-review/SKILL.md├── skills/task-status/SKILL.md└── skills/tasks-clean/SKILL.md
Included Skills10
Inspect scheduler dependencies, ledger provenance, handoffs, and legacy context residue.
Use a file-backed task ledger to coordinate an orchestrator pane with executor or reviewer panes through session-chat.
Assign a scheduler task with ETA, workflow, reviewer routing, and existing or automatic context attachment.
Mark a scheduler task blocked (or reject a review) and notify the assigner when possible.
Render an at-a-glance dashboard of active scheduler tasks grouped by stage.
Mark a scheduler task done (records duration) and notify the assigner when possible.
Create a scheduler task with optional stage, dependencies, reviewer route, and workflow group.
Move an assigned task to review and auto-dispatch its audit packet to the configured reviewer.
Show scheduler task status from the file-backed task ledger, with OVERDUE/STALE flags and stage grouping.
Dry-run or delete old scheduler task records.
Plugin manifests1
{
"name": "session-scheduler",
"version": "0.6.3",
"description": "File-backed workflows, reviewer routing, and task tracking for multi-pane Codex orchestration over session-chat (>=0.13.0).",
"author": {
"name": "Girish Attri",
"email": "[email protected]"
},
"homepage": "https://github.com/devgirishattri/agent-plugins",
"repository": "https://github.com/devgirishattri/agent-plugins",
"license": "MIT",
"keywords": [
"scheduler",
"tmux",
"tasks",
"orchestration",
"multi-agent"
],
"skills": "./skills/",
"interface": {
"displayName": "Session Scheduler",
"shortDescription": "Track and assign tasks across named Codex panes.",
"longDescription": "A lightweight file-backed task ledger layered on session-chat for orchestrator, executor, and reviewer workflows.",
"developerName": "Girish Attri",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/devgirishattri/agent-plugins",
"defaultPrompt": [
"Create a scheduler task.",
"Assign a task to a named pane.",
"Show scheduler task status."
],
"composerIcon": "./assets/icon.svg",
"logo": "./assets/icon.svg",
"brandColor": "#2563EB",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[session-scheduler on Agent Plugins Marketplace](https://pluginsmp.com/plugins/session-scheduler)