feat(po): rich navigable review artifact for plan-backlog (#74) - #76
Merged
Conversation
…9.12) On hosts with artifacts (Claude Code / claude.ai), present a non-trivial backlog draft as a navigable artifact at the review step — collapsible epics → stories with acceptance criteria, labels, sizing, dependencies, plus search/filter and a ToC — so a large backlog is easy to scan and drill into. - skills/plan-backlog/SKILL.md §5: rich review surface guidance (load artifact-design); the in-chat draft + approval question stay the gate (artifact is a review aid, not a substitute); portable hosts keep Markdown. - commands/plan-backlog.md + agents/backlog-planner.md: reflect the artifact in the gate (caller renders it; a subagent only returns the draft). - README + CHANGELOG updated; version aligned to 0.19.12; node --test 35/35. From @santielizondo's idea. Closes #74. 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 #74 (from @santielizondo's idea). At
plan-backlog's review step, a non-trivial backlog draft is now presented as a navigable artifact on hosts that support them (Claude Code / claude.ai) — collapsible epics → stories with acceptance criteria, labels, sizing and dependencies, plus search/filter and a table of contents — so a large backlog is easy to scan and drill into.Design
artifact-designbefore building it./plan-backlogcommand +backlog-planneragent.Files
skills/plan-backlog/SKILL.md§5 — the rich review surface.commands/plan-backlog.md,agents/backlog-planner.md— reflect it in the gate (caller renders; a subagent only returns the draft).Verification
Closes #74.
🤖 Generated with Claude Code