Skip to content

Releases: jugol/issueflow-skills

Issueflow 0.3.9

Choose a tag to compare

@jugol jugol released this 11 Jul 20:51

Compacts all 13 skill prompts from 8,443 to 3,755 words while preserving delegation, scheduling, planning, proof, merge, and compound hard gates. Adds prompt-budget validation, repository metadata, a composer icon, schema-compliant starter prompts, and concrete installation commands.

Issueflow 0.3.8

Choose a tag to compare

@jugol jugol released this 01 Jun 04:12
  • Tightens before-wait no-candidate handling so Ready/Active-only scans are invalid.\n- Requires minimum scan sources to be recorded before a main agent may wait on active workers.\n- Updates current-state and parallel-wave templates with before-wait source tracking.

Issueflow 0.3.7

Choose a tag to compare

@jugol jugol released this 19 May 06:26
  • Adds a before-wait scheduler scan gate so main agents look for non-overlapping next work before waiting on active workers.\n- Requires compound cleanup to prune obsolete plan gaps, stale drafts, closed lanes, outdated next actions, and dead follow-up candidates from active context files.\n- Adds issueflow parallel as the short explicit trigger for worker/worktree authorization while still requiring complex work to attempt parallel shaping before asking for that trigger.

Issueflow 0.3.6

Choose a tag to compare

@jugol jugol released this 18 May 17:06
  • Clarifies that the main thread keeps doing scheduler work after worker dispatch and uses wait_agent only when blocked.\n- Tightens trigger metadata, explicit subagent authorization, active-lane budget, no-safe-delegation rules, and current-state naming.\n- Strengthens validation for plugin version consistency and Markdown links.

Issueflow 0.3.5

Choose a tag to compare

@jugol jugol released this 18 May 14:03
  • Clarifies main-thread delegation as a hard gate before issue code edits, including implementation-skill guards and serialized-vs-delegated wave wording.
  • Keeps high as the default worker effort for scheduling-influencing lanes and adds wait-time discovery for next non-overlapping issue candidates.
  • Compacts high-traffic skill and reference documents so critical routing, planning, dispatch, and merge rules are harder to miss.

Issueflow v0.3.4

Choose a tag to compare

@jugol jugol released this 18 May 08:52

Changes

  • Add worker prompt guardrails so delegated subagents stay in assigned worktrees, avoid the root develop checkout, and avoid reverting other workers' changes.
  • Default delegated implementation workers to high reasoning effort unless the lane is trivial and low risk.
  • Discourage one-issue waves unless explicitly justified.

Validation

  • python scripts/validate.py
  • skill-creator quick_validate for all skills
  • claude plugin validate .

Issueflow v0.3.3

Choose a tag to compare

@jugol jugol released this 18 May 05:53

Changes

  • Clarify that the main agent must scan for non-overlapping lanes and delegate implementation to subagents before doing direct work in autonomous waves.

Validation

  • python scripts/validate.py
  • skill-creator quick_validate for all skills
  • claude plugin validate .

Issueflow v0.3.2

Choose a tag to compare

@jugol jugol released this 18 May 03:45

Changes

  • Add issue sizing and scheduler guidance so autonomous cycles prefer medium vertical-slice issues, wave-first worktree dispatch, and subagent delegation when independent lanes exist.
  • Add compound decision fields to issue and PR handoff templates.

Validation

  • python scripts/validate.py
  • skill-creator quick_validate for all skills
  • claude plugin validate .

Issueflow v0.3.1

Choose a tag to compare

@jugol jugol released this 17 May 07:59

Changes

  • Add target user goal experience planning to plan governance, anchors, issue shaping, and intake.
  • Add history compaction so PLAN_ANCHOR.md and CURRENT_STATE.md stay bounded while completed issue detail moves to history.
  • Clarify issue-compound as the post-completion lifecycle step, with history compaction handled as conditional completion cleanup inside the compound handoff.

Validation

  • python scripts/validate.py
  • skill-creator quick_validate for all skills
  • claude plugin validate .

Issueflow 0.3.0

Choose a tag to compare

@jugol jugol released this 16 May 17:05

Changes

  • Add Claude Code plugin and marketplace metadata for dual Codex/Claude distribution.
  • Strengthen active clarification rules for imprecise, contradictory, or underspecified user requests.
  • Add automation governance so user-blocked automations pause instead of being deleted.
  • Update release and validation scripts so Codex and Claude plugin manifests are checked together.

Install

Codex:

codex plugin marketplace add jugol/issueflow-skills --ref main
codex plugin marketplace upgrade issueflow-skills

Claude Code:

/plugin marketplace add jugol/issueflow-skills
/plugin install issueflow@issueflow-skills

Validation

  • python scripts/validate.py
  • skill-creator/scripts/quick_validate.py for every skills/*/SKILL.md
  • claude plugin validate .