feat(po): /plan-backlog command + backlog-planner agent (#64 phase 2) - #66
Merged
Conversation
…) (v0.19.9) Claude Code orchestration on top of the plan-backlog skill: - commands/plan-backlog.md — slash entry (/plan-backlog <idea|path|URL>), two-step plan-approval gate mirroring /work-story. - agents/backlog-planner.md — context-isolated PO orchestrator (skills: dev-kit-setup, figma-fetch, plan-backlog): reads the source, learns the tracker's conventions, drafts the backlog, waits for approval, creates the items, hands off to work-story. - Portable hosts (Codex/Cursor/Copilot) keep invoking the plan-backlog skill directly (commands/agents aren't bundled). - README + CHANGELOG updated; version aligned to 0.19.9; node --test 35/35. 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.
Phase 2 of #64 — the Claude Code orchestration layer on top of the
plan-backlogskill (shipped in #65).What's new
commands/plan-backlog.md—/plan-backlog <idea | path/to/brief.pdf | URL>. Two-step plan-approval gate (print the full draft, then ask) exactly like/work-story;--auto-approvefor pipelines.agents/backlog-planner.md— a context-isolated PO orchestrator (skills: dev-kit-setup, figma-fetch, plan-backlog) that reads the source, learns the tracker's conventions, drafts the backlog, waits for approval, creates the items, and hands off towork-story. Mirrorscoding-agent(incl. the subagent "return the draft and stop, don't self-approve" convention).Why an agent (not just the skill)
Context isolation — a long brief/PDF + tracker discovery stays out of the main session, which gets back just the draft/result — plus a memorable
/plan-backlogentry for POs. Portable hosts (Codex/Cursor/Copilot) keep invoking theplan-backlogskill directly; commands/agents aren't bundled (repo-root, Claude Code).Verification
README + CHANGELOG updated.
🤖 Generated with Claude Code