Skip to content

feat: add product review, strategist, retro skills + bisectable ship commits#37

Merged
arzafran merged 2 commits into
mainfrom
feat/gstack-inspired-skills
Jun 2, 2026
Merged

feat: add product review, strategist, retro skills + bisectable ship commits#37
arzafran merged 2 commits into
mainfrom
feat/gstack-inspired-skills

Conversation

@arzafran
Copy link
Copy Markdown
Member

@arzafran arzafran commented Jun 2, 2026

This pull request introduces two new skills, plan-ceo-review and retro, and enhances the commit workflow in the ship skill. These changes provide structured, self-contained workflows for plan reviews (with a strong product/CEO lens), engineering retrospectives with persistent metrics, and more robust, bisectable commit strategies for shipping code. The updates emphasize actionable output, rigorous process, and improved developer experience.

New Skills

Plan Review Skill:

  • Adds plan-ceo-review/SKILL.md, a comprehensive, self-contained guide for reviewing engineering plans through a founder/product lens. It defines three review modes (EXPAND, HOLD, REDUCE), detailed review sections (architecture, error handling, security, etc.), and mandates actionable outputs, diagrams, and one-question-per-issue discipline.

Engineering Retrospective Skill:

  • Adds retro/SKILL.md, an automated, argument-driven retrospective tool that analyzes commit history, computes metrics (velocity, test ratio, session patterns, hotspots), tracks trends, and saves persistent snapshots. It provides a narrative summary with actionable insights and improvement suggestions, all self-contained.

Improvements to Commit Workflow

Commit Strategy and Validation:

  • Updates the ship/SKILL.md reviewer agent to recommend splitting larger diffs into bisectable, dependency-ordered commits. Each commit must be independently valid (TypeScript strictness, formatting), with descriptive, conventional commit messages and no AI attribution.
  • Outlines a specific commit order (infrastructure, types, logic, UI, tests, meta) and per-commit validation commands, ensuring each commit passes type checks and formatting before proceeding.
  • Clarifies push and PR creation instructions, including fallback if GitHub CLI is unavailable.

Eric Kwekem and others added 2 commits March 13, 2026 20:06
…commits

- /plan-ceo-review: founder-mode plan review with 3 scope modes, Error & Rescue Registry, 10 review sections
- /strategist: conversational product strategy advisor (no context fork, stays in session)
- /retro: engineering retrospective with persistent JSON metrics history
- /ship: bisectable commit splitting by dependency layer, each commit passes tsc + biome
@arzafran arzafran marked this pull request as ready for review June 2, 2026 20:34
@arzafran arzafran merged commit 570843e into main Jun 2, 2026
13 checks passed
@arzafran arzafran deleted the feat/gstack-inspired-skills branch June 2, 2026 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant