Add product-spec skill#3
Open
norbert-pap wants to merge 2 commits into
Open
Conversation
Turns a stakeholder brain-dump into a single product handoff spec — one document actionable for designer, engineer, and PM without further meetings. Explores the codebase first so the spec carries concrete code pointers, runs a question → approaches → sectioned-review flow, and ends with a committed spec file and an open PR. A tighter, output-shaped variant of superpowers:brainstorming with a fixed 8-section handoff format. Includes evals/evals.json (3 test prompts + assertions). Iteration-1 benchmark: 100% assertion pass rate with-skill vs 16% baseline; trigger accuracy 19/20 with zero false-positives on adjacent skills. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Step 5 now scans for an existing specs/docs/design/rfcs directory and matches its convention (subdirectory grouping + filename pattern) before falling back to docs/specs/. Eval runs all defaulted to docs/specs/ even when the repo had its own spec home. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
New
product-specskill for the claudebert workflow. Turns a stakeholder brain-dump into a single product handoff spec — one document that makes the work actionable for designer, engineer (and their coding agents), and PM without further meetings.How it works
A tighter, output-shaped variant of
superpowers:brainstorming— same explore → question → approaches → sectioned-review flow, but the terminal artifact is a fixed 8-section handoff format and process meta-commentary is stripped from the final doc.The 8-section format: Big picture · Lifecycle/core flow · UI intent · How it works · Edge cases · Test/deploy/instrumentation · Decisions log · Follow-ups.
Validation
evals/evals.jsonships with 3 test prompts + assertions.Notes
product-spec/— the orchestrator (claudebert/SKILL.md) is not wired up in this PR to avoid tangling with other in-progress branch work. Add option B →/product-specto the orchestrator separately.🤖 Generated with Claude Code