Skip to content

feat(po): /plan-backlog command + backlog-planner agent (#64 phase 2) - #66

Merged
atamanvega merged 1 commit into
mainfrom
feat/backlog-planner-agent
Sep 2, 2026
Merged

feat(po): /plan-backlog command + backlog-planner agent (#64 phase 2)#66
atamanvega merged 1 commit into
mainfrom
feat/backlog-planner-agent

Conversation

@atamanvega

Copy link
Copy Markdown
Collaborator

Phase 2 of #64 — the Claude Code orchestration layer on top of the plan-backlog skill (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-approve for 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 to work-story. Mirrors coding-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-backlog entry for POs. Portable hosts (Codex/Cursor/Copilot) keep invoking the plan-backlog skill directly; commands/agents aren't bundled (repo-root, Claude Code).

Verification

node scripts/build-codex-plugin.mjs && node scripts/validate-codex-plugin.mjs && node --test scripts/*.test.mjs && git diff --exit-code
# validate ✓ · 35/35 · bundle only changes the manifest version (0.19.9)

README + CHANGELOG updated.

🤖 Generated with Claude Code

…) (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>
@vercel

vercel Bot commented Sep 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated
claude-dev-kit-telemetry-relay Ignored Ignored Preview Sep 2, 2026 11:55am UTC

Request Review

@atamanvega
atamanvega merged commit 82cd642 into main Sep 2, 2026
3 checks passed
@atamanvega
atamanvega deleted the feat/backlog-planner-agent branch September 2, 2026 11:58
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