By stylusnexus
Track-aware daily planning over GitHub issues, plus plan-status doc/plan liveness. Pure-stdlib CLI-backed skill.
Multi-track daily snapshot across your GitHub issues.
Wrap up a work block — capture touched + next + blockers; write session log.
Weekly all-in-one cleanup (refresh-md --all + reconcile --all + duplicates).
Re-orient on a track (or cwd snapshot for non-track work).
Run any work-plan subcommand (slot, close, reconcile, group, init-repo, refresh-md, duplicates, canonicalize, list, …).
Use when the user asks to summarize repo activity, check project status, gauge progress, list open issues and PRs, or see CI health. Triggers on "activity summary", "what's open", "project status", "progress check", "CI status".
Use when starting or ending a work session across many GitHub issues, switching between parallel agent sessions on different workstreams, re-orienting on what to do next, sweeping for stale tracking state, or bootstrapping a new repo into a daily-planning system.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Track-aware daily work planning for developers running parallel Claude Code / Codex sessions across many GitHub issues.
A daily work-planning system for developers running parallel AI sessions across many GitHub issues. It's made of three things: a pure-Python stdlib CLI, a set of YAML-frontmattered markdown files ("tracks"), and a SKILL.md that tells your AI how to use the CLI. Together they give you and your agent a shared, live picture of what's in flight — without asking you to maintain it manually.
Installs as a plugin for Claude Code and Codex (see Quick install for the exact commands), as an npm global for any editor or terminal (npm install -g @stylusnexus/work-plan), and as a VS Code extension (search "Work Plan", publisher stylusnexus).
The system derives state live from GitHub (gh), git, and your track files on every run — nothing is mirrored or cached. AI sessions get a paste-ready context block; you stay oriented even when switching between a dozen parallel workstreams.
Why it exists: born from the frustration of building detailed plans that die the moment you open a new agent session and start over. Inspired by Andrej Karpathy's notes on vibe coding and the specific pain of doing enthusiastic work on the wrong thing.
work-plan just reads and references it.gh GitHub CLI (authenticated), and yq (the Go version, not the Python one).git pull is the sync mechanism for shared tracks.Claude Code (recommended):
/plugin marketplace add stylusnexus/agent-plugins
/plugin install work-plan@stylus-nexus
Codex: codex plugin marketplace add stylusnexus/agent-plugins → codex plugin add work-plan@stylus-nexus
npm (any editor / standalone CLI):
npm install -g @stylusnexus/work-plan
VS Code extension (the visual viewer): search "Work Plan" (publisher stylusnexus) in the Extensions view, or code --install-extension stylusnexus.work-plan-viewer. It drives the CLI above — see VS Code extension.
Cursor / Copilot / direct: clone + ./install.sh (see Install).
Full multi-agent guide: the agent-plugins marketplace README. See Install below for details, the npm path, and updating.
Command names: examples below use the standalone form
/work-plan <subcommand>(whatinstall.shgives you). Installed as a plugin, commands are namespaced —/work-plan brief→/work-plan:brief,/work-plan handoff→/work-plan:handoff, and the long tail is/work-plan:run <subcommand>. On Codex, invoke via@work-plan//skills.
The five essentials you'll use 80% of the time are:
npx claudepluginhub stylusnexus/agent-plugins --plugin work-planLanguage-aware defect hunter: detect stack → triage → run real analyzers → reason with battle-tested patterns → report (confidence-tiered, tracker-correlated) → fix.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development