Skip to content

Releases: serejaris/personal-corp-skills

v2.2.0 — fable-ruki-agenty and grill-me skills

Choose a tag to compare

@serejaris serejaris released this 01 Jul 21:34

Added

  • fable-ruki-agenty skill — manually-invoked orchestration mode: Fable writes self-sufficient specs into GitHub issue bodies and dispatches ready tasks to Sonnet subagents; never writes code itself; bilingual READMEs.
  • grill-me skill — relentless one-question-at-a-time interview about a plan until shared understanding; every fork becomes an explicit decision with a recommendation; bilingual READMEs.
  • idea skill — fast capture of a single voiced idea into a provenance-tracked folder (one folder per idea) with semantic dedup against an index and an optional GitHub Project mirror; bilingual READMEs.
  • parallel-design-variants skill — parallel design bake-off: one spec doc fans out N divergent directions (each anchored to a distinct visual reference) to subagents in parallel, collects them in a gallery, picks winners (optionally by audience vote), then runs a second round that mixes the winning styles; bilingual READMEs.

Full Changelog: v2.1.1...v2.2.0

v2.1.1 — manager gh-query reliability fix

Choose a tag to compare

@serejaris serejaris released this 17 Jun 10:55

Fixed

  • manager skill — eliminate recurring gh command failures on clean runs:
    • GraphQL examples now pipe into a separate jq (... | jq -r '(.data // {}) | ...') instead of the --jq flag. When a GraphQL response carries an errors array, gh api graphql ignores --jq and dumps the raw body, so the (.data // {}) guard never ran and downstream parsing hit KeyError: 'data'. The pipe form runs the guard on the raw body.
    • Issue search no longer hardcodes --state open / state:open; omit the state qualifier to return open and closed in one call. --state all is documented as invalid.
    • Added the missing (.labels.nodes // []) null-guard to the canonical Project-evidence jq.

v2.1.0 — manager: issues + Projects workflow

Choose a tag to compare

@serejaris serejaris released this 15 Jun 18:09

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

v2.0.0 — Product Management Skills

Choose a tag to compare

@serejaris serejaris released this 06 Jun 16:52

What's New

Product Management Skills

Eight skills for end-to-end product work: feedback → competitive analysis → brainstorm → prioritization → PRD → user stories → metrics → roadmap.

New skills:

  • pm-prd — structured PRD with product-type templates
  • pm-user-stories — Epic → User Stories with INVEST and Story Map
  • pm-competitive — competitor matrix, SWOT, differentiation strategy
  • pm-feedback — feedback classification and pain ranking
  • pm-brainstorm — SCAMPER / How Might We ideation
  • pm-metrics — metrics review, funnel/retention, OKR alignment
  • pm-roadmap — Now/Next/Later roadmap updates

Breaking change

  • prioritize renamed to pm-prioritize
  • Install path: skills/prioritize/skills/pm-prioritize/
  • /prioritize still works as an alias trigger

Installation

# Whole plugin
claude plugin marketplace add serejaris/personal-corp-skills
claude plugin install personal-corp-skills@personal-corp-skills

# Single skill
cp -r skills/pm-prd ~/.claude/skills/

Full Changelog: v1.20.0...v2.0.0

v1.20.0 - Art Director skill

Choose a tag to compare

@serejaris serejaris released this 01 Jun 18:30

Added art-director skill for iterative visual style search and media direction. Includes bilingual docs, starter HTML decision-graph template, public-safe privacy/source gates, and plugin metadata updates.

v1.17.0 — design-minimal skill

Choose a tag to compare

@serejaris serejaris released this 01 Jun 14:27

Added

  • design-minimal skill for one-file minimal HTML dashboards, briefs, handouts, maps, and internal reports.
  • Bilingual docs: README.md and README.ru.md.
  • Language rule: visible UI follows the user's language; technical identifiers stay copyable.

Verification

  • jq parsed plugin metadata.
  • Skill docs present: SKILL.md, README.md, README.ru.md.
  • git diff --check passed.
  • privacy grep over skills/design-minimal found no local paths, owner repos, secrets, or private operational evidence.

v1.15.1

Choose a tag to compare

@serejaris serejaris released this 30 Mar 01:20

Fixed

  • CHANGELOG compare links for v1.12–v1.15 and Unreleased pointer
  • README.ru.md synced with English structure (tables, removed Coming Soon sections)
  • Added missing paperclip-api/README.ru.md

Removed

  • Empty placeholder directories: hooks/, prompts/, workflows/

Added

  • "Never" safety section in CLAUDE.md

v1.15.0 — Product & Data Audit

Choose a tag to compare

@serejaris serejaris released this 29 Mar 17:20

What's New

Product & Data Audit

Deep product/business audit skill that generates interactive HTML reports.

Key features:

  • 12-section report: ecosystem diagram, decision map, data systems, bottlenecks, priorities
  • 18-artifact checklist (OKR, CLAUDE.md, metric definitions, decision log...)
  • Structured facts: claim → metric pills → source reference
  • 35+ English→Russian terminology mappings
  • Swiss Precision HTML theme

Installation

Tell your agent: Install this skill: https://github.com/serejaris/ris-claude-code/tree/main/skills/product-data-audit

Also in this release

  • README restructured: skills as tables, removed Coming Soon sections, simplified installation

Full Changelog: v1.14.0...v1.15.0

v1.14.0 — paperclip-api skill

Choose a tag to compare

@serejaris serejaris released this 27 Mar 19:13

Added

  • paperclip-api skill — manage Paperclip AI agent companies via CLI and REST API
    • Full CLI reference: issues, agents, approvals, companies, context profiles
    • REST API endpoints with curl examples for all operations
    • Agent instruction files: direct markdown editing in ~/.paperclip/
    • Recipes: create & assign tasks, switch agent language, bulk-approve hires
    • Links to official docs (docs.paperclip.ing)

v1.13.0 — task-routing + cleanup

Choose a tag to compare

@serejaris serejaris released this 26 Mar 14:27

Added

  • task-routing skill — route issues to the correct repo via CLAUDE.md routing config
    • Part of Personal Corp framework: project-inittask-routingweekly-planning / weekly-retro
    • Reads routing patterns, checks duplicates, respects W-label lifecycle
  • Mermaid diagram in README showing framework chain

Removed (7 skills)

  • macos-fixer, api-digest, git-workflow-manager, project-release, agent-teams, opencode-config, gemini-tmux-orchestration

16 → 9 skills. Focused on what matters.

Full Changelog: v1.12.0...v1.13.0