Releases: serejaris/personal-corp-skills
Release list
v2.2.0 — fable-ruki-agenty and grill-me skills
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
Fixed
- manager skill — eliminate recurring
ghcommand failures on clean runs:- GraphQL examples now pipe into a separate
jq(... | jq -r '(.data // {}) | ...') instead of the--jqflag. When a GraphQL response carries anerrorsarray,gh api graphqlignores--jqand dumps the raw body, so the(.data // {})guard never ran and downstream parsing hitKeyError: '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 allis documented as invalid. - Added the missing
(.labels.nodes // [])null-guard to the canonical Project-evidence jq.
- GraphQL examples now pipe into a separate
v2.1.0 — manager: issues + Projects workflow
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 1000snapshots; parallelghreads; task drift guard. - Commit↔issue linkage (
refs/closestrailer + 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
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 templatespm-user-stories— Epic → User Stories with INVEST and Story Mappm-competitive— competitor matrix, SWOT, differentiation strategypm-feedback— feedback classification and pain rankingpm-brainstorm— SCAMPER / How Might We ideationpm-metrics— metrics review, funnel/retention, OKR alignmentpm-roadmap— Now/Next/Later roadmap updates
Breaking change
prioritizerenamed topm-prioritize- Install path:
skills/prioritize/→skills/pm-prioritize/ /prioritizestill 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
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
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
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
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
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
Added
- task-routing skill — route issues to the correct repo via CLAUDE.md routing config
- Part of Personal Corp framework:
project-init→task-routing→weekly-planning/weekly-retro - Reads routing patterns, checks duplicates, respects W-label lifecycle
- Part of Personal Corp framework:
- 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