feat(po): plan-backlog guided mode by default (#72 v1) - #75
Merged
Conversation
From early-user feedback: the one-shot backlog did too much at once and absorbed the product-discovery/definition that should stay with the PO. - skills/plan-backlog/SKILL.md: guided by default — progressive zoom-out → zoom-in over three levels (framing → epics → stories), 2–4 alternatives + a decision at each level; framing helps *define*, not just structure. `--quick` keeps the one-shot draft. Mode judged per invocation from repo docs + brief context, never persisted (project maturity ≠ feature maturity), always with a light framing check. New "facilitate, don't decide" guardrail. - commands/plan-backlog.md: guided runs in the main conversation (interactive, per-level decisions); --quick delegates to backlog-planner (draft → gate → create). - agents/backlog-planner.md: documented as the engine for --quick + discovery/creation; guided per-level decisions are the caller's. - README + CHANGELOG updated; version aligned to 0.19.11; node --test 35/35. Design settled in #72 with @santielizondo's feedback. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
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.
Implements the v1 of #72 (design settled with @santielizondo's feedback):
plan-backlogstops dumping a whole backlog at once and instead elaborates progressively, keeping the definition work with the PO.What changed
skills/plan-backlog/SKILL.md— guided by default. Three zoom levels (framing → epics → stories); at each, present 2–4 alternatives, recommend one, and wait for the PO's decision before going deeper. Framing helps define the problem, not just structure it.--quickkeeps the one-shot draft.commands/plan-backlog.md— guided runs interactively in the main conversation (per-level decisions);--quickdelegates to thebacklog-plannersubagent (draft → gate → create).agents/backlog-planner.md— documented as the engine for--quick+ discovery/creation; guided decisions are the caller's (a subagent's output isn't visible mid-run).Verification
README + CHANGELOG updated. Closes #72.
🤖 Generated with Claude Code