Skip to content

v2.1.0 — manager: issues + Projects workflow

Choose a tag to compare

@serejaris serejaris released this 15 Jun 18:09
· 39 commits to main since this release

What's New

manager skill — evolved issues + Projects workflow

The public manager skill is synced with the canonical workflow, kept fully generalized and config-driven (placeholders, no private data).

Key points:

  • Iron invariants expanded from 3 to 6 — added Project placement, Project-visible parent (visible root epic in the Project view with a non-empty status lane), and a mandatory work-record comment on real session work.
  • New GitHub Projects integration config block + Project status sync (write mode) — set touched issues to In progress, surface Project drift.
  • Title convention replaced — domain prefixes (product:, ops: …) removed; new formula {object} — {action} ({when}) with type metadata in labels / parent-tree / Projects. Old prefixed titles are accepted as legacy aliases.
  • Batched GraphQL for cross-repo search (3+ keys) and live Project-state reads, with null-guards and partial-error handling; --limit 1000 snapshots; parallel gh reads; task drift guard.
  • Commit↔issue linkage (refs/closes trailer + short SHAs in ## Updates), Definition of Done (verifiable body), aggregate parent classification + parent-type taxonomy, strict Related body-section rules with live-verify, W-label fast-path, dated-issue W-label.
  • READMEs (EN + RU) and the SKILL.md frontmatter description updated to match.

Installation

```bash
cp -r skills/manager ~/.claude/skills/
```


Full Changelog: v2.0.0...v2.1.0