By jugol
Issue-driven Git Flow-lite workflow skills for Claude Code, including autonomous cycles, parallel worktree scheduling, and compound learning.
Implement a Flutter issue inside approved scope while growing the long-lived widget, integration, and visual harness. Use for Flutter product work that must land with deterministic test evidence before merging into develop, and to enforce that a main-thread autonomous cycle delegates to workers unless issue-dispatch recorded a no-safe-delegation rationale.
Implement a web issue inside approved scope while strengthening the durable test harness. Use for browser-based product work that must land with Playwright-backed evidence before merging into develop, and to enforce that a main-thread autonomous cycle delegates to workers unless issue-dispatch recorded a no-safe-delegation rationale.
Clarify user-requested features, product changes, UI changes, and ambiguous improvements before issue creation. Use for the interactive feature intake track when Codex should explore repo context, compare the request with the active plan, ask focused questions, propose 2-3 approaches with tradeoffs, and then hand off to issue-raise or a multi-issue wave.
Capture reusable learning after an issue merges, enters a PR/merge queue, or reveals recurring implementation knowledge. Use to update docs/solutions, record failed approaches and prevention rules, and raise follow-up issues when completion reveals future work.
Dispatch implementation-ready issues into Git Flow-lite branches or worktrees from develop, decide parallel lane safety, record explicit subagent authorization, schedule worker handoffs, keep the root checkout as coordinator, and preserve issue-scoped ownership.
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.
Issueflow is a Codex plugin and Agent Skills pack for issue-driven development with Git Flow-lite, plan governance, two-track planning, and compound learning.
It helps an agent follow a durable loop:
develop into isolated issue/<n>-<slug> branches or worktrees.develop only after merge-gate.issue-compound.develop to main through release-gate.Issueflow can start from a single detailed product plan. As the project grows, it keeps a compact plan anchor and optional docs/plan/ structure so agents can compare new work against product truth without loading every planning document.
Issueflow keeps long-running projects manageable by reading current pointers first and searching archives only when needed.
Autonomous cycles preserve both macro direction, such as product promise and wave goal, and micro direction, such as the active issue, proof pointer, branch/worktree, and next action.
Completed issue history should compact into docs/history/ or the repo's equivalent archive so PLAN_ANCHOR.md and CURRENT_STATE.md stay short.
Autonomous cycles should combine related tiny findings into medium vertical slices, form waves when independent lanes exist, and keep the main agent focused on scheduling and integration.
This repository is also the plugin root.
issueflow-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── .claude-plugin/marketplace.json
├── .agents/plugins/marketplace.json
├── skills/
├── references/
├── templates/
├── scripts/validate.py
└── OPERATING-MODEL.md
Codex loads the skills from ./skills/. The shared references and templates are packaged next to the skills so the whole workflow can be installed as one plugin.
After publishing this repo to GitHub, add it as a Codex plugin marketplace:
codex plugin marketplace add <owner>/issueflow-skills --ref main
codex plugin marketplace upgrade issueflow-skills
Then restart Codex, open /plugins, choose the Issueflow Skills marketplace, and install Issueflow.
For local testing before publishing, run this from the repository root:
codex plugin marketplace add .
Direct skill installation with $skill-installer is possible, but the plugin install is preferred because it keeps all related skills, references, and templates together.
Issueflow is also packaged as a Claude Code plugin marketplace. In Claude Code, add the marketplace and install the plugin:
/plugin marketplace add jugol/issueflow-skills
/plugin install issueflow@issueflow-skills
Claude plugin skills are namespaced. Invoke the umbrella skill directly with:
/issueflow:issueflow
For local testing before publishing, start Claude Code with the plugin directory:
claude --plugin-dir .
Use main as the marketplace ref when your computers should track the latest maintained version:
codex plugin marketplace add <owner>/issueflow-skills --ref main
codex plugin marketplace upgrade issueflow-skills
Run upgrade on each computer whenever you want to refresh the installed plugin cache. For unattended refresh, schedule that command with Task Scheduler, cron, or another local automation on each computer.
For Claude Code, refresh the marketplace and update the plugin:
claude plugin marketplace update issueflow-skills
claude plugin update issueflow@issueflow-skills
Use a release tag when a computer should stay pinned until you intentionally move it:
codex plugin marketplace add <owner>/issueflow-skills --ref v<version>
See UPDATE.md for publisher and consumer update workflows.
npx claudepluginhub jugol/issueflow-skills --plugin issueflowComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.